Tutorials¶
Tutorials are progressive, end-to-end learning paths.
Use tutorials when you want to build a complete working system and learn Ravyn by doing.
Recommended sequence¶
Learning model¶
flowchart LR
A["Bootstrap"] --> B["Routing + Models"]
B --> C["Auth + Permissions"]
C --> D["Testing + Deployment"]
When to use tutorials vs how-to guides¶
- Tutorials: linear learning path with milestones.
- How-to guides: solve one concrete task quickly.