Home
About
Projects
Blog
Contact
Start Today
2024-11-30
Tech Tales : The Mystery of the Multiple Emails (Part 2)
This article is a follow-up that delves deeper into race condition and deadlock, how we can simulate them, and how to fix them with simple...
2024-11-30
Tech Tales : The Mystery of the Multiple Emails (Part 2)
This article is a follow-up that delves deeper into race condition and deadlock, how we can simulate them, and how...
2024-11-25
The Mystery of the Multiple Emails: A Reactive Java Surprise
I came across an unexpected behavior when triggering an email service. I noticed that the user was receiving the same...
2024-09-11
Shift-Left Strategy: Why it is important in AI and MLOps
In software engineering, the Shift-Left strategy involves moving testing, quality assurance, and other critical processes earlier in the development cycle—essentially...