Section 10: Reference

Quick reference materials for daily use. Bookmark this section and refer to it often!

What's Here

  • Glossary of technical terms
  • Command cheat sheets (npm, git, terminal)
  • External resources with context
  • Codebase map and file structure
  • Quick troubleshooting index

How to Use This Section

  • Don't read cover-to-cover - This is a reference, not a tutorial
  • Bookmark useful pages - Come back when you need them
  • Use Cmd+F / Ctrl+F - Search for specific terms
  • Keep it open - Have it available while coding

Sections

  1. Glossary - A-Z technical terms
  2. Useful Commands - npm, git, terminal reference
  3. External Resources - Curated learning links
  4. Codebase Map - Visual file structure guide

Quick Access

Most-used commands:

npm run dev        # Start dev server
npm install        # Install dependencies
git status         # See changes
git add .          # Stage all changes
git commit         # Save changes

Next Steps

Glossary →