episode image

#38: Chat Room in 8 Minutes

One of the great features of Phoenix is how easily it allows developers to include realtime functionality in applications. In this episode we’ll use Channels to build a simple chat application in 8 minutes.

8m 11s
Watch Now →
episode image

Alchemist's Edition

#37: Charts with Chart.js Part 2

In this episode we’ll take what we did in Charts with Chart.js Part 1 and build on it. Let’s take advantage of Phoenix and use Channels to make our chart update in realtime.

6m 13s
Watch Now →
episode image

#35: Gravatar with Phoenix

Gravatar is a great way to easily display avatars. In this episode we’ll create simple helper function that we’ll use to display a user’s Gravatar.

3m 1s
Watch Now →
episode image

#23: Partial Templates with Phoenix

Using partial templates are a great way to break up larger, more complex templates. In this episode we see how easy it is to use them with Phoenix.

3m 15s
Watch Now →
episode image

#19: Intro to Function Plugs

Plug is an essential tool when building web applications in Elixir. In this episode we’ll dive into function plugs by building one and using it in an existing Phoenix application.

3m 3s
Watch Now →
episode image

#18: Phoenix Debug Toolbar ex_debug_tool

ex_debug_toolbar is a great new Elixir project that makes it easier to debug Phoenix applications and see stats about them. In this episode we’ll learn how to use it with an existing Phoenix application.

3m 33s
Watch Now →
episode image

#16: Upgrading to Phoenix 1.3

Phoenix 1.3 represents a major shift in how to build and think about Elixir Phoenix applications. In this episode learn how to upgrade an existing Phoenix application to 1.3.

7m 26s
Watch Now →
episode image

#13: Custom Error Pages in Phoenix

Creating custom error pages helps give your application a consistent feel - even when something goes wrong. In this episode we’ll customize the 404 and 500 error pages in a Phoenix application.

1m 52s
Watch Now →
episode image

#8: SEO Friendly URLs with Phoenix

Many people look to slugs for URLs that are memorable and easy to share. In this episode we’ll see how easy it is to use slugs in a Phoenix application.

5m 10s
Watch Now →