Designing Microservices Effectively

🚩 I see too many orgs “overdoing” microservices.

😨 Time is wasted chasing code, instead of adding features.

✨ Here is a better approach:

Start with a single service

Carve out state

Carve out security

Carve out async tasks

Focus on what is unique to your business