Recently, I have been trying to understand and implement Microservices. During the last few days, the work consisted on understanding the Microservice Architecture(MSA) and to implement a few Microservices. Working on this, I came up with a super simple application based on the MSA –…
Month: September 2016
Building Microservices: A To-Do Application
Recently, I covered an introduction to what Microservices are and what is the future of Microservices. Keeping that article in mind, I thought, why not make a demo application that can give an example of how Microservices are built and how they interact. In this…
The Rise of Microservice Architecture
Microservices is a new term that has recently sprung to life. The term is used to describe a new architecture in designing and building new software applications as small and independent set of services which can be independently deployed and managed. In the Microservice architecture(MSA),…