A basic OpenTracing demo in Elixir with Otter Ex Manga Downloadr - Part 6: The Rise of FLOW

BetterParams for Phoenix

BetterParams is a simple Elixir Plug that lets you pattern match on Request params in controllers using Atom keys instead of String ones.

# web/controllers/some_controller.ex

def show(conn, %{id: id}) do
  # do something
end

Yep, that’s it. I wrote it because of my OCD. 😛