👩💻 Join our community of thousands of amazing developers!
WHY MICROSERVICE ARCHITECTURE? WHY NOT MONOLITHIC ARCHITECTURE?When services are loosely coupled, a change to one service should not require a change to another.— Sam NewmanI would be posting two parts of this series. This blog is for the entry level to intermediate software developers to know the best practices and guidelines for building your microservices. In a microservice world, still most of the people do mistake of writing tightly coupled services which is no good than a monolithic system...