8 min read 0 Cloud Native Patterns Cloud Bits: Bounded by contract varunu28 January 25, 2026 In the last post, we saw how deep-checks & health-checks can prevent your application from failing due to a bad…
9 min read 0 Cloud Native Patterns Java Microservices Cloud Bits: Beyond Pings – Checks for Cloud-Native Reliability varunu28 December 25, 2025 Understanding the problem In a cloud-native environment where your application is powered by multiple services with a complex dependency graph,…
9 min read 0 Cloud Native Patterns Cloud Bits: Circuit Breakers – The First Line of Defense in Cloud-Native Resilience varunu28 August 12, 2025 What are we solving? When you are working in a cloud-native environment, you cannot continue making the assumptions that you…
10 min read 0 Cloud Native Patterns Cloud Bits: API Gateways – Cloud System’s Reception Desk varunu28 June 12, 2025 API gateways are probably one of the first few keywords you hear when you enter the world of cloud computing.…
8 min read 0 Cloud Native Patterns Cloud Bits: The Compass of Microservices- Navigating Service Discovery varunu28 May 3, 2025 Continuing from our previous cloud bits post about service configuration, we will explore the topic of service discovery in this…
6 min read 0 Cloud Native Patterns Cloud Bits: Decouple Configuration from Code varunu28 March 8, 2025 Today most of the application software we develop ends up getting deployed to the cloud & along with it comes…