deepakjs.hashnode.devUnderstanding Variables and Data Types in JavaScriptToday we learn about Variables and Data Types by in term of Football Welcome to the Stadium of Code Imagine a football stadium, Inside the stadium, the coach needs to keep track of many things like - 13h ago·8 min read
tcpworking06.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationWhen we open a website, submit a form, or call an API, data travels across the internet in milliseconds.But have you ever wondered how this data reaches correctly, in order, and without getting lost? That reliability comes from TCP. Let’s understand ...Jan 30·5 min read
cssselectors06.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIf you’re just starting with web development, CSS might feel confusing at first.You write some styles… but nothing changes on the page 😅 Most of the time, the problem is not CSS properties —the problem is selectors. In this beginner-friendly guide, ...Jan 30·5 min read
tcpvsudp06.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPTCP vs UDP: When to Use What, and How TCP Relates to HTTP If the internet were a city, TCP and UDP would be the traffic rules that decide how data moves from one place to another. As web developers, we send and receive data all the time — loading web...Jan 30·5 min read
html06.hashnode.devUnderstanding HTML Tags and ElementsWhen you open any website, what you’re really seeing is HTML working silently in the background.HTML doesn’t add colors or animations — it gives structure to a webpage. In this blog, we’ll understand: What HTML is What tags and elements mean The d...Jan 30·4 min read