Microservices - Design Principle
ยท โ 3 min read ยท โ๏ธ Neeraj Sidhaye
Microservices at it's core is based on designing a bunch of small services based on specific business capabilities. Small service means, it should minimize complexity, should serve a focused purpose and should minimize inter-service communication. Importtantly, each microservices should be built as a PRODUCT!"