An Erlang implementation of RAFT from WhatsApp. Contribute to WhatsApp/waraft development by creating an account on GitHub. (more…)
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 »
Applications are becoming increasingly concurrent, yet the traditional way of doing this, threads and locks, is very troublesome. This article highlights Erlang and Scala, two programming languages that use a different approach to concurrency: the actor m...
Read more »
This presentation was recorded at GOTO Chicago 2019. #gotocon #gotochgohttp://gotochgo.comSaša Jurić - Author of "Elixir in Action”ABSTRACTWhether you're dev... (more…)
Read more »
This is a loose transcript (or long paraphrasing?) of a presentation given at ConnectDev'16, a conference organized by Genetec in which I was invited to speak. (more…)
Read more »