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
Unfortunately, I missed last week's schedule as I had a pair of subjects related to the topic of debugging and testing .. but ended up de...
New
I made a video for anyone wanting an introduction to GenServer.
https://elixircasts.io/intro-to-genserver
New
Posted via Devtalk (see this thread for details).
New
I’m in the process of doing a series where I build a site for the new podcast I’ve recently started with Justin Vincent of Techzing.
It ...
New
New
I got a new video up on doing multi tenancy in phoenix 1.3 using Apartmentex.
Lemme know if any questions. :grinning:
New
Tokumei helps with building cloud native web applications. Some of the features that help to make it cloud ready.
Containerised by def...
New
I made an episode exploring Phoenix assigns:
https://elixircasts.io/exploring-phoenix-assigns
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
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
Other popular topics
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
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
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
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’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this
"1000"
What is the ...
New
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
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







