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 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…
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…
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…
Hello there my friend & fellow coder, In this blog post, you're going to discover exactly how to create a single timer in JavaScript. So without further ado, let's get…
The Linear Search algorithm is the most basic algorithm that you can use for searching elements inside Collections. That's why in this blog post, you are going to discover exactly…
When it comes to software development, there are dozens of routes you can go in terms of mastering a specific skill set in the development branch. But there's one specific…
From The Desk Of: Michiel Arkema Re: The #1 secret about 'If' statements in coding that everyone should know... NOW! Hey There Fellow Coders, So as a software developer, you…