Posts tagged with "performance"
Technical deep dives into optimizing speed, efficiency, and resource utilization in software systems. These posts explore performance measurement methodologies, optimization techniques, architectural considerations, hardware interactions, and how targeted improvements deliver meaningful user experience and business benefits.
-
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 → -
Why I Built a Static Blog
March 7, 2025 @ 12 AM
In today's fast-paced digital landscape, personal blogs face stiff competition for reader attention. To stay ahead, performance is key. This is why I built my blog as a static site, leveraging on tools like TypeScript, Markdown, and Cloudflare Pages that prioritizes speed and mobile optimization.
Read more →