DEV Community

Discussion on: Start with Microservices. Don't start with Microservices

Collapse
 
codenameone profile image
Shai Almog

Nicely written

I generally follow the guideline from Fowler to always start with a monolith. I find that if a monolith is well structured it's relatively easy to break it down later. You can also do it based on facts. Deciding on microservices beforehand is really difficult.