How to debug Elixir/Erlang compiler performance
- José Valim
- December 15th, 2020
- compiler, performance
Explore techniques to debug and improve performance of Erlang/Elixir compiler
Explore techniques to debug and improve performance of Erlang/Elixir compiler
Let's discuss the --warnings-as-errors option, how we can use it during compilation and tests, and finally our recommendations for using it in CI.
Let's discuss the options Elixir developers have available when it comes to the use of Redis
Ecto migrations: schema vs data and automatic vs manual.
A tiny library that allows developers to implement Time-based One-Time Passwords (TOTP) for their applications as one of the mechanisms for Two-factor authentication (2FA).
Let's learn how to build a simple analytics using Ecto, GenServer and Elixir's process registry.