Elixir's real power is not its syntax — it's the Erlang virtual machine underneath it, the BEAM, and the concurrency model built on top. This course is about learning to think in processes: cheap, isolated, and supervised.

Starting from the fundamentals, you progressively build, test, and deploy an application that runs across distributed network nodes. The hands-on project is the key-value store from the official Elixir guide, with instructor-led explanations and live coding at every step.