Sep 22, 2023
This article presents a revised guide from a previous post about implementing custom fonts in Phoenix along with Tailwind CSS. The process has been simplified due to the integration of Tailwind in Phoenix's default configuration.
Jun 10, 2022
The simplicity and power of combining Phoenix LiveView and PubSub is pretty impressive... one could even say magical. Today we'll look at this magical combination and throw in some Oban to power things up even further!
Apr 21, 2022
In our last post we further refined our Boundary setup. Today we'll be concentrating on ExDoc.
Apr 18, 2022
In our last post we set up some code hygiene tools and for the most part got everything configured and working the way we want. Today we'll take a closer look at Boundary.
Apr 10, 2022
The Elixir ecosystem has a number of tools and third party packages to aid in keeping a code base in tip top shape. Setting up some code hygiene tools is one of the first things I do on any new project. In this series of posts we'll go over the code hygiene tools I typically use.