See all articles
An exploration of differences in performance between Node and Bun, using the "1 Billion Row Challenge" as a benchmark. I optimized JavaScript code from an 8-minute runtime to just 15 seconds, employing techniques like custom file reading, typed arrays, and parallelization.
Functional version of zero js progressive loading with Astro framework and comparison to react server components in Next.js with Suspense.