poeticoding
About Me
New to Elixir?
The Primitives of Elixir Concurrency: a Full Example
We see how to fully implement concurrent HTTP calls, using just spawn, send and received along with HTTPoison. We...
Elixir
19, Mar 2019
Hey Process, there is a Message for you!
Messages are a fundamental part of concurrency in Elixir. In this article we see how messaging and mailboxes ....
Elixir
13, Mar 2019
Spawning processes in Elixir, a gentle introduction to concurrency
In this article I introduce concurrency and show how we can start making our code concurrent in Elixir, using...
Elixir
06, Mar 2019
The Beauty of Pattern Matching in Elixir
One of the beautiful things of Elixir is pattern matching. We'll see pattern matching with tuples, lists and maps,...
Elixir
19, Feb 2019
Running Elixir in Docker Containers
How to use Docker to run our development Elixir environment and to run multiple Elixir Nodes over a Docker...
Elixir
12, Dec 2018