Introduction As a Frontend Developer, one of the most important skills that you must master is how to use the Google Developer Console to make…
How to create Light / Dark mode toggle with CSS and Javascript
Introduction As dark mode becomes one of the major trends in 2020, more and more people start to integrate dark mode into their new projects…
Reduce CSS Code with the :is Selector
Introduction In CSS, a lot of the time when we want to give children elements under the same parent the same CSS property, we will…
How to transfer domain from GoDaddy to AWS
Introduction While both GoDaddy and AWS provide affordable and attractive domain packages, sometimes you might still need to transfer your domain to AWS in order…
How to install WordPress on local machines
Introduction As of 2021, 39% of websites around the world are built by WordPress. WordPress is so popular due to the fact that it has…
Drop-Shadow – Apply Shadow on Irregular Shape
Introduction If you have been working with CSS for a while, then you might have encountered scenarios where you need to apply shadow on HTML…
DevOps vs Architect Developers
Introduction As web development starts to get popular nowaday, more jobs and new job titles have started to get introduced into the market. DevOps and…
Responsibilities of Frontend Developers and UIUX Designers
Introduction You may have heard some companies require Frontend Developers to know how to use tools like Photoshop or Illustrator. Or require UIUX Designers to…
Frontend vs Backend vs Fullstack Developers
How are they different? If you are new to the web development industry, you may have heard people refer to themselves as Frontend developers, Backend…
Masonry (Waterfall) Layout with Pure CSS
What is Masonry Layout? Masonry layout, also known as Waterfall layout, is a popular way to display images of different sizes together nowaday. Even though…