episode image

Alchemist's Edition

#61: Twitter Authentication

In this episode we’ll be adding the ability for users to sign in to a Phoenix web application with Twitter. We’ll use Ueberauth to help us handle the OAuth flow to and from Twitter.

14m 19s
Watch Now →
episode image

#54: Detect Security Issues with Sobelow

In this episode we’ll learn how to identify security issues in Phoenix applications. We’ll be using Sobelow to help us identify different potential vulnerabilities.

5m 8s
Watch Now →
episode image

#52: Exploring Phoenix Assigns

Assigns allow you to set and access shared data in different contexts within Phoenix. In this episode we’ll explore how to use assigns in the connection, template, and socket.

7m 43s
Watch Now →
episode image

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

8m 1s
Watch Now →
episode image

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

2m 25s
Watch Now →
episode image

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

8m 58s
Watch Now →
episode image

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

13m 11s
Watch Now →
episode image

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.

11m 10s
Watch Now →
episode image

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

3m 58s
Watch Now →