AstonJ
ExCasts.com
Not sure if this is still going but adding it for completeness.
Who Is This For?
- You’re a programmer. You’ve heard of Elixir and you want to know more.
Maybe you’re a Ruby developer who’s heard the buzz about Elixir. Or perhaps you’re coming from one of the many other healthy development ecosystems and you’re wanting to learn about the new “cool kid”. Either way, you may (or may not) know a little syntax and you need some guidance. You’re in the right place.
- You know the basics of Elixir. Now you’re ready to go deeper.
You love functional programming. You love Elixir. You’re aware that because it runs on the amazing BEAM and is inspired by Ruby, it’s battle-tested and optimized for developer happiness. ExCasts is here to guide you through intermediate and advanced topics with realistic use cases so you can get more out of Elixir and its ecosystem.
Popular in Screencasts
I made a video to help people get introduced to agents.
New
New video alert! I made a video about the LiveView lifecycle, navigation, and how to use handle_params vs mount., etc.
Check it out:
...
New
This video is about the step by step guide to build packages with clear explanation of package files and registration procees to hex.pm
...
New
Exploring Elixir episode 3, and episode 3 Extra, are both out! In the main episode, we look at the new child_spec/1 function in Elixir 1....
New
When: Sunday, July 19 @ 12PM Pacific
Where: https://twitch.tv/ShyRyan
Social: https://twitter.com/ryanrwinchester/status/12844417463786...
New
So I just recorded this one where I build simple command-line tool in Elixir using TDD with ExUnit. Hope you like it :slight_smile:
New
I made a screencast showing one way you can create SEO friendly urls with Phoenix 1.5.
New
New video on LiveView for almost total beginner level:
Hopefully this is a helpful starting point for someone out there!
New
I made the next video in the OTP series to help get started with Supervisor methods and syntax. The video goes over the init methods lik...
New
From time to time on the forums here, I see people asking for examples of specific comments / answers in code form. I’ve also noticed tha...
New
Other popular topics
What is the proper way to load a module from a file in to IEX?
In the python world, doing something like this pretty standard:
from ....
New
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Hi,
I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
I have a User schema with a :from_id field set to type :string:
defmodule TweetBot.Repo.Migrations.CreateUsers do
use Ecto.Migration
...
New
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
I tried installing
elixir 1.11.2
erlang 23.3.4
via asdf in my zsh shell. Enabled the versions locally and globally.
When I list them ...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Hello guys,
I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New








