Learning
Here’s a list of other resources for learning about Phoenix and some of the projects it depends on.
Phoenix
Books
- Programming Phoenix (print and ebook)
Online Resources
- The Phoenix Project
- Official Documentation (current stable release)
Videos
Phoenix author Chris McCord’s videos covering the roadmap to Phoenix 1.0 and an overview of the current state of Phoenix.
- Phoenix Takes Flight, Chris McCord
- Phoenix - a framework for the modern web, Chris McCord
Plug
The Elixir middleware layer that Phoenix makes extensive use of.
Ecto
The default data layer for Phoenix.
Phoenix HTML
The project which contains many HTML helper functions used in Phoenix.
ExUnit
Cowboy
The webserver Phoenix is based on.
EEx
The default templating system for Phoenix.