Why the dot (when calling anonymous functions)?
- José Valim
- August 14th, 2023
- elixir
A detailed explanation of why Elixir uses a dot when invoking anonymous functions
A detailed explanation of why Elixir uses a dot when invoking anonymous functions
A guest article from Alex Koutmos on using Livebook as a learning tool for Elixir
Learn how to build custom Hex repositories using mix hex.registry build that ships with Hex since version 0.21
We are celebrating 10 years since the first commit to what would become Elixir.
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.