Microservices
- Engineering
Claude Code in a Microservices Setup: A Practical Guide
Claude Code works great on a single service. Here's the right way to share context across a multi-repo microservices team without drift or manual setup.
- Engineering
Everything About Transactions in Java: From ACID to Distributed Systems
A comprehensive deep-dive into transactions in Java production: from the reason ACID exists, isolation levels, @Transactional pitfalls, Hibernate internals, locking strategies, to the Saga pattern and Transactional Outbox for microservices.