
Station log
Page 4 of 5. The lit span on the dial is this page.
Medium wave · 540–1600 kHz60 stations stn
STATIONS 37–48 OF 60
View Transitions Are Finally Usable
For a decade, smooth page transitions meant shipping a SPA router and giving up the simplicity of multi-page architecture. The View Transitions API ends that tradeoff — and it's finally supported everywhere that matters.Web Architecture · Next.js · Static Architecture
AI-Assisted Development Is Not About Writing Code Faster
Everyone's measuring AI by lines-per-minute. The real leverage is in architecture, debugging, and the work nobody wants to do.Automation · Developer Experience (DX) · Signal vs Noise
Git Is Your CMS: A Content Workflow That Scales Without a Database
Git already has versioning, branching, review, collaboration, and publishing. Pair it with CI/CD and you have a content workflow more powerful than any admin panel.Developer Experience (DX) · Automation · Static Architecture
You Don't Need a Backend: Building Contact Forms, Comments, and Auth on Static Sites
The 'but my client needs a contact form' objection to static sites is five years out of date. Here's how to add forms, comments, auth, search, payments, and newsletters — with code.Static Architecture · Web Architecture · Developer Experience (DX)
SEO Without a Plugin: How Static Sites Win at Search
Structured data, Open Graph, sitemaps, and RSS — all generated at build time, all under your control, and none of them require a plugin that phones home.Next.js · Static Architecture · Web Architecture
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
Image Optimization Is a Solved Problem (If Your Site Is Static)
Sharp at build time, next/image in static export, WebP/AVIF variants, blur placeholders, responsive srcset — image optimization used to be a manual chore. Now it's a build step.Next.js · Static Architecture · Developer Experience (DX)
Stop Installing What Node.js Already Gives You
Node.js now ships with fetch, a test runner, env file loading, file watching, and more. Half the packages in your node_modules are solving problems the runtime already solved.Node.js · Developer Experience (DX) · Web 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
Tailwind Without the Mess: A Component Styling System That Scales
Tailwind utility classes are powerful until your component has 14 conditional classes and nobody can read the JSX. Here's the system that fixes it.Tailwind CSS · React · TypeScript · Developer Experience (DX)
Migrating a WordPress Site to Next.js Static Export
You've decided WordPress isn't worth the maintenance anymore. Here's the full migration playbook — content extraction, markdown conversion, image handling, redirects, and deployment.Wordpress · Next.js · Static Architecture · Web Architecture
Building a Type-Safe API Layer in Next.js Without tRPC
tRPC is excellent. It's also overkill for most projects. Here's how to get type-safe API routes in Next.js using route handlers, Zod, and shared types — no extra dependencies required.Next.js · TypeScript · Developer Experience (DX)

