<< Part 1 — Initial Barebones Setup
Welcome back! This time we’ll focus on how to generate and surface our API’s documentation, adding a route to help explore, and update…
The last post took a little look into the concept of atoms in Elixir and how they are used. This post will cover one of options that Elixir provides for extensibility, protocols.
When getting started with Elixir and Phoenix there is plenty of help online with setting up a Phoenix app with the local HTML and JavaScript stack but few that focus on a pure API. I know that when I start learning a new…
This is a quick post to highlight what we found is an easy mistake to make when encountering the match? macro. Which from the documentation is: