Hexagonal Architecture
Contents of this page:
GitHub Repos
Sadly by necessity some of my repos are private. Those that are private are clearly marked. For those that are, please don’t ask me to share the code, because I can’t. They’re listed here purely for my reference.
- ClaresPancakes
- This was the companion code base to the blog post I wrote on hexagonal architecture for the LateRooms Engineering blog.
Docs and Blog Posts
- (TO DO) My blog post on Hexagonal Architecture was originally posted on the LateRooms blog and no longer exists. But I have the original doc and am in the process of making it available again here.
- Hexagonal architecture is also referred to as “clean” architecture.
- Video by Craig Bass demoing ATDD and clean architecture in C# (48 mins long) (I also have this downloaded in OneDrive/IT Training/Current)
- GitHub documentation by Craig Bass about clean architecture
- Ian Cooper Clean Architecture Video (53 mins long)
- See also my notes on this video
- This talk basically compares clean architecture with hexagonal architecture and other related architectures. My notes on that comparison are here
- my notes on clean architecture
- blog post