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 »
This video was recorded at Code BEAM Europe 2022 - https://codesync.global/conferences/code-beam-sto-2022/Backtracking through Time and Space in Erlang | Qu... (more…)
Read more »
Abstract Erlang is known for its use in systems that are fault tolerant and reliable. One of the ideas at the core of the Erlang runtime system&# … (more…)
Read more »
Using lists:seq/2 in Erlang, you might found some slightly unexpected although perfectly documented results. It’s nothing spectacular but I think it’s nonetheless funny. (more…)
Read more »