Skip to main content

5 posts tagged with "api"

View All Tags

Event Storming to split Monolith into Microservices

· 6 min read
Alvaro Jose
Fractional CTO & Founder
SeriesThe journey from the monolith to microservices3 posts

On our previous installments, we discussed the smells that can happen when splitting microservices, and the strategies that exist to make them as independent as possible. But how do we define boundaries? How do we define the process that our microservice is in charge off?

Patterns to avoiding microlithic microservices

· 3 min read
Alvaro Jose
Fractional CTO & Founder
SeriesThe journey from the monolith to microservices3 posts

On the previous installment of this series, we discussed the pitfalls that could happen when we split a monolith into microservices. In specific, we talked about creating what are called microliths.

Given that you have followed the recommendations on designing your domains correctly. Today we are going to elaborate on patterns to remove that synchronous communication in between 'microservices'. This will help our services to become more resilient.