Just dev thoughts

by Nikita Vasilev

See all articles

Two buff meme doges with their heads replaced by Node.js logo and Bun logo. Versus sign is between them.

Node vs Bun: One Billion Row Challenge

Posted on 7/28/2024
#javascript #node #bun

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.

Diagram showcasing progressive loading of content

Zero javascript progressive loading with Astro

Posted on 11/13/2023
#javascript #astro #react

Functional version of zero js progressive loading with Astro framework and comparison to react server components in Next.js with Suspense.