Series

Ruby, Elixir, Variable Bindings, and Concurrency

What started as a single blog post about variable bindings in Elixir turned into a series contrasting Elixir with Ruby and rantings about side effects and concurrency. tl;dr... USE ELIXIR FOR ALL YOUR CONCURRENT NEEDS!

Fractals in Elixir

Fractals are kind of cool (an understatement), and the algorithm for generating an image is embarrassingly parallel. Elixir is super cool (also an understatement) and loves concurrency. So, of course, fractals in Elixir.