Latest posts

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

AWSData EngineeringDEA-C01
2025-01-09

Data Engineering Fundamentals

This is the first post in a series on Data Engineering with AWS. In this post, we will cover some basic terminology related to data engineering that can be useful as a foundation before diving into AWS services.

Node.jsMemory leakMemory managementProfiling
2024-12-08

Understanding Node.js - Memory management

This is the fourth article in our series on understanding the architecture of Node.js. In this post, we explore how Node.js manages memory, discuss methods to detect memory leaks, and review some of the most common issues that can cause them.

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.