UKUtkarsh Kumawatinvector-embeddings-for-everyone.hashnode.dev·Jan 31 · 6 min readEmmet: Write HTML at the Speed of ThoughtThe Problem: HTML Typing Fatigue Picture this: You're building a navigation menu. Without shortcuts, you type: <nav> <ul> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> </ul> </nav> That's ...00
UKUtkarsh Kumawatinvector-embeddings-for-everyone.hashnode.dev·Jan 31 · 8 min readHow Browsers WorkThe Question That Changes Everything You type https://example.com and hit Enter. By the time the page appears, roughly 2 billion lines of code have executed across dozens of systems. But what actually happens inside your machine? Let's peel back the ...00
UKUtkarsh Kumawatinutkarsh-km.hashnode.dev·Jan 31 · 6 min readTCP Working: 3-Way Handshake & Reliable CommunicationThe Chaos Without Rules Imagine you're trying to tell a friend a long story through a walkie-talkie with no protocols: You speak while they're still tuning in → Missed beginning Static interrupts a word → Corrupted data Your messages arrive out of...00
UKUtkarsh Kumawatinvector-embeddings-for-everyone.hashnode.dev·Jan 31 · 9 min readTCP vs UDPWhy your Zoom call stutters while your WhatsApp messages always arrive The Internet Needs Rules Imagine you're moving to a new city where nobody follows traffic laws. No stop signs, no lanes, no addresses on houses. Chaos, right? That's what the int...00
UKUtkarsh Kumawatindev-by-utkarsh.hashnode.dev·Jan 31 · 8 min readDNS Resolution Explained: How to Use the dig CommandIntroduction: The Internet's Phonebook Every time you type google.com into your browser, you trigger one of the most elegant distributed systems ever designed. While users see a simple URL, your computer sees an impossible problem: how do I find the ...00