A tool for rapid profiling of Erlang and Elixir applications - GitHub - spawnfest/eflambe: A tool for rapid profiling of Erlang and Elixir applications... (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 »
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 »
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 »
I’ve been writing Ruby code for years, and like me, you may reach out for familiar tools like Redis or Sidekiq to process background jobs…...
Read more »