Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Java
9.4K+ articles
GBlog
2.9K+ articles
System Design
1.1K+ articles
GBlog 2024
778+ articles
Advance Java
727+ articles
Java-Spring
297+ articles
Java 8
132+ articles
Java Microservices
76+ articles
Frameworks
61+ articles
Microservices
73 posts
Recent Articles
Refresh Configuration using Actuator
Last Updated: 11 July 2026
In a microservices architecture, application configuration values often change after deployment. Restarting services every time a configuration changes can lead to downtim...
read more
Microservices
Advance Java
Filter Factory in Spring Cloud Gateway
Last Updated: 11 July 2026
A Filter Factory in Spring Cloud Gateway is used to create reusable filters that intercept and modify HTTP requests and responses during routing. It helps implement cross-...
read more
Microservices
Advance Java
Route Predicate Factory in Spring Cloud Gateway
Last Updated: 02 July 2026
In a microservices architecture, an API Gateway is responsible for routing incoming client requests to the appropriate microservices. In Spring Cloud Gateway, Route Predic...
read more
Java
Microservices
Spring Boot - Eureka Client
Last Updated: 11 July 2026
In a microservices architecture, services need a way to locate and communicate with each other dynamically. Eureka Client enables a Spring Boot application to register its...
read more
Microservices
Advance Java
Java Security, Monitoring & DevOps Interview Questions
Last Updated: 25 August 2025
This highlights crucial interview questions related to security, observability, and deployment practices in Java microservices. It covers authentication and authorization ...
read more
Java
Java 8
Microservices
Java Service Communication, Data Management & Resilience Interview Questions
Last Updated: 28 August 2025
Java Service Communication refers to how different microservices talk to each other, either through REST APIs, gRPC, or messaging systems like Kafka and RabbitMQ. Data Man...
read more
Java 8
Microservices
Interview Prep
AI and Microservices Architecture
Last Updated: 23 July 2025
In today's fast-paced digital landscape, the intersection of Artificial Intelligence (AI) and microservices architecture is reshaping how applications are built and deploy...
read more
Picked
System Design
Microservices
Microservices Resilience Patterns
Last Updated: 26 May 2026
Microservices Resilience Patterns are design patterns used to make microservices systems more reliable, fault-tolerant, and capable of handling failures gracefully. These ...
read more
Picked
System Design
Microservices
Shadow Deployment in Microservices
Last Updated: 23 July 2025
Shadow deployment is a strategy in microservices architecture where a new version of a service is deployed and runs in parallel with the existing version, but does not aff...
read more
Picked
System Design
Microservices
Stateful Vs Stateless Microservices
Last Updated: 29 June 2026
Microservices can be classified as Stateful or Stateless based on how they manage and store user or application data between requests. Understanding the difference between...
read more
Picked
System Design
Microservices
API Composition Pattern in Microservices
Last Updated: 23 July 2025
In today's world of software development, microservices have become a popular way to build applications. One effective approach within this architecture is the API Composi...
read more
Picked
System Design
Microservices
Service Template Pattern in Microservices
Last Updated: 23 July 2025
The Service Template Pattern is a useful design approach in microservices that helps streamline service creation. In microservices architecture, different services often s...
read more
Picked
System Design
Microservices
Event-Driven Architecture vs. Microservices Architecture
Last Updated: 13 April 2026
In system design, selecting the right architecture is important for building scalable, efficient, and maintainable systems. Event-Driven Architecture and Microservices Arc...
read more
Picked
System Design
Microservices
Graceful Shutdown in Distributed Systems and Microservices
Last Updated: 23 July 2025
A graceful shutdown is the process of stopping a service in a controlled manner, ensuring that ongoing tasks are completed correctly and resources are released appropriate...
read more
Picked
System Design
Microservices
Timeout Strategies in Microservices Architecture
Last Updated: 23 July 2025
Timeouts are essential in microservices architecture to maintain responsiveness and reliability. This article explores timeout types, their importance, strategies for impl...
read more
Picked
System Design
Microservices
1
2
3
4
5