1a. Programming Elixir 1.6 by Dave Thomas
1b. Learn Functional Programming with Elixir by Ulisses Almeida
-
Programming Phoenix 1.4 by Chris McCord, Bruce Tate, and Jose Valim
-
Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen
-
Metaprogramming Elixir by Chris McCord
- ElixirConf 2017 Building an Open Source Real-Time Forum w/Elixir & Elm
- ElixirConf 2019 Build an Elixir Team when No-One Knew Elixir
- ElixirConf EU 2019 Building Interactive Apps without Javascript
- ElixirConf 2017 Don't Write Macros but Learn How They Work
- Introduction to Elixir
- Phoenix Guides
- Awesome Elixir
- Official docs for Elixir, ExUnit, IEx, Logger, and Mix
-
Manage Elixir & Erlang installs
tl;dr
- Install
asdf
asdf plugin add elixir && asdf plugin add erlang
asdf install erlang 23.0.3 && asdf install elixir 1.10.4-otp-23
(this will take a little while)asdf global erlang 23.0.3 && asdf global elixir 1.10.4-otp-23
- Install
- Ecto - database wrapper and query generator for Elixir.
- OTP - Open Telecom Platform
- ExUnit - ExUnit Unit Test framework.
- Nerves Project Embedded & IoT coding w/Elixir
- Learn You Some Erlang for Great Good by Fred Hebert
- The Little Elixir & OTP Guidebook by Benjamin Tan Wei Hao
- Faults, Scaling, and Erlang Concurrency talk by Joe Armstrong @ Stanford
- Joe Armstrong interviews Alan Kay @ CodeMesh 2016
- Official Erlang docs