htmlemmets.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? (How to Write HTML 10x Faster) If you are new to HTML, you are probably tired of typing this: <div class="container"></div> Typing the brackets, the slashes, the quotes... it’s repetitive and slow. What if I told you that you could jus...Jan 31·3 min read
completecss.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS Selectors: How to Target Exactly What You Want Imagine you are in a crowded room and you want to give an instruction. If you shout, "Humans, stand up!", everyone stands up. If you shout, "People in red shirts, stand up!", a smaller group stands...Jan 31·3 min read
htmltagsexplanation.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML? (The Skeleton of the Web) If you look at any website—whether it’s Facebook, Google, or this blog post—you are looking at HTML. It doesn't matter how fancy the site looks or how many animations it has; underneath the makeup, the skeleton...Jan 31·3 min read
howbrowserworksbysujal.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHow Browsers Actually Work (From URL to Pixels) We spend hours every day inside Chrome, Safari, or Firefox. You type youtube.com, press Enter, and boom—videos appear. But have you ever stopped to ask: What is actually happening in that split second? ...Jan 31·4 min read
tcp3wayhandshakesk.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationHow Computers Say "Hello": The TCP 3-Way Handshake Imagine you are trying to tell your friend a secret code across a crowded, noisy concert hall. If you just scream the code, they might miss half of it. Or worse, they might hear the numbers in the wr...Jan 31·3 min read