$ ls articles/ --sort=date
A practical guide to diagnosing missing .next/routes-manifest.json errors caused by concurrent next build processes writing to the same .next directory.
Why MCP stdio servers should avoid console.log, keep stdout clean for JSON-RPC, and send diagnostic logs to stderr instead.
How to design an MCP server for a Markdown knowledge base, why raw Markdown is better than HTML, and how to share one source across clients.
Why next build passes but next dev fails with a CSS parse error in Next.js, how to detect NODE_ENV pollution, and how to fix it for good.
Five common gotchas when exporting a Next.js 15 app with output: export — force-static metadata routes, no next/og, trailingSlash, and next/image — with fixes.