Erlang/OTP deployments that want to provide shell access or cluster nodes relied on something called the Erlang Port Mapper Daemon (EPMD), a separate process th... (more…)
Read more »
In this post I am going to discuss about hot code loading which is a crucial feature for production environments in order to achieve high… (more…)
Read more »
Do you remember List Incomprehensions? Well… there is more! And it will take us all the way down to the core of Erlang! (more…)
Read more »
Want to discover a fun new Erlang project? A lot has been said about Erlang's concurrency and fault-tolerance, and with good reason, but it is still important to remember that programming can and should be fun.
In this tutorial, we show you how to use E... (more…)
Read more »
This is the first in a series of upcoming posts about deploying and monitoring an Erlang cluster in Kubernetes. To start, this piece describes how to build an Erlang container for the project that will be deployed to Kubernetes, and will touch on a couple... (more…)
Read more »