Discussion about this post

User's avatar
Big Tech Digest's avatar

When it comes to "9 best practices for developing microservices", I'd add:

0. Do I really need microservices to solve my problem and can I start with a modular monolith instead?

Expand full comment
Marcos F. Lobo 🗻's avatar

About the "9 best practices for developing microservices" and the Single Responsibility principle

Some times you have to do it a packaging level instead of a microsservice level. Why? Communication between services take time, at least some milliseconds, so it could increase your latency

Expand full comment
3 more comments...

No posts