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
Shows how to sign and verify HTTP requests with Elixir. This is useful for webhooks and communications between servers on the Web.
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).