Skip to main content

Rekha Kandasamy

Blogs from this Author

API Gateway in Microservices Application

Instead of building a single indivisible application, split the large application into loosely coupled service modules in which each follows different business logic and exposes various APIs. Each of these independent service modules is a Microservice. Why Microservices Let’s use the example that we have an android application and see how it works in monolithic […]