Monthly Archives - June 2020

Monolith to Microservices – A Journey

Monolith to Microservices – A Journey Overview Microservices is a buzzword today. Having experienced the drawbacks of monolithic applications, everyone looks forward to microservices for rescue.  Many times, as a quick solution, the big monolith is divided randomly into a set of small services. However, designing microservices is not just about limiting the size of the services. Using this approach, one can...