
Learn Elixir and Phoenix LiveView
Tutorials and courses to help you learn in warp speed.

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

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..
Popular Posts
Create a reusable modal with LiveView Component
To reduce duplicity and complexity in your apps, Phoenix LiveView comes with the possibility to use reusable components. Each component can have its..

How to combine Phoenix LiveView with Alpine.js
No matter how great Phoenix LiveView is, there is still some use case for sprinking some JS in your app to improve UX. For example, tabs, dropdowns,..
Updating LiveView Spring 2020 ed
Due to the hard work of the Phoenix LiveView team, there has been a lot of work done. However, there have been some breaking changes. For example ..
Multi-tenancy and Phoenix - Part 2
In the previous tutorial, I wrote how to set up multi-tenancy with Phoenix and Pow. In this tutorial, I will show how I scope resources the current ..
Multi-tenancy and authentication with Pow
I basically model every app with multi-tenancy in mind. It is way easier to do it while building than to implement it as an after thought. Also, P..