Testing Erlang and Elixir through PropEr Modeling

Please accept marketing-cookies to watch this video.

There are a ton of techniques to come up with properties when doing property-based testing, but one of the most powerful ones is modeling. In this webinar, we’ll quickly see how to use models for stateless and stateful properties.

Speaker

Fred is the author of Learn You Some Erlang, Erlang in Anger, and more recently, Property-Based Testing with PropEr, Erlang, and Elixir. He is a maintainer of Rebar3, and of libraries such as recon, pobox, vmstats, and backoff. Twitter: https://x.com/mononcqc

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.

Erlangers encounter with gleam

An Erlanger’s encounter with Gleam

A short introduction to Gleam and an entirely subjective look at it from a seasoned Erlang developer.

Thinking Concurrency: Dwelling in Erlang and Elixir

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.