Eric Ridgeway
Eric Ridgeway
Elixir 1.7.4 Phoenix 1.4.3 Clean dir: `mix phx.new cool_interface` `cd cool_interface` Add `{:drab, "~> 0.10.0"}` to mix.exs Run `mix deps.get` Finally `mix drab.install` Get the unable to find endpoint error...
This tutorial is so fantastic. Thanks lots. Are you able to add phoenix presence to the user name parts, to maybe keep a list of everyone who's connected and show...
Is it possible to update this for newest Elixir version? I assume that's the problem. After adding this (incredible) library and doing mix deps.get, the next time I run my...
In your [blog post](https://pragdave.me/blog/2017/07/13/decoupling-interface-and-implementation-in-elixir.html) leading up to some of these ideas, you use a cool trick. When the original logic code decided it needed to be wrapped in a server,...