Functions: A Compilation of My Favorite Functions and Patterns in Functional Programming February 12, 2019September 12, 2024 |Revelry TeamBack-End Engineering Elixir / Phoenix 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.
NodeJS, an Elixir Library for Calling Node.js Functions December 6, 2018October 6, 2022 |Revelry TeamBack-End Engineering Blockchain / Crypto Elixir / Phoenix Javascript 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.
Monitoring Phoenix Applications and Recording Metrics July 26, 2018October 11, 2023 |Revelry TeamBack-End Engineering Elixir / Phoenix At Revelry, we are heavy users of DataDog so this solution leans heavily into putting metrics there.
Strong Types of Pattern Matching in Elixir July 5, 2017September 12, 2024 |Revelry TeamBack-End Engineering Elixir / Phoenix 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.