episode image

Alchemist's Edition

#128: Using Twilio with Elixir

In this episode we’re integrating Twilio into a Phoenix LiveView application. When we’re finished users will be able to share their favorite album via text message.

13m 0s
Watch Now →
episode image

#122: Using phx_gen_auth for Phoenix Authentication

There are many ways to add authentication Phoenix apps. Here we’ll explore the new Phx.Gen.Auth package and how easily it can be used to add authentication to Phoenix apps.

7m 36s
Watch Now →
episode image

Alchemist's Edition

#115: Phoenix LiveView and PubSub

In this episode, we’ll send events from a Phoenix LiveView JS Hook and broadcast them using Phoenix PubSub to update all subscribed clients in realtime.

5m 20s
Watch Now →
episode image

Alchemist's Edition

#114: Phoenix LiveView JS Hooks

Phoenix LiveView provides JS Hooks as a way to integrate LiveView with JavaScript. In this episode, we’ll create a new Phoenix LiveView project and see how we can use a hook to integrate it with a color-picker library.

6m 50s
Watch Now →
episode image

#113: SEO Friendly URLs Revised

In this episode we’ll update the default URL structure of a resource in a Phoenix 1.5 application to use SEO friendly slugs.

6m 29s
Watch Now →
episode image

#111: Session Testing with Elixir

Often when testing Phoenix controllers you’ll need to initialize the session with data. In this episode we’ll learn how to do just that using the Plug.Test module.

6m 25s
Watch Now →
episode image

#105: How to Create Nested Phoenix Templates

By default, Phoenix doesn’t precompile templates in nested directories. In this episode we’ll see how we can update Phoenix to let us use templates in nested directories.

1m 59s
Watch Now →
episode image

Alchemist's Edition

#104: Generating RSS Feeds with Elixir

In this episode we’ll take an existing Elixir Phoenix application and build an Atom feed for it. To build the feed we’ll use the Atomex package.

6m 23s
Watch Now →
episode image

Alchemist's Edition

#102: OTP backed Web Application Part 4

In the final part of this series we’ll use Phoenix Channels to improve the UI so that our coin tracker page updates automatically when a new cryptocurrency price is found.

4m 37s
Watch Now →