#microservices
Read more stories on Hashnode
Articles with this tag
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...
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...
REST (Representational State Transfer) is a way to design APIs that are based on the principles of the World Wide Web. REST APIs use the HTTP protocol...
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 a distributed transaction? Microservices architecture has been a very popular architectural pattern in recent times. However, one common...