What is reduce and why should I care?
When working with functional programming the word reduce and reducer isn't uncommon. Here we go through the concept to understand the value of reduce.
When working with functional programming the word reduce and reducer isn't uncommon. Here we go through the concept to understand the value of reduce.
With the contexts of phoenix 1.4 it might become hard to figure out where to put schemas that are being used by multiple contexts. Here I'll talk a bit about how we can get around that
Deploying software is boring, it's basically just following the same steps over and over again. That's where continuous delivery comes in. This is how I did it with elixir on Circle CI
Learn how elixir processes work by looking at a simple implementation of GenServer.