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 ...
In this Kivy Python tutorial, you will learn how to use Kivy for Python app development. By the end, you’ll understand how to start building cross-platform apps for Android, iOS, and Windows using ...