Basics
Intermediate
Advanced
Testing
Data Processing
Ecto
Storage
Miscellaneous
Articles authored by Elixir School contributors and members of the community.
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
Automating Elixir Releases with Release Please
Discover how to streamline your Elixir project releases using Google’s Release Please. Learn to automate changelog generation, version bumping, and GitHub releases while embracing conventional commits for better project management.
Sean Callan