docs: add article about how google.com works - #78
Conversation
Update what-happens-when-you-type-google.md
|
Warning Some commit messages in this PR do not follow the Conventional Commits specification. Expected format: 📋 Invalid commit messages
Tip Valid types: Note This is just a friendly reminder and will not block the PR from being merged. |
Summary by BeetleThis PR adds a comprehensive educational blog post titled "What Happens When You Type google.com?" to the website's content repository. The article provides an in-depth technical walkthrough of the entire journey from user input to rendered webpage, covering DNS resolution, network routing, TLS encryption, HTTP protocols, Google's infrastructure, and browser rendering processes. A minor metadata correction was also applied to fix the category field. 📁 File Changes Summary (Consolidated across all commits):
Total Changes: 1 file changed, +1,213 additions, -1 deletion 🎯 Key Changes:
📊 Impact Assessment:
⚙️ SettingsSeverity Threshold: 📖 User Guide
|
|
✅ You're good to merge this PR! No issues found. Great job! Settings⚙️ SettingsSeverity Threshold: 📖 User Guide
|
|
Tip Make sure to check the following before pushing:
Then fix the issues, commit, and push again. Note This is just a friendly reminder and will not block the PR from being merged. |
|
I'll talk to you about this one in discord :3 |
Add: “What Happens When You Type
google.com?” Blog ArticleOverview
Adds a new educational blog article explaining what happens behind the scenes when a user types
google.cominto a browser and presses Enter.The article takes readers through the complete journey from URL input to rendered pixels.
What’s Covered
Why
The goal is to give developers a clear mental model of how the web works across multiple layers, from networking infrastructure to browser rendering.
The article is written as an approachable technical deep dive rather than a framework-specific tutorial.
Type of Change
Content
Title: What Happens When You Type
google.com?Category: Web
Tags: Web, Networking, DNS, HTTP, TLS, Browsers, Internet, How It Works
Checklist