Top tricky Microservices Interview Questions You’re Most Likely to Encounter in 2025Q) What are some anti-patterns in microservices, and how do you avoid them? Microservices help in building scalable and flexible applications. But if not used properly, they can cause a lot of problems. These problems are often due to poor design ch...Jul 11, 2025·25 min read
Spring Boot MicroServices kubernates tutorial - deploy to KubernatesNormally, we create Docker images using Dockerfiles. This involves creating a Dockerfile, providing the necessary information, and then running the docker build -d command to automatically generate Docker images. However, creating and maintaining Doc...Dec 21, 2024·7 min read
Spring Boot 3 Observability with Grafana Stack - OrdersIn this blog post - Spring Boot 3 Observability with Grafana Stack, we will learn how to implement Observability in our Spring Boot applications using Grafana Stack which comprises Grafana, Loki, and Tempo. What is Observability? In a nutshell, Obser...Dec 21, 2024·11 min read
Spring Boot 3 Observability with Grafana StackIn this blog post - Spring Boot 3 Observability with Grafana Stack, we will learn how to implement Observability in our Spring Boot applications using Grafana Stack which comprises Grafana, Loki, and Tempo. What is Observability? In a nutshell, Obse...Dec 21, 2024·9 min read
Spring Boot Microservices Tutorial - Part 7In Part 7 of this Spring Boot Microservices Tutorial series, we will integrate Kafka into our project and learn how to build Event-Driven Microservices with Spring Boot and Kafka. What are Event Driven Microservices? Event-driven microservices archit...Dec 8, 2024·10 min read
Spring Boot Microservices Tutorial - Part 6In Part 6 of this Spring Boot Microservices Tutorial, we will learn how to implement Resiliency in our project by implementing the Circuit Breaker pattern. We will use the library Resilience4J together with Spring Cloud Circuit Breaker Resilience4J t...Dec 7, 2024·8 min read
Spring Boot Microservices Tutorial - Part 5In Part 5 of this Spring Boot Microservices Tutorial series, we will document our REST APIs using Springdoc Open API and Swagger. What is Open API? Open API (don't mistake it with Open AI :D )is a specification that defines a standard way to document...Dec 7, 2024·7 min read