If you're looking to get a distributed Erlang cluster up and running
on Kubernetes you'll need take a few things into account. This post
will create a basic application and provide scripts to automate the
creation and deployment of a distributed Erlang ap... (more…)
Read more »
Explore techniques to debug and improve performance of Erlang/Elixir compiler... (more…)
Read more »
When we write a program, we just want it to run faster when we run it on a multicore. If I have a 10 core computer I just want it to run 10 times faster, if ...
Read more »
If you look at the features listed by Kubernetes (K8s) and compare it to languages that run on the Erlang VM, such as Erlang and Elixir, the impression is that they share many keywords, such as "self-healing", "horizontal scaling", "distribution", etc. Th... (more…)
Read more »