Session Affinity in Azure Container Apps: A Hands-On Demo

When building cloud-native applications, load balancing across multiple replicas is essential for scalability and resilience. But what happens when your application needs session affinity, ensuring that a user’s requests are consistently routed to the same replica? This is where sticky sessions come in. I recently published a demo project on GitHub that shows how to … Read more

Two Paths, One Goal: Modernising Legacy Java Applications with GitHub Copilot

Over the past few months, I’ve had several conversations with customers exploring how to bring their legacy Java applications into the modern cloud world—safely, quickly, and with as little manual rework as possible. One of the most exciting developments in this space is GitHub Copilot app modernisation for Java developers —a powerful extension from Microsoft … Read more