View Source| hexdocs.pm
A simple keyword-based configuration API.| hexdocs.pm
Small guide to the different types of configuration in Elixir.| Random Notes
Provides functions to deal with modules during compilation time.| hexdocs.pm
A module for working with applications and defining application callbacks.| hexdocs.pm
A case study of how Elixir is being used at SparkMeter.| The Elixir programming language
Assembles a self-contained release for the current project:| hexdocs.pm
Elixir is a world apart from the JavaScript ecosystem, but we're here to offer you a familiar reference point as you dive in.| RisingStack Engineering
Mix is a build tool that provides tasks for creating, compiling,| hexdocs.pm
Explore a wide array of Elixir ecosystem tools that can help you create top-notch CI pipelines| My.Thoughts v1
View Source| hexdocs.pm
The prelease of Elixir 1.9 earlier this year introduced some powerful new tools. mix release allows us to build a release without Distillery; configuration for our umbrella child apps has been moved to the parent application; the addition of the Config module deprecates Mix.Config and makes it easy to configure our releases, and configuration has been further simplified with the addition of functions like System.fetch_env!.| elixirschool.com
Learn how to monitor your application using Phoenix LiveDashboard| My.Thoughts v1