poeticoding
Elixir and LiveView Course
About Me
erlang
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
Aggregate and Count Real-Time Trades with Elixir Maps
In this article we start to see how to aggregate Coinbase trades in real-time, using the GenServer behaviour. We'll...
Elixir
28, Dec 2018
Build a Simple Persistent Key-Value Store in Elixir, using Logs – Part 2
In this part we'll do a step further, making both keys and values persistent, being able to recover the...
Elixir
04, Dec 2018