vibhavaribellutagi.hashnode.devJavaScript Operators: The Basics You Need to KnowThink about the last time you used a calculator. You typed in a number, hit a button: +, -, ×, ÷ - typed another number, and got a result. Simple as that. JavaScript operators work exactly the same wa4d ago·6 min read
vibhavaribellutagi.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationWhat is TCP and why it is needed TCP (Transmission Control Protocol) is one of the core protocols of the Internet Protocol Suite. It operates at the Transport Layer (Layer 4) and provides a reliable, ordered, and error-checked delivery of data betwee...Jan 30·5 min read
vibhavaribellutagi.hashnode.devGetting Started with cURLHave you ever wondered how developers test APIs, download files, or communicate with web servers without opening a browser? The answer is cURL - one of the most powerful and widely-used command-line tools in a programmer's toolkit. cURL (short for "C...Jan 28·4 min read
vibhavaribellutagi.hashnode.devNetworking Basics: Comparing TCP and UDP ProtocolsIntroduction Every time you stream a video, send an email, or load a webpage, there's an invisible conversation happening between your device and servers across the internet. But how do these machines know how to talk to each other? The answer lies i...Jan 28·4 min read
vibhavaribellutagi.hashnode.devDNS Record Types ExplainedHave you ever wondered how your browser knows where to find website? There are billions of websites on the internet, each one stored on a server somewhere in the world. So when you type amazon.com, how does your browser know exactly where to go? Ever...Jan 26·8 min read