Tag: architecture

  • Hexagonal Architecture Components

    Hexagonal Architecture Components

    I wrote a blog post previously that discussed Hex Architecture in detail. Here’s another look at a Hexagonal Application structure that I have used with many applications. It doesn’t have the ‘Hex look’ here but it is still the same. I think that some people are thrown by the look of the hex architecture, so…

  • Hexagonal-software-architecture-example

    Hexagonal-software-architecture-example

    With a name like “Hexagonal Architecture”, it may seem a bit intimidating. To make things more confusing this pattern also goes by several other names including: Ports and Adaptors Clean Architecture Onion Architecture You can use your favorite name from above, but I’ll stick to Hexagonal for this article. It is Not N-Tier Perhaps the…