Maciej Cieslar's Picture

Maciej Cieslar

Full-stack web developer specializing in JavaScript.

Latest Articles

Context-aware logging in Node.js

Context-aware logging in Node.js

One of the most basic requirements of good application monitoring is to have robust logging to keep track of everything that’s going on. By themselves, however, the log messages can only tell us so much. Seeing a log message indicating...

Configuring git hooks for the win

Configuring git hooks for the win

Having a good feedback loop is extremely important for developers. A properly configured project has a CI/CD pipeline that ensures the code will not break anything in the application’s logic or codebase itself by running the necessary checks, such as...

Scalable WebSockets with NestJS and Redis

Scalable WebSockets with NestJS and Redis

When working on a relatively young application, people often tend to disregard the need for scalability in order to implement features quicker. However, I believe that even at the earliest stages of a project, it is crucial to ensure our...

Get the latest and greatest from MCieslar delivered straight to your inbox every week.