BTBaibhav Tibrewalintcp-vs-udp-29.hashnode.dev·Jan 28 · 4 min readTCP vs UDPWhy does the internet need rules to send data? Every time you open a website, send a message, or watch a video, data travels from one computer to another. But the internet is not a single straight road. Data passes through many routers, networks, and...00
BTBaibhav Tibrewalincssselectors29.hashnode.dev·Jan 28 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionWhen you start learning CSS, one big question comes up immediately: “How does CSS know which HTML element to style?” The answer is CSS selectors. Selectors are the foundation of CSS. If you understand selectors well, styling webpages becomes easy, ...00
BTBaibhav Tibrewalinemmet-for-html29.hashnode.dev·Jan 28 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat if you could write less code and still get more HTML? That’s exactly what Emmet helps you do. In this article, we’ll understand Emmet from scratch, with simple explanations and practical examples. What Is Emmet? (In Very Simple Terms) Emmet is ...00
BTBaibhav Tibrewalinthe-pen-drive-git-problem.hashnode.dev·Jan 26 · 5 min readWhy Version Control Exists: The Pen drive ProblemWhy Version Control Exists To solve the very basic problem of developers or Teams of collaboration, Track changes whether addition, removal or modification. These are the two major issues which version controls solves apart from the other features wh...00
BTBaibhav Tibrewalincurlexplained29.hashnode.dev·Jan 25 · 7 min readCURL Explained SimplyBefore cURL: what is a server? Before we talk about cURL, we need one simple idea. A server is just a computer on the internet that: Waits for requests Does some work Sends back a response When you open a website, your browser sends a request to...00