ElixirCasts
Forum Sponsor
Most Liked
sorentwo
Oban Core Team
This is a great introduction and getting started resource for Oban. Thanks for putting it together!
4
ElixirCasts
Forum Sponsor
Thanks for the kind words. It’s a wonderful library - thank you for all the work you’ve put into it 
2
Popular in Screencasts
Hey everyone, we thought it was about time we had an official streamers thread. Please feel free to add yours in this post (it’s a wiki) ...
New
I made a video for anyone wanting an introduction to GenServer.
https://elixircasts.io/intro-to-genserver
New
I made an episode about deploying with Gigalixir.
https://elixircasts.io/deploying-with-gigalixir
New
I came across ElixirCasts.io, a free, high quality screencast showing various subjects in Elixir and Phoenix. I didn't see it posted on t...
New
I made a video to cover the basics of routing in Phoenix.
https://elixircasts.io/phoenix-routes
New
I made a video about building a JSON API with Phoenix 1.4. This is a great episode for anyone wanting to get started using Phoenix as an ...
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 video on using the job processing library.
New
For 2021, I decided to start a YouTube channel about coding with Elixir! Hurray!
I learn best by teaching others, which is why I “challe...
New
I was working on testing a named agent that was started by my application. In testing I had intermittent failures. I thought I would shar...
New
Other popular topics
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
New
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
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 seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New







