An Overview of Hexangonal Architectures with Ian Cooper

An Overview of Hexangonal Architectures with Ian Cooper

Royd Brayshay
21st July 2015

Home Insights An Overview of Hexangonal Architectures with Ian Cooper

Hexagonal architecture or ports and adaptors as it is sometimes called, is a design pattern applied to software applications that attempts to separate core functionality and business rules, often called the domain model, from the interfaces used to interact with this code. These interfaces could be a web page or the command line used for user interaction; alternatively an interface could be to interact with other code or software like a REST API or a suite of automated tests. The important concept being that the core domain model is separated and therefore, with its integrity preserved, its value and longevity should benefit. Ian Cooper has written and talked at length about hexagonal architecture and visited Agile Yorkshire to take a deep dive into the topic and share his insight and experience.

Share Article

Insights.

Sponsoring the Legal Tech in Leeds’ Hackathon
Sponsoring the Legal Tech in Leeds’ Hackathon

This is why NewRedo are so proud to have sponsored Legal Tech in Leeds Hackathon

Discover More
Taking a look at Dagger
Taking a look at Dagger

Solomon Hykes is probably most famous for being the founder and former CTO of Docker. Docker revolutionised the way we package, run and distribute server applications, so when Hykes starts a new venture, it's worth checking out.

Discover More
Running Terraform in a Lambda Function
Running Terraform in a Lambda Function

I recently set up a Terraform project which I wanted to run on a regular schedule. There are a number of ways to achieve this, but I decided to package the project as a Lambda function and schedule it with… 

Discover More