calebjosue
How to install Elixir 1.16.1 on WIndows 11
I’ve made a video about installing Elixir 1.16.1 on WIndows 11.
In case someone is interested here’s the link
The video description contains a link on how to install Erlang and Elixir from source code. Check it out!
Thanks fellows.
Popular in Screencasts
Ben Awad posted a youtube video about a project he created with Phoenix LiveView:
New
I made follow-up video for getting started with GenServer. This video goes over the syntax of handle_call, handle_cast and handle_info c...
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
I made an episode for anyone wanting an introduction to testing with Elixir.
https://elixircasts.io/introduction-to-testing
New
I made an screencast that looks at Sobelow, a project that scans Phoenix applications for security issues. If you haven’t used Sobelow be...
New
Hey all! Following the fantastic blog post by the erlang team (A brief introduction to BEAM - Erlang/OTP) I made a video that quickly d...
New
Hey friends,
I’ve just published a screencast + article on how to use AWS S3 in Elixir with ExAws.
I show how to put, get, list and del...
New
I’m doing a 7-part screencast that deep-dives into how Elixir (yup, that’s elixir, not erlang) does processes.
Prerequisites are underst...
New
The Beauty of Pattern Matching in Elixir (Screencast + Transcript)
One of the reasons I fell in :heart: with Elixir is pattern matchin...
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
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
New
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
New
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!)
This post collects co...
New
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
I would like to know what is the best IDE for elixir development?
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 will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
by Lance Halvorsen
Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web application...
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







