glitch-guy0.hashnode.devUnlock the Magic of Emmet: Write HTML Like a Pro (Without the Tedious Typing)Have you ever sat down to build a simple webpage and found yourself drowning in angle brackets? You type <div>, then realize you need a class, so you add class="container", then you close it with </div>, then you need a header inside, so you go back ...Jan 30·4 min read
glitch-guy0.hashnode.devCSS Selectors: The Foundation of StylingCSS selectors are the backbone of styling in web development. They allow you to target specific HTML elements and apply styles to them. Think of selectors as ways to choose elements, much like how you might address people in a room. Why CSS Selectors...Jan 30·3 min read
glitch-guy0.hashnode.devHTML Basics: The Skeleton of the WebI'm teaching HTML fundamentals, and over the past week I revisited three key concepts that every web developer needs to nail down. These ideas explain how webpages actually work under the hood. I also threw in some practical tips from building sites ...Jan 30·5 min read
glitch-guy0.hashnode.devUDP vs TCP: Why Your Zoom Call Stutters But Your Email Never Loses a WordLast month I finally understood why UDP exists. Before that, I thought TCP was always the answer. Turns out, sometimes you need to be okay with dropping a few packets. Here are 4 insights about when speed beats reliability—and why HTTP doesn't care a...Jan 30·6 min read
glitch-guy0.hashnode.devTCP: The Protocol That Makes the Internet Actually WorkTCP finally clicked for me last week. It's not some abstract computer science thing—it's just how humans talk. We say "hello" first. We confirm important stuff with "got it?" We say "goodbye" before hanging up. TCP does the same thing, just between m...Jan 30·5 min read