MonolithFirst - 0 views
-
Microservices are a useful architecture, but even their advocates say that using them incurs a significant MicroservicePremium, which means they are only useful with more complex systems.
-
you should build a new application as a monolith initially, even if you think it's likely that it will benefit from a microservices architecture later on.
-
Any refactoring of functionality between services is much harder than it is in a monolith.
- ...4 more annotations...