Designing Microservices Architecture for Startups

Saad Hassan
Propelld Engineering
5 min readMay 6, 2021

--

What is Microservice architecture?

As the name suggests, [micro][services] architecture is the way of breaking complex systems into smaller systems or processes (that's why the word micro) which are independent and loosely coupled in nature. These smaller systems and processes follow the single responsibility principle by Robert C. Martin which states “A…

--

--