Episodes for phoenix

#50: Phoenix Routes
In this episode we’ll look at how we can use the Phoenix router to define routes for our application. We’ll learn how to define single routes and full RESTful resources in Phoenix.

#47: Seeding Data in Phoenix
In this episode we’ll learn how to seed our Ecto database with some dummy info for use in a Phoenix application.

#44: Passwordless Authentication with Veil
In this episode we’ll look at how we can implement passwordless authentication in a Phoenix application with the Veil package.

#42: User Authentication with Phoenix
In this episode we’ll add user authentication to a Phoenix application. We’ll create forms that allow users to sign up and sign in. Then we’ll see how we can require users to authenticate before accessing certain controller actions.

Alchemist's Edition
#41: File Uploads with Arc
If you’ve needed to upload and transform images in your Phoenix application this episode’s for you. We’ll use Arc to create multiple versions of our files and upload them to Amazon S3.

#40: Simple Search Form with Phoenix
In this episode we’ll add a simple search form to a Phoenix application. We’ll use Ecto to build our search query, along with PostgreSQL’s ‘ilike’ to make our search case-insensitive.

Alchemist's Edition
#39: Accepting Payments with Stripe
In this episode we’ll learn how to accept payments using Stripe. We’ll integrate Stripe Checkout into an existing Phoenix application in order to easily accept payment and shipping information.

#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.

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.