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.

Women in Elixir Lorena Mireles

Women in Elixir

The Elixir community is growing, and so is the participation of women in it. In this webinar, Lorena Mireles will share insights from her own…

Evolve your developer abilities with Elixir

Evolve your developer abilities with Elixir

A top-level overview of Elixir programming language, highlighting its origins, its unique advantages, and recount the key moments of Carlo’s own journey with Elixir.

Instrumenting Erlang and Elixir code with open telemetry

Instrumenting Erlang and Elixir code with open telemetry

A gentle introduction to instrumenting your erlang/elixir code with opentelemetry tracing: common practices, opentelemetry opensource libraries.