Listing Screencasts

Fullpage Loading Spinner with LiveView

async beginner component spinner

In this video, I demonstrate how to add a full-page loading spinner to your Elixir Phoenix LiveView application using async functions. You'll learn ..

CSV Export with Phoenix and LiveView

csv liveview dropdown

Learn how to implement a customizable CSV export feature in your Elixir Phoenix application using LiveView. This step-by-step tutorial covers adding..

Realtime Dashboard LiveView

chart javascript liveview pubsub realtime

In this tutorial, learn how to build a real-time dashboard in Phoenix LiveView using Apex Charts. We create three dynamic charts: sales over time, d..

Realtime Charts in LiveView

Realtime Charts in LiveView

chart javascript liveview realtime

Building interactive, real-time charts in a Phoenix LiveView application can be challenging. The complexity of connecting JavaScript charting librar..

Sortable table with Sortable JS

Sortable table with Sortable JS

sortable table

Reordering items directly in the user interface is a feature that can greatly enhance the user experience in web applications. In this video, I'll w..

Building a ChatGPT Chatbot with Elixir and Phoenix LiveView

Building a ChatGPT Chatbot with Elixir and Phoenix LiveView

ai chatgpt liveview

In this tutorial, I will go through the process of integrating ChatGPT with an Elixir backend, using Phoenix LiveView for real-time updates. It is ..

Subdomain Routing

Subdomain Routing

A common feature in larger web applications, especially SaaS platforms, is the ability to handle different subdomains with separate routing. In thi..

In Place Edit with Phoenix LiveView

In Place Edit with Phoenix LiveView

contenteditable forms liveview

Inline editing is a common feature in modern web applications, allowing users to edit content directly on the page without navigating to a separate ..

Set session values from LiveView

Free

Set session values from LiveView

FREE csrf encrypt session

In most web applications, there's a need to store session values for users, especially for things like authentication tokens, current user IDs, or p..

Build Off Canvas Menu with LiveView

Build Off Canvas Menu with LiveView

drawer form modal offcanvas

A step by step tutorial in switching from traditional modals to a sleek off-canvas menu with Phoenix LiveView. In this video, you'll learn how to bu..

Showing 21 to 30 of 34 Entries