Feb 1 · 4 min read · What Actually Happens When You Type a URL and Press Enter? Let’s start with a simple question 🤔 “What happens after I type a URL and press Enter?” Most people say: “The browser opens the website.” But that’s only the final result. Behind the scene...
Join discussion
Feb 1 · 4 min read · Let’s start with a very basic idea 👇 Why does the internet need rules to send data? Imagine millions of people talking at the same time. If everyone just shouted messages randomly: messages would collide some messages would be lost order would be...
Join discussion
Feb 1 · 4 min read · First question: what if data was sent without any rules? 🤔 Imagine you’re sending a long message to your friend using many small chits of paper. But: some chits get lost some arrive late some arrive in wrong order some arrive twice Your friend...
Join discussion
Jan 30 · 5 min read · Hey, Readers have you ever though about how does a simple URL in the search bar tells your browser which website to load, what to load and which pixel to turn on and off. Have you ever thought how does the a simple URL, communicate with the server an...
Join discussion
Jan 30 · 4 min read · When you start learning CSS, one question keeps coming up again and again: “How does CSS know what to style?” That’s where CSS selectors come in. Selectors are the backbone of CSS. If HTML is the structure of a house, selectors are how you point and ...
Join discussion
Jan 27 · 3 min read · What HTML Is and Why We Use It HTML (HyperText Markup Language) is the skeleton of webpage. It is like the basic structure (skeleton) of a website.When we open any website, behind everything, HTML is there.HTML tells what things will come on out page...
Join discussionJul 17, 2025 · 5 min read · Understanding how the internet works can seem overwhelming, but breaking down the key technologies makes it much clearer. This guide explains ten fundamental concepts that power our digital world, from the protocols that move data to the systems that...
Join discussionFeb 28, 2025 · 24 min read · This article will cover the Burp Suite: The Basics write-up under the Web Fundamentals on THM. Introduction Welcome to Burp Suite Basics! This particular room aims to understand the basics of the Burp Suite web application security testing framework....
Join discussion
Feb 28, 2025 · 12 min read · This article will cover the HTTP in Detail write-up under the Web Fundamentals on THM. What is HTTP(S)? What is HTTP? (HyperText Transfer Protocol) HTTP is what's used whenever you view a website, developed by Tim Berners-Lee and his team between 198...
Join discussion