The essence of Event Sourcing
Event Sourcing is a somewhat trending topic, and you can find a lot of blog posts on what event sourcing supposedly is. I’ll throw my wrench in the works and try to explain what I see as “Event Sourcing”.
Event Sourcing is a somewhat trending topic, and you can find a lot of blog posts on what event sourcing supposedly is. I’ll throw my wrench in the works and try to explain what I see as “Event Sourcing”.
How can we make our code less error-prone? In this post I explore some of the ways we can do so. Join me!
In this post we will explaining some key concepts of the Elixir language using the code generated by the Phoenix project template and some handpicked examples.