The Vary website now has a Courses section.
The courses are meant for people who want a guided path through Vary. Each lesson gives code or a command to run, then asks for the output so the page can check progress.
The first set covers installation, core language concepts, the language tour, and a Via deployment workflow.
| Course | What it covers |
|---|---|
| Install Vary with Docker | Docker setup, the vary command, and a first local run. |
| Vary Introduction | Types, pure helpers, explicit state, contracts, and the normal edit loop. |
| Vary Language Tour | Values, functions, branches, collections, data types, classes, modules, and tests. |
| Install and Start Via Server | Host prerequisites, Via install, initialization, and systemd startup. |
| Push and Test an App on Via | Operator login, app provisioning, local tests, deployment, build/test output, routes, and logs. |