Posts tagged with "build tool"
Practical explorations of the tools that automate and optimize modern software build processes. Covers bundlers, task runners, compilers, package managers, and deployment pipelines with a focus on real-world implementation, performance considerations, and developer experience improvements.
-
Switching from Node to Bun - A Migration Success Story
April 29, 2025 @ 2 AM
My experience migrating this blog from Node.js to Bun, delivering significant performance improvements through native File and Glob APIs while simplifying the codebase.
Read more → -
Switching from Webpack to Vite in 2025
April 13, 2025 @ 2 AM
A look at the performance benchmarks, code comparison, and migration considerations that led to choosing Vite over Webpack in 2025.
Read more →