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 MoreA 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 MoreIn 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 MoreIn this blog, we will deep dive into the double equal to and triple equal to comparison operators with proper examples in Javascript.
Read More