Feb 10 · 6 min read · You know what's funny? Most people use websites every single day, but if you ask them how a website actually works, they'll give you this blank stare. I was the same way before I started learning web development. So let me break this down for you in ...
Join discussion
Jan 29 · 4 min read · In the previous blogs we talked about how DNS resolves and helps us reach the ip related to the domain name we want to visit, but what specifically happens after that. The basic need of any transaction on internet is Data, so after connecting to the ...
Join discussion
Sep 6, 2025 · 3 min read · In the previous article, we understood how the browser knows the server's address (thanks to DNS). Now, it's time to start a conversation (HTTP request-response cycle) In this article, we will understand what a request is, what a response is, and how...
Join discussion
Aug 31, 2025 · 4 min read · Have you ever wondered how a website actually works when you type an address into your browser and hit Enter?How does a server know what to send, and how does your computer (the client) display it as a beautiful webpage? In this blog, we’ll break dow...
Join discussion
Mar 2, 2025 · 5 min read · When you search something on browser you will get some results or if you search for any websites you get a web page of that particular website. Do you know how this happens? What magic browser does to get the result? This happens because of something...
Join discussion
Feb 18, 2025 · 3 min read · Deep Dive: What Happens When You Click on a URL? Introduction We use the internet every day, clicking on links without thinking twice. But have you ever wondered what happens behind the scenes when you click on a URL? In this deep dive, we'll explore...
Join discussion
Jan 22, 2025 · 3 min read · Client-Side vs Server-Side : Imagine you're at a restaurant. You're the client, and the restaurant staff is the server. Client-Side (You) What you see and interact with: The menu (HTML): Lists the dishes available. The restaurant's decor (CSS): Ho...
Join discussion
Nov 27, 2024 · 12 min read · What is HTTP status codes? HTTP status codes are numeric responses that have unique meaning response for the client. It’s a way for servers to let us know as a client or customer what happened after we make a request to them. In a basic analogy, th...
Join discussion