tutorial

Apr
23
A simple way to add parallel operations to the Pandas dataframes

A simple way to add parallel operations to the Pandas dataframes

Perhaps you have faced the task of parallel computing on pandas dataframes. This problem can be solved both with native Python, or with the help of a wonderful library - pandarallel. In this article, I will show you how to process your data using all available cores.
2 min read
Feb
17
Visualizing data from your Node JS app with Prometheus + Grafana

Visualizing data from your Node JS app with Prometheus + Grafana

In this article I'm going to show you how to build amazing dashboards for any Node JS application, tell you about using Prometheus with Grafana and give you some code templates, so you can use them to solve your own issues.
6 min read