Although the question is Simple, it is tough to answer as Microservice does not have any de facto standard, many people have many perspectives on Microservices so many definitions.The compelling definition is.Microservices is a Suite of services where...
Home » Archives for January 2021
What is a Microservice?
in
building microservices,
java microservices,
Microservice
- on January 31, 2021
- No comments
Tips::Favor Composition Over Inheritance is not a Universal Mantra!!
in
cleancodetips
- on January 10, 2021
- No comments
"Composition and Inheritance are the atoms of Pure OOO design.One can't be replaced by others. Two have their own purpose, Most of the time developers use Inheritance in the wrong way and it looks Composition is the better option. One...