Basics
Intermediate
Advanced
Testing
Data Processing
Ecto
Storage
Miscellaneous
Articles authored by Elixir School contributors and members of the community.
Deploying our Plug.Router application to Heroku
Plug.Router
Want to put your app in the real world? Today we do it with Heroku!
Bobby Grayson
Releasing an Umbrella App with Docker, Mix Release and Config
The release of Elixir 1.9 gave us mix release and the ability to support basic releases, runtime configuration and more, natively in Elixir. Learn how we were able to build a production release of an Elixir umbrella app with Docker, mix release and the new Config module.
mix release
Config
Sophie DeBenedetto