November 2018
Intermediate to advanced
388 pages
9h 5m
English
Traditionally, enterprise applications were built as single, large, monolith applications. They were also sometimes built on database-driven systems that stored all logic, from UI to business, and data. Typically, a monolith application looks something like the following:

The problem with the monolith service architecture is that any failure in the system will halt the entire system and a small problem can bring down the entire application. When any code change or new implementation has to be applied, this would result in rebuilding and redeploying the whole system.
Since there is a code change, the ...
Read now
Unlock full access