Building an Elixir Web App
Over the past few months I’ve been building a small internal application at work. I’ve been using Elixir, Ecto and Phoenix and it’s been an absolute blast. I thought it would be useful to put together a “lessons learned” blog post about the techniques I’ve found helpful using these tools to build a database-backed web app. This post is not intended as an introducion to any of the these tools. I assume some knowledge of Elixir, Ecto and Phoenix. ...