sevensidedmarble
Deep dive on the Phoenix Router, what makes the macros tick, the endpoint, cowboy/bandit, and more
Hey yall,
this one took me a while to make so I hope you like it. It’s a bit of a reference on working with the Phoenix router, going from top to bottom through the docs and from the http server, to the endpoint, to the plugs and the router, etc.
my yt channel is still starting out so if you would like and subscribe I really appreciate it. And feel free to leave a comment here or on my videos with any suggestions or video stuff you’d like covered in the future.
Thanks!
Most Liked
sodapopcan
Nicely done. I like your advice around live_render, it was validating for me
Your delivery is nice too—not in-your-face enthusiastic yet holds attention. Thanks for creating longform Phoenix YouTube content!
2
sevensidedmarble
Thank you!
1
Popular in Screencasts
Hey Everyone
We recently released a free episode and 4 member’s exclusive episode in our Elixir Foundation series. In this episode I tal...
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
https://alchemist.camp/episodes/word-count
I’ve just made a new version of of Lesson 2 from Alchemist Camp. It has significantly larger ...
New
I made a video showing how you can use virtual attributes in Ecto to create fields that are not persisted to the database.
https://elixi...
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
One of our users just created this screencast for deploy Elixir apps on Render. Hope it’s helpful!
New
Hey yall,
I made a video about doing magic links in phoenix:
It’s a run-through of a GH repo I made to serve as a referen...
New
New video dropped: this time on manually running your own asset build script with Bun. Bun is used as the script runner with ESBuild stil...
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
This week i discovered Alchemist Camp youtube channel. Really good resource for elixir world. It deserves a forum topic
I think channel ...
New
Other popular topics
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
Phoenix 1.4.0 released
Phoenix 1.4 is out! This release ships with exciting new features, most notably
with HTTP2 support, improved deve...
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 would like to know what is the best IDE for elixir development?
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’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
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
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








