What are your Elixir plans for 2019?

Plans are so vague :slight_smile: I plan to go to Lonestar ElixirConf next week and ElixirConf US in the Fall. I also think I might have something worthwhile to open source, if I can find the time to abstract and generify it properly. I’m pleased with a technique I’ve built for connecting to 3rd party json APIs. It involves a Request struct which, inspired by Plug.Conn and Ecto.Changeset, incrementally builds up the command to execute. The icing on the cake is it still lets you provide mocked responses while allowing for async tests.

9 Likes