alxolr

posts about software engineering craft

Blog posts

Articles 4 / 4

How to queue requests in nodejs to gain a huge performance boost

How to queue requests in nodejs to gain a huge performance boost

In this article we will learn a nifty trick, only possible in Node.js to increase your app's performance.

Overloaded connection pool with bad MySQL driver implementation

Overloaded connection pool with bad MySQL driver implementation

In this article, I want to share my thought process and some strategies to quickly find and pinpoint a complex problem with our application and a cookbook solution on how to properly use MySQL driver.

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.

Articles 4 / 4