Articles
-
Understanding and fixing recompilation in Elixir projects
Apr 14, 2020
Slow recompilation means slow feedback loop and distrupted workflow. Let's find out how to fix this.
-
Base64-encoded file uploads with Phoenix and Plug
Feb 13, 2019
Base64-encoded files may be a special case in your app, but with the help of Plug.Upload they can be handled as easily as regular files uploaded via HTML forms.