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.
See All ScreencastsLatest Screencasts
Subdomain Routing
8. Subdomain Routing
A common feature in larger web applications, especially SaaS platforms, is the ability to handle different subdomains with separate routing. In thi..
Watch ScreencastIn Place Edit with Phoenix LiveView
7. In Place Edit with Phoenix 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 ..
Watch ScreencastSet session values from LiveView
6. Set session values from LiveView
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..
Watch ScreencastBuild Off Canvas Menu with LiveView
5. Build Off Canvas Menu with LiveView
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..
Watch ScreencastDropdown Navigation
4. Dropdown Navigation
In the example application that I am working with, It would be nice if I could quickly navigate between the records I have in the database without g..
Watch ScreencastCaching with Cachex
3. Caching with Cachex
At some point, your application will grow to a size where it starts to make sense to apply caching for some parts of it. This growth can be due to ..
Watch ScreencastSet 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 ..