Service Oriented Architecture
Everything on SkillVeris tagged Service Oriented Architecture — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is the API Composition Pattern?
API composition is a query pattern where a dedicated composer (an API gateway, BFF, or aggregator service) invokes several microservices in parallel or sequenc…
What is the Backend for Frontend (BFF) Pattern?
The Backend for Frontend (BFF) pattern gives each distinct client type — web, mobile, third-party partner — its own dedicated backend layer that shapes, aggreg…
Orchestration vs Choreography in Microservices: What is the Difference?
Orchestration coordinates a multi-service workflow through a central controller that explicitly tells each service what to do and in what order, while choreogr…