ElixirCasts
Forum Sponsor
Most Liked
ivanhercaz
Simple and wonderful! Thank you for this episode!
2
Popular in Screencasts
I made a video to cover the basics of routing in Phoenix.
https://elixircasts.io/phoenix-routes
New
New
Hi all. I’m new here and kinda new to Elixir and Phoenix, but I love it so much. These days PETAL stack is my favourite way to build apps...
New
I did an episode on Phoenix contexts. This is a good episode for anyone new to Phoenix or wanting to see how contexts work.
https://elix...
New
https://alchemist.camp/episodes/guessing-game
I’ve recently re-recorded Lesson 1 from Alchemist Camp. It’s significantly higher quality ...
New
Posted via Devtalk (see this thread for details).
New
Tokumei helps with building cloud native web applications. Some of the features that help to make it cloud ready.
Containerised by def...
New
One of our users just created this screencast for deploy Elixir apps on Render. Hope it’s helpful!
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
Ben Awad posted a youtube video about a project he created with Phoenix LiveView:
New
Other popular topics
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
I would like to know that is there any online source for learning Phoenix Framework for building E-Commerce Store? Any advantage on build...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
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
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
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
Hey,
Just curious what are the main benefits of Elixir compared to Clojure?
When is Elixir more useful than Clojure and vice versa?
Th...
New
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
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








