Elixir: Do you have HTTP requests? You are doing them wrong! Pastry, library to turn maps and keyword lists to query strings.

Graceful 404 pages in Phoenix

https://youtu.be/XN66z26qsO4

Have you ever wanted to make a 404 page in your elixir app that included the common elements from your layout, like the header and footer? By default you can’t do this because you don’t have access to the conn (and for good reason).

Here’s a work-around, but use with care!