In modern software development, automating repetitive tasks like building Docker images and pushing them to a registry is a game-changer. Not only does it streamline the development process, but it also ensures consistency and speed. In this post, I’ll walk you through two GitHub Actions workflows I...
27 Jan 2026
While working on one of my projects, I started noticing that database queries were taking longer than expected—especially during local development and frequent testing cycles. After a bit of investigation, I realized that the main bottleneck wasn’t the queries themselves, but network latency caused ...
21 Jan 2026
Over the last few weeks, I've been diving deep into Docker optimizations for my NestJS and Prisma application. One of the areas I was most focused on was reducing the Docker image size to improve deployment speed, resource efficiency, and overall performance in production environments. At the beginn...
20 Jan 2026