#elixir #phoenix #functional_programming #router #plug
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Medium
Elixir Bits #2 — Rewriting your Phoenix Plug.Conn Paths
There are situations in which you may want to rewrite the URL path you receive to another one. Imagine you have the following scenario…
#elixir #phoenix #router #webdev #software #coding #development #engineering #inclusive #community
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
Use Verified Routes in Phoenix 1.7+
https://dev.to/neophen/use-verified-routes-in-phoenix-17-2p8p
DEV Community
Use Verified Routes in Phoenix 1.7+
Phoenix 1.7+ includes the Verified Routes, which provides compile-time checks of your router paths....