Elixir References

Scope: Use this page for official Elixir docs, BEAM runtime references, framework guides, and production delivery links.

Official Docs

Tooling

  • Mix Docs for project, build, test, and release workflows.
  • Hex for package publishing and dependency lookup.
  • Erlang shell for runtime exploration and VM inspection.

OTP and concurrency

Phoenix and web

Architecture and practice

Deep-dive path

  1. Read the lesson page first and reproduce the examples locally.
  2. Check the official docs for the specific behavior you need.
  3. Move to HexDocs or framework docs only after the manual version makes sense.
  4. Capture one implementation trade-off from each reference you consult.

Practice

Pick one Elixir topic, read the official docs, and write a short note about what changed in your understanding after comparing the docs to the lesson.

Back to roadmap: Elixir Roadmap