esbuild
3 posts
esbuild
CDK TypeScript Lambda: Choosing a Bundler and cdk synth Runner
A measured benchmark of 9 bundlers and 3 cdk synth runners for CDK TypeScript Lambdas, with a per-layer default and the rule that picks each one.
aws-cdk · lambda · typescript +3
July 11, 2026Cloud Computing
esbuild, SWC, and Vite: Why Native Build Tools Replaced Webpack1/1
How native tools like esbuild, SWC, and Vite solved webpack's speed problems, taking builds from tens of seconds down to milliseconds.
esbuild · build-tools · vite +4
September 4, 2025Development
Google Closure Compiler: Legacy, Lessons, and Modern Alternatives
How Google's 2009 Closure Compiler shaped modern web tooling, from dead code elimination to type checking, and its lasting mark on today's build tools.
javascript · build-tools · best-practices +6
September 4, 2025Development