Is Event Sourcing hard? Part 2: How to store events15 July 2024·21 minsevents event-sourcing event-store java craftmanship architecture database postgresql kafkaLearn how to build a simple event store in Java using PostgreSQL as the database.
Is Event Sourcing hard? Part 1: Let's build a domain object from events10 June 2024·15 minsevents event-sourcing event-store java craftmanship architecture databaseLearn the concepts of event sourcing and how to implement a basic, non-production-ready application using it.
Ports & Adapters architecture on example14 June 2020·14 minsjava architecture ports-and-adapters hexagonalLearn how to implement ports & adapters