episode image

#100: Multiple Room Chat Application

In this episode we’ll build a chat application that has multiple chat rooms. The rooms will be created dynamically from the URL and will use Phoenix Channels to provide realtime functionality.

11m 48s
Watch Now →
episode image

Alchemist's Edition

#96: Contact Form

In this episode we’ll build a contact form for an existing Elixir Phoenix application. When a user submits the form, an email will be sent using the Bamboo library.

6m 25s
Watch Now →
episode image

Alchemist's Edition

#95: Phoenix LiveView Part 4

In part 4 of our Phoenix LiveView series we’ll use Phoenix Presence to track how many users are currently signed in to our application.

5m 38s
Watch Now →
episode image

#94: Multiple Layouts with Phoenix

Often different layouts need to be rendered for different parts of a web application. In this episode we look at a few ways of doing this in Elixir.

3m 13s
Watch Now →
episode image

#91: Filtering Parameters in Phoenix

Often you’ll have sensitive information that you don’t want to show up logs. In this episode we’ll see how to configure Phoenix to specify what parameters you want filtered in your logs.

2m 21s
Watch Now →
episode image

Alchemist's Edition

#90: Nested Forms with Phoenix

In this episode we’ll explore one way to use Phoenix to create a nested form that saves an associated record in our database.

3m 41s
Watch Now →
episode image

Alchemist's Edition

#89: Phoenix LiveView Part 3

In part 3 of our series we’ll broadcast album changes to all clients using Phoenix.PubSub and Phoenix LiveView.

4m 28s
Watch Now →
episode image

#88: Phoenix LiveView Part 2

In part 2 we’ll use Phoenix LiveView event bindings to dynamically render a form and save changes to the database. Our form will be validated using a changesets coming from LiveView.

5m 44s
Watch Now →
episode image

#87: Phoenix LiveView Part 1

In part 1 we get started by installing Phoenix LiveView and setting it up to work with an existing Elixir Phoenix application. Then we’ll update a page to render data using LiveView.

7m 33s
Watch Now →