
What are microservices?
The microservices pattern language is your guide when designing an architecture: service collaboration, testing, deployment, common crosscutting concerns and more.
Microservices Pattern: Microservice Architecture pattern
I appreciate how you highlighted the benefits of microservices, such as increased scalability and faster development cycles, while also addressing the potential challenges involved. Your practical …
A pattern language for microservices
Architectural style Which architectural style should you choose for an application? Monolithic architecture - architect an application as a single deployable unit Microservice architecture - architect …
Microservices rules #8: Design independently deployable services
May 20, 2025 · This is another article in the series about microservices rules: what good looks like, which are a set of principles and practices for using microservices effectively.
QCONSF 2025 Microservices Platforms: When Team Topologies Meets ...
Nov 23, 2025 · I will then describe several kinds of platforms and the key capabilities they provide to free development teams from this implementation burden. Slides Microservices Platforms: When Team …
Adopt the Microservice Architecture
Write some code - Use the Eventuate.io platform with popular frameworks, such as Spring Boot to tackle distributed data management challenges in your microservices architecture.
Pattern: Transactional outbox - Microservices
Using this pattern and thinking in microservices, once each service has its own database, should I have an Outbox table in each service database or should I have a common (centralized) database/service?
About the microservices rules: what good looks like
The 11 microservices rules are a great checklist that engineering leaders can use to assess the state of their organization, its delivery practices and its application’s architecture and keep their migration to …
Pattern: Strangler application - Microservices
The Strangler Pattern enables organizations to transition smoothly from legacy systems to microservices while maintaining business continuity and minimizing risks.
Microservices platforms: when team topologies meets microservices ...
May 6, 2025 · The following diagram shows five key platforms that are needed to support the development of microservices. This article introduces these platforms and their relationship with the …