event sourcing Featured 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”.
object design Limit the Problem Space! How can we make our code less error-prone? In this post I explore some of the ways we can do so. Join me!
elixir Dissecting a fresh Elixir application 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.
clojure State and Polymorphism with Clojure Santiago shares with us how some things in functional programming can be done similarly to OOP!