Here are all of the free episodes so far. For the rest, just sign up below.
A quick introduction to the screencast, followed by an Erlang / Elixir installation walkthrough.
The first part to an introduction to building a web application in Elixir using Dynamo.
An introduction to using Ecto and Postgres for persistence.
A glimpse into XML parsing in Elixir, by way of interoperating with an Erlang module.
Making your Elixir application redistributable using Erlang releases.
An introduction to maps, a new feature in Erlang R17 and Elixir 0.13
Introducing structs and demonstrating how they can take the place of public Records.
Using processes, gs, and shelling out to `sox` to build an Elixir-based synthesizer module.
Elixir's built-in templating language, useful for embedding Elixir code inside of a string.
Generating PCM Audio and making some noise
Implementing the Logo graphical programming language in Elixir with wxWidgets. In this episode we just implement the underlying GenServer.
Building a renderer for our Logo interpreter.
Using Semaphore CI to automatically test a Phoenix application each time we push new code.