Edge Caches and Forgotten Headers
May 24, 2026A dummy 20,000-word long-form post about cache behavior, forgotten headers, citations, random references, and why static sites still need honest notes about visitor counting...
Read more →Exploring Linux, Network Architecture, and clean code.
A dummy 20,000-word long-form post about cache behavior, forgotten headers, citations, random references, and why static sites still need honest notes about visitor counting...
Read more →A dummy 20,000-word article with citations and odd references about migrations, backups, indexes, and the operational lessons databases only teach loudly after staying quiet too long...
Read more →A dummy 20,000-word post about runbooks, tired operators, citations, random references, and the difference between documentation that exists and documentation that helps...
Read more →A 10,000-word long-form topic on why dependable systems are usually built from ordinary habits: clear ownership, boring defaults, careful rollouts, useful monitoring, and recovery paths that teams actually practice...
Read more →CNN Weather is tracking rising odds of a strong El Nino pattern, which is the kind of climate signal that eventually becomes an infrastructure story. For anyone running services, weather volatility means thinking harder about regions, failover, and alert fatigue...
Read more →It is tempting to rebuild a homelab every time a new tool appears, but the most useful setup is often the quietest one. I have been simplifying my rack around boring backups, clear dashboards, and services that recover without drama...
Read more →Recently, I've been diving deep into network layer protocols. The way modern load balancers handle TCP connections has changed significantly with the adoption of TLS 1.3. In this post, we explore the lifecycle of a packet...
Read more →After experimenting with various modern web servers, I found myself returning to Nginx. Its stability, predictable memory footprint, and incredibly powerful stream routing modules make it indispensable for complex architectures...
Read more →Container bloat is a real issue. By utilizing multi-stage builds and Alpine Linux base images, I managed to reduce my deployment payloads by over 70%. Here is the Dockerfile template I use for all my Go projects...
Read more →With the Linux kernel officially integrating Rust, the landscape of systems programming is shifting. I spent the holiday weekend rewriting a legacy C tool in Rust, and the memory safety guarantees completely changed my perspective...
Read more →I finally declared bankruptcy on my bloated `.vimrc` and started from scratch using Lua. By stripping away heavy IDE-like plugins and focusing on native LSP integrations, my editor loads instantly while retaining full functionality...
Read more →