Pular para o conteúdo

Latest posts

Linux Quick Tips: Toolbx

2 min

If you have ever needed to run software or install a package that doesn't support your Linux distro, or you needed a virtualized and isolated Linux environment, Toolbx can help.

Implementing the Transactional Outbox pattern

14 min

In this post, I present the Transactional Outbox pattern as a solution to the Dual Write Problem in microservices, comparing two practical approaches: Polling Publisher and Change Data Capture with Debezium.

My CRUD is better than yours - DDD and programming best practices

6 min

After some time building software, I came to believe there can't be absolute best practices in a context full of trade-offs, like software development.