Reading Notes: Hexagonal, Onion & Clean Architecture
This is my summary of this great video Hexagonal, Onion & Clean Architecture. I love this video because to me it really captures the essence of the hexagonal architecture in a fun and entertaining way.
N-layered architecture

Invert the data access layer

But how? Using Interfaces!

Ports and Adapters

Hexagonal architecture

Keep domain logic independent of everything

Increased testability

Comments