ElixirCasts
Forum Sponsor
.iex.exs File - ElixirCasts
In this episode, we’ll learn how to streamline our Elixir development workflow by customizing our IEx shell with a .iex.exs file.
Most Liked
marcxrand
Nice! Is there a way to keep tab-autocomplete with aliased modules?
For instance, pressing Tab after iex> App.Repo gives you a list of functions in the Repo module – but iex does nothing when pressing Tab after iex> Repo
2
ElixirCasts
Forum Sponsor
Yes, it should work, but only after a dot:
iex> Repo. #Tab here
aggregate/2 ...
Thanks for watching and hope this helps!
1
linusdm
Confusion might be related to this issue: IEx.Helpers.recompile() no longer autocompleted during iex -S mix session since OTP28 · Issue #14624 · elixir-lang/elixir · GitHub
1
Popular in Screencasts
Hey all!
We just released 3 episodes on our site explaining how GenServer works. We also released a free episode that shows you how to s...
New
This is a part of the ongoing elixir OTP series. The video walks through creating an application, talks about application structure and ...
New
We at SmartLogic have been running an intermittent series of live coding sessions on Twitch that we then archive on YouTube; in the lates...
New
Here’s a quick 3 minute video explaining how to get a great workflow for Phoenix Liveview templates. Good dev ux!
New
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 de...
New
I made an episode showing how you can use Phoenix.Controller.action_fallback/1 to make simpler, more readable controllers.
https://elixi...
New
I made a screencast exploring how to use Phx.Gen.Auth to handle authentication.
https://elixircasts.io/using-phx_gen_auth-for-phoenix-au...
New
Hello Everyone, i hope you are doing fine!
I would like to draw your attention to the Elixir Mentor YouTube channel by Jacob Luetzow.
T...
New
We produced five weeks of free content introducing people to Elixir and the basics of OTP, Ecto, and Phoenix. Today we’re announcing that...
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
Hello!
Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service.
Currently when I de...
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
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
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
Hi guys, i’m new in the Elixir world, and i have to say, that i love it!
i’m having some problem to understand anonymous functions with ...
New
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including.
What is Phoenix LiveV...
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







