Follow this blog

Software engineering, design, and psychology

Tag: series

Later Ctrl + ↑

Drawbacks of Enterprise Service Buses | Microservice Architecture — Ep. 6

ESBs gathered all control over the system in a single place: communication, schemas, orchestration, infrastructure

Peak of SOA — Enterprise Service Bus | Microservice Architecture — Ep. 5

The core of service-oriented architecture is centralized governance over how diverse services provide their capabilities and communicate

Service-Oriented Architecture (SOA) | Microservice Architecture — Ep. 4

SOA is a predecessor to microservices. It is an architectural style that treats services as independent, heterogeneous providers of business capabilities

Microservices vs. Traditional Services | Microservice Architecture — Ep. 3

A microservice is not a “small service” — it is a service with stricter constraints

Services vs. Components | Microservice Architecture — Ep. 2

What is the difference between a service and a component? Both should be cohesive and loosely coupled to the rest of application, both should solve a single problem

What is a Service? | Microservice Architecture — Ep. 1

This is the beginning of series on Microservices & Event-Driven Architecture (MEDA). The series explores the theme from its historical context to practical topics like testing