Does this sound familiar? You’re coding this amazing new project and are busy implementing all the cool features. But after a few days, you slowly start to lose track of…
In JavaScript, we have two main operators to directly check if two values are equal to each other. (Excluding the >=, and <= operators). One is the == operator, and…
The :not pseudo-class in CSS allows you to exclude particular elements from being styled, and it can be super useful when working with list items. So that's why when you…
In the world of programming, we often make use of frameworks and libraries but what is the difference between the both? Well if you read this blog post till the…
When creating a web application, there will be moments when you want to store data individually on a user's browser but without allowing the server (back-end) to access it. That's…
In my opinion, the colors that you choose for your design, whether it's a web page, logo, or product label, will determine the professional-looking outcome of it. That's why if…
Forms are one of the coolest features that you can add to your website. Whether it's a login form, newsletter form, or search bar form. You can do anything with…
Let's be clear if you do not set explicit goals. Then you will never achieve your goals or live the life that you want. But just because you set goals,…
When declaring values in your code, there are two possible ways to do this, one is by creating a variable and the other is by creating a 'constant'. Now you…
Writing code by itself is already super addictive, especially when it's your main source of unleashing your creativity into the world. But did you know that being a software developer…