CAP Theorem in System Design: A Practical ApproachIntroductionMar 27A response icon1Mar 27A response icon1
Published inJavarevisitedThe Importance of Synchronization in Java.IntroductionNov 1, 2023A response icon1Nov 1, 2023A response icon1
Microservices with Spring Boot — How keep services without dying using Circuit Breaker PatternAs a microservice developer, one of your main responsibilities is keeping services alive. One important aspect of this is handling fault…Jun 3, 2023Jun 3, 2023
Securing Your Microservices Architecture with Spring Boot: An in-depth guide to Authentication and…Microservices architecture has become a popular approach to building large-scale applications. It allows you to break down complex…Mar 23, 2023A response icon2Mar 23, 2023A response icon2
Monitoring APIs with Spring Boot ActuatorBefore push your application in to production , need to manage and monitor your applications.for that Spring Boot provides many features…Mar 6, 2023A response icon1Mar 6, 2023A response icon1
Published inJavarevisitedHow to Duplicate a GitHub Repo with HistoryDuplicating a GitHub repository with history is a common task for developers who want to create a copy of an existing repository. Whether…Feb 26, 2023Feb 26, 2023
Published inJavarevisitedAvoid “ConcurrentModificationException” when collection is modified while it is been iterated over…Hello folks, in this post I’m about to discuss how to avoid “ConcurrentModificationException” when modifying collections. Let’s move with…Feb 22, 2023Feb 22, 2023
Published inJavarevisitedSolution for “optimistic locking failed” database transaction issue.Last couple of days i struggle with above issue. In this post i’m about to discuss all my experience for above.Feb 18, 2023A response icon1Feb 18, 2023A response icon1
Published inJavarevisitedMicroservices — Centralized Configuration with Spring CloudMicroservices architecture is a popular approach for building and deploying large, complex applications. It involves breaking down a…Feb 14, 2023A response icon1Feb 14, 2023A response icon1
Secure Spring Boot Rest API with Basic Authentication — Part 02This is the second article of my secure spring boot REST API article series. In my previous article Secure Spring Boot Rest API with Basic…Jun 6, 2020Jun 6, 2020