When to Use Ruby On Rails
Ruby on Rails runs on Ruby, which is an open source language that has been around since the 1990s. What is Ruby? One of…
Elixir content on the Revelry Blog: Navigate our lab notes by using the tag system.
Ruby on Rails runs on Ruby, which is an open source language that has been around since the 1990s. What is Ruby? One of…
Who is Sam Keer? Sam Keer is a software engineer who works with Elixir, Javascript, Ruby, and a dash of C#. Originally from Redwood…
Where are you from? I grew up in a town in North Central Kentucky called Mount Washington; it’s just south of Louisville. I spent…
Software engineer, Jonathan Walters, breaks down three approaches he took to solve the New Year Chaos logic problem from HackerRank.
Elixir is far too generous. I realize how cossetted I am when I go to use function clauses in JavaScript. Because you can’t do…
Elixir 1.9 has been released with built-in support for releases, a need that was previously served (and continues to be) by the Distillery package.
Software engineer and Elixir pro Bryan Joseph explains how to delegate functions to another module with a secret weapon, also knowns as defdelegate.
Thank you for joining me as I share my favorite functions and patterns in functional programming. Today’s focus is on the function group_by.
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.