The first time I heard about comments, I was told it is meant to document why a code is what/how it...
A few months back, I wrote an article on when to learn React, now in this article, I'm going to do...
Recursion in JavaScript is no different from recursion in other languages. It is a popular term used...
Hey everyone! Hope you're doing great! Allow me to interrupt your scrolling or whatever you were...
"JavaScript is a single-threaded and non-blocking language". Chances are you have heard that...
Overtime, props have proven to be very useful in passing data across components. But as the...
Margin collapse is an interesting concept in CSS margins that you should know, understand and be...
I have often found styling a React application very confusing and difficult. Initially, I was...
I had an error recently while working with React/Next.js and styled-components. I was to create a...
Hello, welcome, and in this article am going to show you how to become a Web Developer in 2022. There...
Now, this isn't another article that tries to stop you from learning and using React and other...
Functional components in React are most beautiful because of React Hooks. With Hooks, we can change...
To learn closures, you need to understand how scope works. In JavaScript, we have global and local...
Hey friends. Let's take a look at an awesome feature in CSS. In this article, we will select HTML...
Discord bots help you interact with members of a server as well as moderate the server. A discord bot...
Extensions in VSCode are one of the things that makes VSCode so special. So let's see some of these...
Strings as we know is a JavaScript data type. We use them to hold data that can be represented in...
Tutorials, tips, advice, information helps a lot. While these things can be written they can also be...
For the past couple of weeks, I have been going out to program in public, and since then I have met...
Hi there! Today's article is a continuation of my previous article on Fastify. We will improve on...
Hello everyone, in this article we are going to build a NodeJS CRUD API with Fastify. Fastify is a...
An Array is a data type in JavaScript used for storing a collection of like data. In our daily...
Codecademy is a popular online learning platform for coding. This article is going to review what it...
Center aligning items has being a much-discussed topic in CSS. Beginners and sometimes professionals...
There is a saying "as a full-stack developer, you need to learn everything" - pirple. As it is true...
Imagine how cool it would be not to have to create a username, verify your email for every website yo...
Oftentimes, laptops that you will see programmers and tech experts recommend for programmers are over...
Have you built a business website or portfolio for a client? Or are you currently making one? Do you...
Programming is hard, now imagine teaching what is hard. You would need an in-depth understanding to b...
No doubt that Heroku is a great tool for developers. One particular reason for me is its generosity....