Tools and Frameworks
Change data capture with Postgres & Elixir
CDC is the process of identifying and capturing data changes from the database. Learn how you can achieve that by leveraging Postgres and Elixir.
Aleksander Lisiecki’s prize-winning eArangoDB at SpawnFest 2021
Check out this prize winning project from Aleksander Lisiecki at this year's SpawnFest.
Performance testing the JIT compiler for the BEAM VM
The JIT compiler released by the OTP core team offers performance boosts of 130%
Introducing Caramel – An Erlang Backend for the OCaml compiler that provides a fast type-checker for BEAM-based technologies
How this exciting new type checker can help your team.
How to use Lua for flexible configurations in Erlang and Elixir
A step-by-step guide for using Lua for flexible configs in Erlang & Elixir.
The sound of Erlang: How to use Erlang as an instrument
Learn how to code music in Erlang in this fun, step-by-step tutorial.
Elixir Community Tools: StreamData
This blog focuses on StreamData, created by Andrea Leopardi. StreamData is a framework for generating pseudo-random data based on specifications, which are defined using “generators”.
How to write a Phoenix PubSub adapter. Tutorial example based on EventStore
In this blog post, we are going to show you the main steps of implementing an adapter for Phoenix PubSub.
Optimising GraphQL with Dataloader
Dataloader is a powerful tool when it comes to optimising queries. This is a hands-on introduction into the tool with GraphQL and our production use case.