16 followers
I write articles about React, JavaScript & Web Development to make your learning journey easier 😀
Introduction Website performance is an important aspect of web development. It consists of mainly two things: The speed of your website How usable...
There are plenty of native web APIs that have a variety of uses. Here are 5 useful APIs that I use quite often in my web development...
Hey All 👋 In this article, we'll be covering the Fetch API in JavaScript how you can use it to make HTTP requests. What is the Fetch API? The fetch()...
Hey All 👋 In this article, we'll be covering 4 mistakes commonly made by people while learning to code that will seriously impact their coding...
Introduction There are plenty of units in CSS. From px to vh, there is an abundance of units all with their distinctive use cases. Considering the...
👋 Hey All, Today, I'm gonna show you 15 DOM methods in JavaScript that I believe are essential for every JS developer to know. These methods will...