episode image

#169: Phoenix Storybook

If you’re using components in your application, PhoenixStorybook provides an easy way to add a storybook-like UI for them. In this episode, we’ll learn how to add PhoenixStorybook to an application.

10m 44s
Watch Now →
episode image

#166: Timezones with TzWorld

In this episode, we’re building an application to fetch timezones based on latitude and longitude coordinates using the TzWorld package. Along the way, we’ll use schemaless Ecto changesets in a Phoenix LiveView.

8m 45s
Watch Now →
episode image

#164: Sanitizing HTML with HtmlSanitizeEx

In this episode we’ll use the HtmlSanitizeEx package to help protect an Elixir application that uses Phoenix against malicious code execution.

6m 4s
Watch Now →
episode image

#159: Phoenix LiveView Streams

LiveView streams make it easy to manage collections of data on the client without keeping resources on the server. In this episode, we’ll rewrite an existing LiveView to use streams.

8m 5s
Watch Now →
episode image

#158: Trix Editor

In this episode we’ll add the Trix rich text editor to an existing Phoenix application.

3m 36s
Watch Now →
episode image

Alchemist's Edition

#155: Phoenix Swoosh

In this episode we’ll use Swoosh and Phoenix Swoosh to send emails.

6m 25s
Watch Now →
episode image

#154: Phoenix Verified Routes

There’s a new way to write routes in Phoenix 1.7. In this episode, we’ll re-write some routes using verified routes.

3m 31s
Watch Now →
episode image

#153: Upgrading to Phoenix 1.7

Phoenix 1.7 is packed with many great new features. In this episode upgrade an existing application from Phoenix 1.6 to use 1.7.

6m 10s
Watch Now →
episode image

Alchemist's Edition

#152: Cursor Based Pagination with Paginator

Here we’ll add cursor-based pagination to a Phoenix powered API with the Paginator package.

6m 17s
Watch Now →