Learn Elixir
& Phoenix
ElixirCasts makes it easy to learn how to build applications with Elixir and Phoenix
Watch or Read
The best of both worlds. Every episode includes a video tutorial and a full transcript.
200+ Episodes
Every episode delivers hands-on, real-world examples you can use.
Stay Current
Continually updated with episodes that showcase the latest in the Elixir ecosystem.
Latest Episodes
#6: Parsing Markdown in Elixir with Earmark
In this episode we’ll use Earmark to parse Markdown in an example Elixir application. Then we’ll take a look at how we can use it from the command line.
#3: Deploying An Elixir App with Heroku
Ready to deploy your application? In this episode we deploy our simple Elixir project to Heroku. You’ll see how easy and fast you can deploy an Elixir application.
#2: Adding Comments with Ecto Associations
In this episode we’ll add comments to our blog. We’ll use the Ecto has_many and belongs_to associations to build a relationship between our posts and comments.
#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.