A 1950s mother frozen mid-task at a chrome kitchen counter, turned toward a small countertop television showing static

Station log

Page 4 of 5. The lit span on the dial is this page.

Medium wave · 540–1600 kHz60 stn
STATIONS 37–48 OF 60
  1. 0958

    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
    A vast brass observatory with overlapping translucent panes of glass shifting between scenes, each pane revealing a different room frozen mid-morph, dark steampunk interior lit by neon copper filaments
  2. 0940

    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
    A towering brass and copper cognition engine pulsing with neon teal and violet thought-streams arcing between heavy mechanical gears, standing in a dark steampunk workshop above a small row of dormant typewriters dusted with cobwebs, cinematic shafts of amber light from above
  3. 0923

    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
    A massive clockwork printing press powered by glowing gears and branching pipelines, dark steampunk machinery converting raw materials into published pages
  4. 0906

    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)
    A dark steampunk control panel with glowing neon switches and dials, each labeled with a different web service icon, all connected by luminous copper pipes to a single static crystal core
  5. 0888

    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
    A massive brass magnifying glass hovering over a glowing sitemap carved into a dark metallic surface, with neon search-signal pulses radiating outward
  6. 0871

    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
    A glowing neon zero-dollar sign floating above four dark metallic server pedestals connected by pulsing light streams against a moody steampunk backdrop
  7. 0854

    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)
    A mechanical assembly line of brass gears and neon conveyor belts compressing oversized photographs into razor-thin luminous strips against a dark industrial backdrop
  8. 0837

    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
    A glowing toolbox opening to reveal an array of precision instruments, each representing a built-in Node.js capability replacing an external package
  9. 0819

    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
    A futuristic control room with two glowing server racks side by side, one blue and one green, connected by streams of light representing seamless traffic switching
  10. 0802

    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)
    An intricate steampunk loom weaving glowing threads of light into a perfectly organized fabric pattern
  11. 0785

    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
    A steampunk conveyor belt transporting glowing documents from a crumbling mechanical engine into a sleek crystalline machine
  12. 0767

    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)
    A glowing circuit conduit connecting server and client, representing a shared type-safe API layer