Latest posts

You will find some interesting content related to backend and cloud development. Enjoy!

Node.jsEvent LoopCPUProfiling
2024-11-11

Understanding Node.js - Profiling

This is the third post related to understanding architecture of Node.js. In this article we will explore built in Node.js mechanism we can use to profile application to detect bottlenecks and fix them.

Node.jsEventLoopCPUPerformance optimization
2024-11-10

Understanding Node.js - Performance optimization

This is the second post related to understanding architecture of Node.js. In this article we will focus on understanding how we can optimize and manage heavy CPU tasks to make our app responsive.

Node.jsEvent LoopCPUJS
2024-11-04

Understanding Node.js - Event loop

This is the first part of a series of posts related to understanding architecture of Node.js. In this article we will focus on understanding an Event Loop concept.