In this tutorial, you will implement parts of the backend of a "Connect Four" game using the architectural design pattern "Event Sourcing". The tutorial introduces Event Sourcing from the ground up, ...
In this tutorial, we will write an event-sourced version of the game "Connect Four". The focus of the tutorial is not the game logic, but rather the core mechanisms of Event Sourcing. That's why ...