Thinking Concurrency: Dwelling in Erlang and Elixir

The functional paradigm has been influencing mainstream languages for decades, making developers more efficient whilst helping reduce maintenance costs.

As we are faced with a programming model that needs to scale on multi-core architectures and distributed environments, concurrency becomes critical. In these concurrency models, immutability, a key feature of functional programming paradigm will become even more evident.

To quote Simon Peyton Jones, future concurrent languages will be functional; they might not be called functional, but the features will be.

Please, accept marketing-cookies to watch this video.

This talk by Francesco Cesarini was recorded at our Erlang & Elixir meet-up at the Erlang Solutions office in Krakow.

Developing AstroBEAM

Creating a multiplayer game server in Elixir

This game was a highlight at Code BEAM Lite London and Code BEAM America. For those attendees lucky enough to experience AstroBEAM, Hernán Rivas Acosta…

erlang elixir metric with prometheus

Mastering metrics with Prometheus

Metrics are something critical for our services, but the community has seen badly maintained solutions over the years.One such library is prometheus, one of the most…

SAFE for Elixir Strengthening Security for Elixir and Erlang

SAFE for Elixir: Strengthening Security for Elixir and Erlang

Presented by: Robert Fiko & Mohamed Ali Khechine – SAFE Team, Erlang Solutions About this talk Security in software development is more critical than ever….