10. Personal Roadmap

Level: beginner · Reading time: 3 min · Prerequisite: book/poche/09-mini-cli-project.html · Last review: 2026-05-09

TL;DR (5 lines)

  • Read the core idea first.
  • Understand one concept at a time.
  • Run small examples.
  • Fix errors early.
  • Move to next chapter only when clear.

Frequent mistakes

  • Skipping prerequisites.
  • Reading without trying examples.
  • Fixing too many errors at once.

Prerequisites: book/poche/09-mini-cli-project.html. See also: book/technical-index.html.

Goal

Go from beginner to independent with a realistic plan.

Example

Four-week plan:

  1. Week 1: syntax + types.
  2. Week 2: procedures + modules.
  3. Week 3: errors + tests.
  4. Week 4: mini-project.

Why it matters

A short, measurable plan prevents giving up.

Quick check

Can you explain your plan in 30 seconds?

Try this

  1. Choose a mini-project.
  2. Define 3 milestones.
  3. Reread your mistakes every week.

If you're stuck

Don't change your goal every 48 hours: finish a small project, then iterate.

See also

Next best action

Apply one idea from this chapter in a tiny example, then continue.