
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 every Appesto…

Type-check, lint, test, and deploy in the right order with caching that actually works. The workflow file we use across every Appesto…

A practical guide to reading the treemap, the four bloat patterns we find in almost every audit, and the exact config changes…

Remote caching is free on Vercel. pnpm workspaces + Turborepo is the settled stack. Here's the folder structure, turbo.json, and the three…

Granular conditional return checking, the --erasableSyntaxOnly flag for native TS execution, and require() of ESM modules. What landed, what it means, and…

Wasm 3.0 is a W3C standard, WASI Preview 2 is stable, and Adobe, Figma, and Shopify run it at scale. Here's the…

noUncheckedIndexedAccess, exactOptionalPropertyTypes, and friends. The bugs we caught, the noise we tolerated, and what we'd do again.