Problem I’m working on a Phoenix/Absinthe application and I thought to expose encrypted sequential IDs instead of UUIDs since these […]

Problem I’m new to both Elixir and tail recursion. defmodule MyInteger do defp sum_upto(x, accumulator) when accumulator <= 1 do […]