Notes

A collection of notes that I have written or find/found useful to share.

Guards in Elixir >

Guards in Elixir are used within function definitions to impose constraints on the input parameters.

Mar 30, 2024 open.substack.com
Understanding Protocols in Elixir >

Protocols in Elixir are a way to define a set of functions that a module must implement. They are similar to interfaces in other programming languages

Mar 30, 2024 open.substack.com