omkargupta.hashnode.devJavaScript Promises โ Explained Through Real-Life Stories Youโll Never ForgetMost developers learn Promises. Very few actually understand them. If youโve ever felt confused about Promise.all(), Promise.any(), or why race() behaves differently from allSettled(), this blog is go5d agoยท8 min read
omkargupta.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionHey everyone! ๐ So I've been learning CSS for a few weeks now, and I just figured out something super important that I wish someone had explained to me from day one - CSS selectors. They're basically the secret sauce that makes CSS work and honestly...Jan 27ยท8 min read
omkargupta.hashnode.dev๐๏ธ HTML Basics: Understanding the Skeleton of Web PagesHey everyone! ๐ So I just started learning web development last week, and honestly, I was SO confused at first. Like, what even is HTML? Why do we need it? But after spending some time with it, things finally started clicking for me, and I wanted to...Jan 27ยท9 min read
omkargupta.hashnode.devEmmet for HTML: How I Learned to Write Code 10x Faster (And You Can Too!)Hey everyone! ๐ So, I just discovered something that completely changed how I write HTML, and I HAD to share it with you all. Remember when you first started learning HTML? Yeah, me too. I spent SO much time typing <div></div>, <p></p>, and all thos...Jan 27ยท8 min read
omkargupta.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHey everyone! ๐ So, I recently went down a rabbit hole trying to understand what actually happens when I type a URL and hit Enter. Like, we all use browsers every single day, but I realized I had NO idea what was happening behind the scenes. Let's f...Jan 26ยท8 min read