March 2019
Beginner to intermediate
324 pages
7h 17m
English
Microservice is a very popular concept in modern software. It's the idea of dividing your application's tasks into small self-contained software services. So, instead of having a large application that covers a wide array of tasks, you utilize a microservice for each task. Microservices allow your application to be very scalable.
The concept of microservice is the opposite of the concept of a monolithic application, which is the kind of application where all the tasks are coded together.
Here is an example of a monolithic application that represents an event booking application:

And here is how a microservice application represents ...
Read now
Unlock full access