Kuldeep singh·Feb 28DaemonSets in Kubernetes: How One Pod Per Node WorkThe one controller every node secretly depends on — and most engineers overlook
Kuldeep singh·Feb 25Every Distributed System Is Lying to You About At Least One Thing“Can you build a distributed database that is always consistent, always available, and survives network failures?”
Kuldeep singh·Sep 13, 2024Microservice: Contract TestingAs microservices architectures gaining more and more traction among developers, testing the interactions between services has become…A response icon1A response icon1
Kuldeep singh·Aug 8, 2024Graphs and its ApplicationsLearning about graphs is a fundamental part of understanding algorithms and data structures, and it’s widely applicable in many areas like…A response icon1A response icon1
Kuldeep singh·May 23, 2024Retry Logic in Spring Boot: Spring WebFluxIn modern applications, especially those interacting with external services, transient failures are common. These failures can often be…A response icon1A response icon1
Kuldeep singh·May 23, 2024Retry Logic in Spring BootIn modern applications, especially those interacting with external services, transient failures are common. These failures can often be…A response icon1A response icon1
Kuldeep singh·May 5, 2024Navigating the Crossings: A Guide to Pedestrian Safety in the UKI have been driving in India for very long time and I recently moved to UK. Believe me driving in UK is completely different from driving…A response icon1A response icon1
Kuldeep singh·Dec 2, 2023Interview Questions: Multithreading-Part-21. What is blocking queue? Explain its uses and how it works.A response icon2A response icon2
InSFD LLPbyKuldeep singh·Oct 21, 2023Exploring Functional Programming with Vavr: A Comprehensive OverviewFunctional programming has gained popularity in recent years due to its ability to write clean, maintainable, and concise code. While Java…