##Elixir
This is a selected list of resources to help you find your way with Elixir, Phoenix, and Erlang. For a more complete list of Elixir resources, please see the Elixir Wiki.
- Elixir Guides
- Official Documentation (curent stable release)
- Hex Packages and Documentation
#####The Erlangist: Understanding Elixir Macros, by Saša Jurić
#####Books
- Programming Elixir, Dave Thomas
- Elixir in Action, Saša Jurić
- Introducing Elixir, Simon St. Laurent, J. David Eisenberg
##Phoenix
- The Phoenix Project
- Official Documentation (current stable release)
#####Elixir Dose: Let's Build Web App With Phoenix And Ecto, by Riza Fahmi, edited by Augie De Blieck Jr.
#####Videos
- All Aboard The Elixir Express, Chris McCord
- The Rise of the Phoenix, Chris McCord
##Plug The Elixir middleware layer Phoenix makes extensive use of.
##EEX The default templating system for Phoenix.
##Cowboy The webserver Phoenix is based on.
##Erlang
#####Books
- Programming Erlang 2nd Edition, Joe Armstrong
- Introducing Erlang, Simon St. Laurent
- Learn You Some Erlang for Great Good!, Fred Hebert
- Erlang and OTP in Action, Martin Logan, Eric Merritt, and Richard Carlsson
- Erlang Programming, Francesco Cesarini and Simon Thompson
- Designing for Scalability with Erlang/OTP, Francesco Cesarini, Steve Vinoski
- Erlang in Anger, Fred Hebert