Building Microservices API in Go - Introduction to Hexagonal Architecture

Building Microservices API in Go - Introduction to Hexagonal Architecture

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video introduces hexagonal architecture, also known as ports and adapters, which was conceptualized by Alistair Cockburn in 2005. It emphasizes separating code into user, business, and server sides, with dependencies directed towards the business logic. Interfaces at boundaries allow for interchangeable adapters, promoting loose coupling and easier testing. An example of a banking application illustrates these principles. The video concludes by highlighting the benefits of hexagonal architecture, such as maintainability and isolated testing, and previews the next steps in implementing this architecture.

Read more

1 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What new insight or understanding did you gain from this video?

Evaluate responses using AI:

OFF