Technical Blog

Writing about software architecture, backend systems, and building scalable applications.

Do your TDD Kata in Python

June 14, 2026 #testing #tdd #kata #python #summer #sunday #self-growing

It is a sunday in June, the fresh air is dancing through the house. That particular moment of the day that everything is calm and easy, and you feel in peace, and you could feel just in love with the...

Read more →

Authorization in NestJS: Dynamic Permissions with CASL

December 20, 2025 #architecture #nodejs #nestjs #casl #authorization #permissions

Last year I was working on an application that needed an auth system with role-based access control (RBAC). You know, the typical scenario: you have an app and you want to put it in production, so you need login/register and...

Read more →

Concurrency in Node.js: Understanding and Implementing

July 27, 2024

In my latest exploration of Node.js, I delved into how this popular runtime handles concurrency. Building scalable APIs with Node.js has been an enlightening journey, and understanding concurrency is a crucial part of making your applications efficient and responsive.

Read more →

Forke my first repo

November 11, 2023

Yesterday I forked my first repo with the intention to contribute to Open Source. Yes, Open Source was always on my list but I’d never took the decision to jump on it. So, someone mentioned and why not? I thought....

Read more →

Archive by Year