Read my Blogs!


1. A list of Top Free Resources for Developers (Channels, Repositories, Blogs, and much more.).

December 2022

In this blog, I have listed down the list of top and free resources for Developers consisting of Youtube Channels, GitHub Repositories, articles, blogs, coding websites, etc to follow as a Web Developer that has helped me, and a lot of developers around the globe. (5 min read)

Read More

2. Understanding Var, Let, and Const in JavaScript. (With Examples)

December 2022

A small blog about the three magical words in JavaScript, Var, Let and Const keywords explained in short and simple language. I will help you understand the differences, what to use when, and what are the advantages of using let and const over var. We will discuss them in respect of hoisting, use, and scope. (7 min read)

Read More

3. An Introduction to Semantic HTML elements in HTML5.

February 2023

In this blog, I have explained everything about Sematic HTML elements in detail like I am explaining the concepts to 5 year old, why to use them, what are the different tags. Feel free to click below and learn about them.

Read More

4. Difference between == (double equal to) and === (triple equal to) in Javascript.

February 2023

In this blog, we will deep dive into the double equal to and triple equal to comparison operators with proper examples in Javascript.

Read More