Blog posts
Articles 2 / 2

How to fork a nodejs stream into many streams
In the following tutorial, we will process a relatively big CSV file using nodejs streams API and the fast-csv module. The goal is to create a CSV file containing the data for each country separately.

Broadcast same shell command in multiple terminals
In this tutorial, we will create a simple node.js global package that will broadcast one command in a list of other specified terminals.
Articles 2 / 2