Posts

Software engineering posts, design notes, and implementation patterns.

Oct 14, 2023 | 7 min read

What happens when you type google.com in your browser and press enter

A step-by-step walkthrough of what happens after you enter a URL, from DNS lookup and TCP/TLS handshakes to web servers, application logic, and database responses.

NetworkingDNSTCP/IPHTTPSWeb Architecture
Read post