Product Developer at Ascential by day, mess cleaner by night
Talks I've Given
-
Static Observability. An Intro to Metrics in Elixir
Featuring Thomas Depierre
The BEAM is one of the nicest run-time to handle in operations. We will look at what static observability on the BEAM means. We will then dive into how to get metrics for your applications, so that you know how to get visibility on your production system.
accessibility-apps elixir-lang beam devops elixir -
GenStage in Theory
Featuring Thomas Depierre
A basic introduction to GenStage implementation architecture.
devops architecture postgres genstage elixir -
From Local to Deployable : Building the Hard Way
Featuring Thomas Depierre
What are the options to build elixir? Why Releases? What different steps and phases are there to a build? How do you handle assets? An overview of the existing tools around building!
emerging-languages elixir building deployment erlang -
It was formally proved correct!!! It went BOOM none the less
Featuring Thomas Depierre
We are seeing a big return for static typing, formal proof and TDD with 100% code coverage in the dev community in general, but also in the Elixir community in particular. But does it make our systems safer? Does it really matter? Through different real accidents that have happened, we explore...
elixir beam devops