April 2018
Intermediate to advanced
300 pages
7h 41m
English
Microservices application development is growing at a rapid pace in the software industry. It is widely used for developing performant applications that are resilient, scalable, distributed, and cloud-ready. Many organizations and software companies are transforming their applications into the microservices architecture style. Amazon, eBay, and Uber are good examples of companies that have transformed their applications into microservices.
Microservices split the application horizontally and vertically into smaller components, where the components are independent of one another and communicate through an endpoint. With the recent development in the industry of containers, we can use containers to deploy/run microservices ...