vector-embeddings-for-everyone.hashnode.devEmmet: 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 ...Jan 31·6 min read
vector-embeddings-for-everyone.hashnode.devHow 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 ...Jan 31·8 min read
utkarsh-km.hashnode.devTCP 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...Jan 31·6 min read
vector-embeddings-for-everyone.hashnode.devTCP 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...Jan 31·9 min read
dev-by-utkarsh.hashnode.devDNS 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 ...Jan 31·8 min read