All in on event sourcing
The idea of event sourcing is completely different from what we usually build. Let's understand why it's useful and how to approach it using a poker platform as an example.
Something went wrong!
Hang in there while we get back on track
Hey, I'm Volodymyr, a software engineer based in Ukraine 🇺🇦. I love building apps that are fast, clean, and useful to other people. This blog is where I share my thoughts, experiences, and projects related to software development. Whether you're a beginner or an experienced developer, I hope you'll find something valuable here. Feel free to contact me using the details below.
The idea of event sourcing is completely different from what we usually build. Let's understand why it's useful and how to approach it using a poker platform as an example.
Have you ever wondered how to build the most stable application in the world? What characteristics does such an application have, and what architecture styles make it possible?
A month ago, during a release to production, the feature I was working on failed to deploy due to a PostgreSQL restriction. It turned out to be a surprisingly fun and comprehensive learning moment.