Fullstack Phoenix Logo

Learn Elixir and Phoenix LiveView

Tutorials and courses to help you learn in warp speed.

Latest Tutorials


NEW
Published 19 Nov

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..

Published 05 Oct

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..

Published 31 May
Phoenix 1.7

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..

Published 26 May
Phoenix 1.7

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..

Published 22 May
Phoenix 1.7

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..

Published 20 May

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..