Articles in this series
Understanding Sidecar and Ambassador Patterns · Introduction Imagine you are hosting a party and want to ensure all your guests are having a good time....
What is Event Driven Architecture (EDA) Imagine a party where different guests are arriving at different times, some are leaving early, and some are...
What is Rate Limiting? Rate limiting is a technique to control the rate of access to APIs. It enforces a limit on the number of API calls that a...
What is Load balancer? In the context of application auto scaling, a load balancer is used to distribute incoming traffic to multiple instances of an...
Distributed transactions in microservices refer to transactions that involve multiple microservices, each handling a part of the transaction, and...
What is JWT token JWT stands for JSON Web Token. It is a compact, URL-safe means of representing claims between two parties. In the context of a...