A production-grade GitHub Actions CI pipeline for TypeScript projects
Type-check, lint, test, and deploy in the right order with caching that actually works. The workflow file we use across…
6 articles found. Clear filters
Type-check, lint, test, and deploy in the right order with caching that actually works. The workflow file we use across…
Hono is under 12kB, zero dependencies, and runs identically on Cloudflare Workers, Bun, Deno, and Node. Here's why it's become…
Jest is dead for new projects. Vitest took the unit test layer. Playwright's component testing is now stable. Here's the…
Remote caching is free on Vercel. pnpm workspaces + Turborepo is the settled stack. Here's the folder structure, turbo.json, and…
Three viable JavaScript runtimes, each with a strong argument. After running all three in production, here's when we reach for…
Rolldown replaces Rollup under the hood, ESM-first becomes the default, and the plugin API gets a cleaner shape. Here's what…