Here is a self identified item that I ran into recently. I wanted a dashboard view of all my GITHUB projects. I wanted to use one shot to remove them. This would prevent going through the confirmation process in GITHUB. So Agentic AI asked me to look at the GITHUB API portal. I was to … Continue reading Agentic AI coding – Scenarios that has reconciliation tied to it.
Category: Technical
Tackling Distributed Transactions in Microservices
Working with distributed systems poses challenges, particularly in managing transactions across independent services. This post explains how to tackle transaction management and race conditions using the Spring Boot framework, Hibernate locks, and ShedLock for distributed task scheduling. Practical strategies and code examples illustrate effective concurrency management in microservices deployed on Kubernetes.

You must be logged in to post a comment.