alxolr

posts about software engineering craft

Blog posts

Articles 5 / 5

How to process javascript array of objects with rust neon bindings

How to process javascript array of objects with rust neon bindings

In this tutorial, I am creating a native node.js module, which will process a javascript array of objects and log the keys and the values of each element.

How to fork a nodejs stream into many streams

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

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.

How to separate mocha tests in multiple files

How to separate mocha tests in multiple files

Sometimes our unit tests grow extremely large, so it is indispensable to separate them in multiple files to be able to maintain them properly learn how to do this in the next tutorial.

How to test locally AWS SQS queues in node.js

How to test locally AWS SQS queues in node.js

Recently got a particular task to mock amazon environment locally. The problem is if you want to test your application you need to connect to Amazon SQS.

Articles 5 / 5