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.

Gleam’s Interoperability with Erlang and Elixir

Gleam’s Interoperability with Erlang and Elixir 

Raúl Chouza explores how Gleam works with Erlang and Elixir, showing its type safety, BEAM integration, and live app demo.

Security and the BEAM Ecosystem

Security and the BEAM Ecosystem

In the second and final part, Jonatan Männchen on how the BEAM community is making security smarter and more collaborative.

SAFE and OIDCC

SAFE and OIDCC

Even secure code benefits from a second opinion. In part one, Jonatan Männchen shares how SAFE helped strengthen his authentication library.