When building a new application, one question often comes up: Should we build a monolith or use microservices? Microservices are popular because they promise independent deployments, scalability, and smaller services. But that doesn't mean every application should start with microservices.
Source: [Dev.to](https://dev.to/tanu_priya/microservices-vs-monolith-when-to-split-services-and-when-not-to-56mm)