Screencasts for Elixir and Phoenix LiveView
Weekly Screencasts and Tutorials to help you learn Elixir and Phoenix LiveView in warp speed. Just bring out the 🍿 and sit back and relax.
Latest Screencasts
31. Phoenix Presence with LiveView
Learn to build real-time user presence tracking in Phoenix LiveView applications. This tutorial shows how to implement Phoenix Presence to display w..
Watch Screencast30. Organizing Layouts
In this video, we're going to tackle something that comes up with virtually every new Phoenix application - customizing how the layouts work. Now, e..
Watch ScreencastTesting with Playwright
29. Testing with Playwright
Set up Playwright browser testing in Phoenix LiveView applications. Test authentication flows, form interactions, and complex user journeys with Eli..
Watch Screencast28. AirBnB Clone LiveView part 3
Learn how to add images to your Phoenix LiveView AirBnB clone by implementing image schemas, database migrations, and Ecto associations. Perfect for..
Watch Screencast27. AirBnB Clone LiveView part 2
Learn how to build an Airbnb clone with Phoenix LiveView by creating database schemas, implementing constraints, and displaying property listings ef..
Watch Screencast26. AirBnB Clone LiveView part 1
Learn how to build an Airbnb clone using Phoenix LiveView. This tutorial covers project setup, LiveView basics, and implementing a responsive proper..
Watch Screencast
Set session values from LiveView
Working with session data can significantly improve the feel of web applications, making interactions feel more connected and dynamic. However, Phoe..

Add user anonymization to Phoenix application
When you are running a web application or service that has users, you will at some point deal with users that want to leave the service. And not onl..

In place edit with LiveView
A very common practice in web applications these days is to allow for inline editing of content. This is especially true when the value is a text fi..

Inspect incoming webhooks with Phoenix LiveView
In the ever-evolving world of web development, mastering the art of inspecting incoming webhooks is crucial for a seamless development experience. T..

Get started with Postgis and Ecto
If you're looking to enhance your Phoenix application with geographical data handling capabilities, PostGIS is an indispensable tool you'll want to ..