#RevTWIL: ContEx
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we do…
Elixir content on the Revelry Blog: Navigate our lab notes by using the tag system.
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we do…
In a previous article, we talked about ETL and I gave a short synopsis of various packages used in implementing an ETL pipeline. In…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we do…
By Matt AguiluzRevelry Alumni Signal flow is something I find endlessly fascinating. The process of receiving input, processing it, and returning output is relatively…
Have you been looking to do something in Elixir outside of the usual Phoenix website? Or do you need to do some data processing…
Introduction One of the most handy features of Phoenix 1.6+ is the ability to use mix phx.gen.live to easily generate Liveviews, templates, and a…
You don’t have to forsake Elixir and Phoenix to work with Web3 and Blockchain. Liveview gives us the perfect intermediary. Background The Conference: The…
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.