- it offered `ports` and `infrastructure` directories, too, but we got rid of the latter as the cache, which coachee introduced for performance, is an outbound adapter, we felt - the app sends outbound messages to that."
(LLMs might set #HexagonalArchitecture as default one day!)
By collaborating in my "Implementing #DDDesign Workshop" you'll learn the full range of strategic and tactical modeling, and additional patterns and tools to understand your domain, design multiple models, and implement. kalele.io/iddd-workshop
#EventDrivenArchitecture #HexagonalArchitecture 3/3
🧪 Teststrategie für Hexagonale Architektur gesucht?
Andreas Jürgensen zeigt, welche Tests wirklich sinnvoll sind – von Unit bis E2E – und wie Du Test Doubles & Testdaten klug nutzt.
#jaxcon |📍Mainz | 📅 7.5.26 | 🕘16:45 - 17:45
👉https://tinyurl.com/4tk5zm69
#Testing #HexagonalArchitecture
Hexagonal Architecture begegnet dir früher oder später, wenn Anwendungen größer werden und trotzdem wartbar blei...
magicmarcy.de/fachlogik-zuerst-ein-ein...
#PortsAndAdapters #Hexagonal #Architektur #HexagonalArchitecture #Fachlogik #Service #Schnittstellen
If you're into #DDD + #HexagonalArchitecture feel free to give boundary a try. I'd love any feedback. My goal is to increase the feedback loop of learning, refactoring, and maintaining a code repository that uses or would benefit from implementing DDD + hex arch.
github.com/rebelopsio/boundary
Watch Alistair Cockburn’s SAG 2025 keynote “The Hexagonal, or Ports & Adapters Architecture” on YouTube!
𝗧𝗵𝗲 𝗳𝗶𝗿𝘀𝘁 #𝗦𝗔𝗚𝟮𝟬𝟮𝟱 𝗸𝗲𝘆𝗻𝗼𝘁𝗲 𝗿𝗲𝗰𝗼𝗿𝗱𝗶𝗻𝗴 𝗶𝘀 𝗹𝗶𝘃𝗲! 🥳
We’re kicking off the release of the #SAGconf keynotes with a true classic: Alistair Cockburn’s keynote "The Hexagonal, or Ports & Adapters Architecture" 🧩
👉️ Watch now: t1p.de/zsb4c
#HexagonalArchitecture #SoftwareArchitecture #AgileManifesto #iSAQB
"You can draw a line around any part of your code and call it anything you like, but only when you have to maintain the tests do boundaries become real."
“Hexagonal Architecture Explained” Alistair Cockburn & Juan Manuel Garrido de Paz
#hexagonalarchitecture #portsandadapters #testing
Wednesday Links - Edition 2025-11-12
dev.to/0xkkocel/wed...
#java #jvm #hexagonalarchitecture #xml
We’re thrilled to share our latest pre-conference interview with #AgileManifesto co-author Alistair Cockburn! 🤩
He reflects on 30 years of software wisdom, the birth of #HexagonalArchitecture, and how #AI is reshaping teamwork.💡
Watch now 👉 t1p.de/douzg
#SAG2025 #SoftwareArchitecture #Agile
Hey ! 😊 Is anyone here using Cursor for a NestJS / Hexagonal architecture project ?
Could you please share your .cursorrules file with me ?
#NestJS #TypeScript #HexagonalArchitecture #Architecture #BackendDev #SOLID
⚡ One-keystroke navigation for Go hexagonal architectures in VS Code
My custom macro filters out mocks, middlewares, and generated code - taking you straight from handlers → services → adapters without the mental overhead.
breml.github.io/blog/2025/09...
#golang #vscode #hexagonalarchitecture
🛠️ What if your app could run without a UI or database – and still be fully testable, resilient, and adaptable?
Join #AlistairCockburn, creator of the #HexagonalArchitecture, at the #SAGconf as he shares the motivation behind this powerful design and shows how to implement it.
👉 t1p.de/txt0g
When many different #mocks are in place to isolate an external dependency, we end up with 'n' versions of the code! Read more in "Avoid mocks and test your core domain faster with #HexagonalArchitecture" https://bit.ly/2Wkym56 #TDD #unitTesting
@totheralistair.bsky.social : Primary Interfaces of #HexagonalArchitecture line up with Primary Actors in the #UseCases. The Actors are defined by their purpose in using the system.
So I could name primary interfaces by actor, e.g. for an eBay clone: ForBuyers, ForSellers, ForAdmin
yea or nay?
amazon is finally listing my updated #HexagonalArchitecture book!
also at Thriftbooks: www.thriftbooks.com/w/hexagonal-...
I will be leading a hands-on workshop at dddeurope.com on June 4th!
Implement core DDD concepts including Aggregates, Repositories, Value Objects, and use Hexagonal Architecture for loose coupling. In Java and Python.
#DomainDrivenDesign #HexagonalArchitecture #DDDEurope
nice: #hexagonalarchitecture ftw
ref: store7710079.company.site/Hexagonal-Ar...
just moved my original #HexagonalArchitecture article over to its new home - all the original links should still work:
alistair.cockburn.us/hexagonal-ar...
You can listen here: www.youtube.com/watch?v=zpIT...
#CSudberyRecordings #HexagonalArchitecture
It describes how this pattern enhances maintainability, testability, and adaptability by clearly defining interactions through ports (protocols) and adapters.
by Oleksandr Stepanov
#ios #iosdevelopment #swift #swiftui #swiftlang #HexagonalArchitecture
Session on #hexagonalarchitecture
🥁📢 #jMolecules 2023.3.0 (API 1.10, Integrations 0.25) is out! Improved #HexagonalArchitecture verification and persistence code generation. See the release announcement for details. github.com/xmolecules/j... ☕️⚗️
Understanding Hexagonal Architecture
Dive into the hexagonal architecture pattern and understand how it decouples your application from external dependencies. Perfect for developers looking to enhance their coding skills! #HexagonalArchitecture #CodingPatterns #SoftwareEngineering
Discover Hexagonal Architecture: Ports and Adapters Pattern
Unlock the secrets to decoupling business logic from external dependencies! Learn how hexagonal architecture can make your Node.js app more flexible and future-proof. #CodingTips #NodeJS #HexagonalArchitecture
This is why my generic #hexagonalarchitecture diagram labels Driver Adapters as Framework Adapters.
The External Framework could be a REST based framework, as indicated in the diagram, or a Message System too.
🎙️ Hexagonal Architecture in Practice by Julien Topçu at #Jfokus2025!
Tackle software complexity and tech debt with Hexagonal Architecture in this 100% live coding session. Learn to make your apps adaptable and sustainable.
#HexagonalArchitecture #CleanCode #LiveCoding
Check out my latest blog post: It's about making your game logic independent of the framework using hexagonal architecture. #GameDev #MonoGame #CleanArchitecture #HexagonalArchitecture #gaming #GameDevelopment #dotnet #programming shendriks.dev/posts/2024-1...
🚀 Ready to improve your software design skills?
The #HexagonalArchitecture is the key to building maintainable and scalable applications. Learn how to implement it in your next project.
📚 Details on: geovannycode.com/en/hexagonal...
#golang #go #dddesign #ddd #domaindrivendesign #hexagonalarchitecture #portsandadapters
Reposts very much appreciated! :-)
Was inspired by @dmlled.bsky.social's #hexagonalarchitecture example repo (github.com/d-led/ports-...) to create my own: github.com/waltervos/po.... Did I get this right?