From PM2 to Systemd
Every developer who has worked with the NodeJS environment will probably have heard of PM2. After building a NodeJS project, the big question arises, “How do I deploy this project to production?”. ...
Every developer who has worked with the NodeJS environment will probably have heard of PM2. After building a NodeJS project, the big question arises, “How do I deploy this project to production?”. ...
I ran into an issue this week in a codebase that I have been an active contributor to for over 4 years. The codebase started as a monolithic application that was bootstrapped with CommonJS; ever since then, it has gone through several changes. ...
The goal is to document a mental note for implementing cursor-based pagination using the following payload to paginate a large set of data ...
In this article, I intend to describe how I built a system for tracking users online presence. Users in this case are dispatch riders that operate as last-mile deliveries. For the backend to accurately dispatch tasks, it must know which riders are online, where they are and how long they have been active. This article focuses on how I solve the presence(online or offline) issue. ...
Having a digital space of my own where I can share my ideas, has always been on my mind. Over the years I have use tools like, ...