February 2019
Intermediate to advanced
446 pages
10h 55m
English
Each microservice in your project should be small in size, perform one functionality or feature (for example, user management), and do so independently enough to function on its own.
The following two quotes from Mike Gancarz (a member who designed the X Window system), which defines one of the paramount precepts of Unix philosophy, suits the microservice paradigm as well:
Now, how do we define the size, in today's age, when you have a framework (for example, Finangle) that reduces the lines of code (LOC)? In addition, many modern languages, such as Python and Erlang, are less verbose. This makes it difficult to decide whether you want to make this ...
Read now
Unlock full access