AdvancedVocabulary#architecture#backend#developer-tools

Hexagonal Architecture Vocabulary

Build fluency in the vocabulary of isolating core business logic behind ports with adapters plugged in from outside.

0 / 5 completed
1 / 5
At standup, a dev mentions defining an application's core business logic against abstract ports it owns, then plugging in concrete adapters, such as a specific database driver or REST controller, from the outside, so swapping infrastructure never requires touching the core logic. What is this architectural style called?