Subscribe to access all episodes. View plans →
In this episode we’ll use PlugCanonicalHost to redirect all requests from a non-canonical host to the canonical one.
Alchemist's Edition
In this episode, we’ll explore how to use multiple layouts in a Phoenix LiveView application.
Paraxial.io is a bot defense service designed for Elixir and Phoenix. In this episode, we’ll learn how to use Paraxial.io to defend against bot attacks.
In this episode, we’ll update our Phoenix LiveView authentication to choose which LiveViews we want to require authentication to access.
Adding authentication to an app that uses LiveView is a little different than a plain old Phoenix app. In this episode, we’ll look at LiveView auth using the on_mount and live_session functions.
on_mount
live_session
Our application has albums associated with genres in a many-to-many association. In this episode, we’ll create a way to filter our albums by their associated genre.
Petal Components make it easy to build beautiful Elixir applications with Tailwind CSS. In this episode, we’ll learn how to use Petal Components in a Phoenix application.
In this episode we’ll take a look at how to use Ecto’s many-to-many associations.
Infinite Scroll is a great way to let users explore content and it’s easy to setup with LiveView. In this episode we’ll update an existing LiveView to use Infinite Scroll.
© 2024 HEXMONSTER LLC