Start Here
Start Here Use this folder as a learning operating system, not just a reading list. First Day Setup 1. Read ROADMAP.md to understand the full path. 2. Open PROGRESS.md and mark you
Start Here
Use this folder as a learning operating system, not just a reading list.
First Day Setup
- Read
ROADMAP.mdto understand the full path. - Open
PROGRESS.mdand mark your current baseline honestly. - Open
MONTHLY-PLAN.mdand start Month 1, Week 1. - Copy
templates/study-session.mdfor your first study session. - Pick one project output for the current module.
- End the day by writing one concrete next action.
Daily Workflow
Review -> Learn -> Build -> Break -> Debug -> Document -> Update Tracker
Weekly Workflow
- Choose one module focus.
- Choose one project artifact.
- Complete at least one exercise file task.
- Answer at least five assessment questions.
- Update
PROGRESS.md. - Write a weekly review using
templates/weekly-review.md.
Rules
- Do not study without producing an artifact.
- Do not move to the next module until the current module has a working output.
- Do not trust an AI system without evaluation.
- Do not call a project complete without documentation.
- Do not add complexity before proving a minimal version works.
Recommended Order
ROADMAP.mdMONTHLY-PLAN.md- Current module
README.md - Current module
exercises.md - Current module
assessment.md - Related project folder
- Relevant checklists
PROGRESS.md
If You Feel Stuck
- Reduce the task size.
- Build a toy example.
- Write what you do not understand.
- Use
prompts/explain-this.mdto ask for a simpler explanation. - Use
prompts/debugging.mdto diagnose errors systematically. - Continue only after creating a concrete artifact.