J-Fall 2021: Jeroen Rosenberg – Cooking your Ravioli “Al Dente” with Hexagonal Architecture
Hexagonal architecture (a.k.a. ports and adapters) is a fancy name for designing your application in a way that the core domain is separated from the outside world by input and output ports. With a little bit of imagination one can visualise this as a hexagon made up of domain objects, use cases that operate on […]


