Microservices Fundamental
What is a Microservice?
Take a look at the above diagram.
This is probably how you are building servers right now in Monolithic servers.
With a monolithic server, we have all of the code needed to implement our application in ONE single codebase.
We...
blog.howardphung.com5 min read