Evolving to a Microservice Architecture for your Mobile and Cloud applications
Microservices are the state-of the art software development technique that structures the backend of an application into loosely coupled services that can be reused by other applications. Each service is self-contained and will implement a single business capability. Mobile and cloud applications typically start with two repositories in source control; one repository for the front-end [...]