Networking
Networking is the plumbing that carries every request between a visitor and your server: DNS that turns a name into an address, TLS that encrypts the connection, the routing and edge that move bytes fast, and the proxies and firewalls in between. When it works you never think about it; when it breaks it produces the strangest bugs, a site that loads in one browser and not another, a 520 that no log explains, a certificate that expired at the worst moment. Understanding the layers, what resolves a domain, what terminates encryption, what limits a connection, is what lets you fix the problem at its source instead of guessing. These notes come from chasing real network failures across real infrastructure: the header that broke one browser, the DNS change that took a day to propagate, and the routing fix that quietly held everything together.
8 pieces
All of the Journal












