Warnings as errors and tests
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 --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.
A step by step description on how to use Bootstrap Native with Phoenix LiveView.