31 followers
I'm a self-taught, passionate front-end developer who enjoys writing TypeScript and strives to become a better developer.
Hi everyone! In this article, I will share my journey of making my custom blog with Astro and Headless Hashnode in one week. For a long time, I...
Declaring variables is what we do most in JavaScript. Knowing the inside of the variable declaration process gives you more idea about it. For...
Parcel is a zero-config build tool with great out-of-the-box development experience and scalable architecture. I experimented with Parcel in my...
In React, external data is very important to make your project more dynamic. However, when you use useEffect for data fetching, it is generally hard...