Blog posts
Articles 2 / 2
How to process a CSV file five times faster in NodeJs with Rust and Napi rs
This tutorial will teach us how to process a CSV file in NodeJs with Rust and Napi rs. We will use the Rust programming language to speed up the processing of a CSV file and create a native nodejs extension using the Napi rs library.
How to serve 10x more request using asynchronous request batching
Asynchronous request batching is one of the simplest yet extremely effective api optimization technique, every node.js developer should add it in his repertoire.
Articles 2 / 2