All bands
DevOps
CI/CD pipelines, build systems, deployment workflows, and operational practices for web platforms.
10 STATIONS ON THIS BAND
Medium wave · 540–1600 kHz10 stations stn
A 404 Is a Status Code, Not a Page
Your not-found page looks great and returns 200. Crawlers, caches, and link checkers read the status line, not the artwork — and they all believe it.Static Architecture · Web Architecture · DevOps · Developer Experience (DX)
Every Env Var in a Static Build Is Public
The prefix convention is a linting rule, not a security boundary. A static build has no runtime to keep a secret in — only files anyone can download.Static Architecture · DevOps · Web Architecture · Developer Experience (DX)
Your Build Time Is a Performance Budget
Runtime performance gets budgets and CI gates. Build time gets nothing — until it takes eleven minutes and nobody can say which commit did it.Developer Experience (DX) · DevOps · Static Architecture
The Trailing Slash Is Not Cosmetic
One slash decides whether your host serves a page, loops forever, or 404s. How directory-index routing really works — and how to test yours.Static Architecture · Web Architecture · DevOps · Render.com
Build It Twice: The Reproducibility Test Your Static Site Will Fail
Run your build twice on the same commit and diff the output. Whatever differs is costing you cache hits, deploy confidence, and one very bad afternoon.DevOps · Static Architecture · Developer Experience (DX)
The Self-Hosted SaaS Replacements That Actually Work
Five SaaS tools you can replace with a $6/month VPS and open-source software — analytics, email, monitoring, git hosting, and automation.Signal vs Noise · DevOps · Developer Experience (DX)
A Strict CSP Is Easy When Your Site Is Static
A strict Content-Security-Policy is the best XSS defense most sites never ship. On a static site it's one response header and a hash — no WAF, no SaaS.Static Architecture · Astro · DevOps
Lighthouse CI Without a SaaS
Performance-monitoring SaaS sells you a wrapper around a tool you already have. GitHub Actions and Lighthouse CI fail the build on regressions for free.DevOps · Web Performance · Automation · Signal vs Noise
The $0 Hosting Tier Is the New Default
Free-tier static hosting from Render, Vercel, Cloudflare Pages, and Netlify is so capable that paying for hosting is now a choice, not a requirement.Cloud Platforms · DevOps · Static Architecture
Zero-Downtime Deployments Are Easy When Your Site Is Static
Blue-green deployments, canary rollouts, instant rollbacks — the DevOps practices that keep SREs up at night are trivially simple when your output is a folder of files.DevOps · Static Architecture · Web Architecture

