elixir Expressive design in Elixir with polymorphic protocols In this article Emilio told us how to achieve an elegant and expressive desing in Elixir with polymorphic protocols.
elixir Fluent assertions in Elixir Fluent assertions provide a live documentation of what the code actually does. Here's a small library I wrote in Elixir to make them.
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.