Feb 1 · 3 min read · Have you ever typed a URL in your browser and wondered: “What actually happens behind the scenes before I see the page?” Most people think: “It just opens a website.” But a browser is much more than that. It’s a smart machine, made of many parts ...
Join discussion
Jan 31 · 6 min read · You have surely worked with the browser every day to access web content but have you ever wonder how the browser works internally? You type website domain/url in the address bar You hit enter and boom, a webpage is displayed In less than a secon...
Join discussion
Jan 28 · 5 min read · You type a URL and press Enter. The browser knows you want a page and starts working. It checks if it already knows the website’s address. If not, it asks the internet’s directory (DNS) to find it. Once it has the address, it connects to the serv...
Join discussion
Jan 29 · 11 min read · What happens after I type a URL and press Enter ? A simple way of explaining this would be: You enter a URL into your browser The browser looks up the IP address for the domain name via the Domain Name Server (DNS). Browser creates a TCP connectio...
Join discussionSep 27, 2025 · 2 min read · When you write HTML, CSS, and JavaScript, have you ever wondered what actually happens in the browser? Understanding this process helps you write faster, optimized, and bug-free websites. In this post, we’ll break down the journey from code to pixels...
Join discussion
Jun 21, 2025 · 3 min read · The Challenge Have you ever needed to keep an iframe running even when it's "hidden" from view? This seemingly simple requirement can become surprisingly complex due to browser optimizations. In our case, we needed to maintain active game states in m...
Join discussionApr 23, 2025 · 4 min read · Hyper Text Markup Language 📌 Hyper Text This just means text with links. When you click on a link to go to another pagethat’s hypertext. So HTML lets you connect pages together with <a> tags (links). 📌 Markup Markup means tags that tell the brows...
Join discussion
Feb 21, 2025 · 4 min read · Introduction Web browsers are essential tools that allow users to access and interact with the internet. They fetch, process, and display web pages efficiently. But have you ever wondered what happens under the hood when you enter a URL and hit enter...
Join discussionDec 7, 2024 · 6 min read · Modern web development can seem like magic, but understanding how browsers actually process and render our code is crucial for building efficient web applications. In this comprehensive guide, we'll break down the journey from HTML to pixels on your ...
Join discussion