Episodes for phoenix
Alchemist's Edition
#38: 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.
#36: Gravatar with Phoenix
Gravatar is a great way to easily display avatars on a website. In this episode we’ll create simple helper function that we can use to display a user’s Gravatar.
#24: 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.
#21: Getting Started with Phoenix v2
foobar
#18: Phoenix Debug Toolbar ex_debug_tool
ex_debug_toolbar is a great new Elixir project that makes it easier to debug your application and see stats about it. Learn how to use it in your project.
#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.
#13: Custom Error Pages in Phoenix
In this episode we’ll customize the 404 and 500 error pages in a Phoenix application.
#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.
#1: Getting Started with Phoenix
This episode is a simple walkthrough demonstrating how easy it is to get started using Phoenix. In it we’ll create a simple blogging application with posts.