
Generating Ical files with Phoenix and Swoosh
At some point, most apps need to send calendar events and you have probably noticed that there is a standard that all major calendar applications wo..
Realtime Apex Charts in Phoenix LiveView
Charts is a core part in any web application that displays data in any way. In this tutorial, I will go through how to take a popular charting libra..

CSV Import file upload with preview in LiveView
In this tutorial, I will go through how to upload and import a CSV file with Phoenix LiveView and, show how easy it is to preview the imports before..

Implementing HTML Emails in Phoenix with Swoosh and Premailex
In this tutorial, we will walk you through how to implement HTML emails in the Phoenix web framework using Swoosh and Premailex. By default, Phoenix..

Building a ChatGPT Chatbot with Elixir and Phoenix LiveView
Unless you have been living under a rock the last six months, you haven’t missed the the news about OpenAI's ChatGPT and its extremely cool text com..

Handling Amount Fields in a Phoenix Application with Ecto Custom Types
In this tutorial, we will discuss a common problem faced in Elixir applications related to handling and storing formatted amount fields in a databas..

Automatic convertion to verified routes
One of the nicest features in the new Phoenix 1.7 is the verified routes. Instead of the previous auto generated route-function, there is a p-sigil ..

Run one off tasks in Phoenix
If you run a web application with users in production, you have surely had the need to run a task that changes the database for one or more users. T..

Sortable lists with Phoenix LiveView and SortableJS
A very common user interface pattern on the web is to have sortable elements. In this tutorial I will go through how to accomplish sortable lists wi..