SKsujal kashyapinhtmlemmets.hashnode.dev·Jan 31 · 3 min readEmmet 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...00
SKsujal kashyapincompletecss.hashnode.dev·Jan 31 · 3 min readCSS 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...00
SKsujal kashyapinhtmltagsexplanation.hashnode.dev·Jan 31 · 3 min readUnderstanding 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...00
SKsujal kashyapinhowbrowserworksbysujal.hashnode.dev·Jan 31 · 4 min readHow 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? ...00
SKsujal kashyapintcp3wayhandshakesk.hashnode.dev·Jan 31 · 3 min readTCP 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...00