From 0f045c28b0d26202dc2e41d17260b84230a3e7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Fl=C3=BCgge?= Date: Thu, 26 Jan 2023 11:55:40 +0100 Subject: [PATCH] add hexagonal architecture pattern (#51) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 471f89f..a1dd1fb 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ - [system-design-primer](https://github.com/donnemartin/system-design-primer) - Design large-scale systems. - [architecting-for-reliability](https://medium.com/becloudy/architecting-for-reliability-part-1-concepts-17028343089) - Architecting for Reliability Part 1/3. - [InnerSource Patterns](https://patterns.innersourcecommons.org/) - Patterns for implementing InnerSource, the use of open source principles and practices for software development within the confines of an organization. +- [Hexagonal Architecture](https://alistair.cockburn.us/hexagonal-architecture/) - The hexagonal architecture pattern explained by Alistair Cockburn. ## Cloud Architecture