Building a Static Site Generator From Scratch (Why and How)
Learn how Static Site Generators (SSGs) convert Markdown files with Frontmatter into optimized HTML pages by building a custom engine in TypeScript.
5 articles tagged with Build Tools
Learn how Static Site Generators (SSGs) convert Markdown files with Frontmatter into optimized HTML pages by building a custom engine in TypeScript.
Benchmarking the fastest JavaScript/TypeScript bundlers in 2026. Comparing compilation speeds, memory usage, bundling capabilities, and plugin ecosystem compatibility.
A deep dive comparing Turborepo, Nx, and Bazel in 2026. Benchmark build speeds, remote caching capabilities, configuration overhead, and ecosystem fit.
Deconstructing Vite's 98% market share. Why Vite / Rolldown became the undisputed web bundling standard, and analyzing the remaining 2% edge-case complaints.
Behind the speed metrics. A technical analysis of Vite's legacy dual-engine architectural friction, plugin registry fragmentation, and how Vite 8 resolved it with Rolldown.