
Functions: A Compilation of My Favorite Functions and Patterns in Functional Programming
This series shall be comprised of a series of micro-posts where each entry targets a single utility function or design pattern in functional programming.
Elixir content on the Revelry Blog: Navigate our lab notes by using the tag system.
This series shall be comprised of a series of micro-posts where each entry targets a single utility function or design pattern in functional programming.
Having this Elixir-to-Node bridge allows us to use a tried-and-tested JavaScript library for our app while we get our Elixir client off the ground.
At Revelry, we are heavy users of DataDog so this solution leans heavily into putting metrics there.
There are various ways to define the shape of the data you expect. This post shows the various forms pattern matching can take in Elixir.