Passionate software engineer, trail runner, traveler. Insanely affected by lifelong learning. @darioghilardi
In every object oriented programming language we model the domain with classes. Every object we generate from our classes is a container of state, represented by your instance variables, and behavior, represented by your methods. But Elixir is a functional…
It has been said that one of the best way to cement knowledge is to share it with others. To follow that principle I’m starting to share some concepts I’m learning about the Elixir programming language. Coming from OOP, some of these ideas might look strange at the beginning, one of them…