Nice to meet you, I'm Joel!
They also call me Jovi. I'm a programmer, student, and follower of ET Bilu.
Here you'll find reflections, opinions, and learnings that might be useful to you (maybe not).
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.