CodeClass

AI

Learning Memory

Ada's Obsidian-style vault for notes, mistakes, projects, and revision.

12day streak
Level 71840 / 2200 XP
Vault mode
Local browser vaultActive
Account vault

Local fallback active - sign in to enable account vault

Markdown + [[wiki links]] · Export to .md

Your Memory Vault notes

Create notes with tags, topics, and [[wiki links]]. Local backup is always saved.

Local fallback
No data yet

No data yet. Add one note above to activate the Memory Vault checklist step.

Ada's read on Nathan

Components are understood. Props need one more hands-on pass using different values in the same component. Next: Repeat PlayerCard, then add a role prop.

[[React Props]] [[Python Indentation]] [[GitHub SSH Keys]]

What Ada remembers

Sample notes below. Your local notes appear above. Sign in to sync to Account vault.

  • [[React Props]] · Nathan understands components and is close on props. One more PlayerCard-style task should lock it in.
  • [[Python Indentation]] · Python blocks make sense conceptually, but indentation errors still happen after if statements.
  • [[GitHub SSH Keys]] · Public key goes to GitHub, private key stays secret. Repeat this before real GitHub integration.
  • [[Terminal Basics]] · Basic commands feel less intimidating. Mock terminal practice is working.
  • [[JavaScript Functions]] · Nathan can write functions but sometimes logs when the task expects a returned value.
  • [[SQL WHERE Clauses]] · SELECT is understood. WHERE clauses need short practice with player tables.
Next best step: one more props challenge, then unlock useState.

Knowledge map

Mastered

Components92%
Python Variables88%
Terminal Basics84%

Building up

SQL WHERE Clauses45%
FiveM Events48%
React Props58%
localhost and ports58%

Revision suggestions

  • [[React Props]]high

    Redo PlayerCard with name, level, and role props.

  • [[Python Indentation]]medium

    Complete two tiny if-statement drills.

  • [[GitHub SSH Keys]]medium

    Review public key vs private key.

Project notes

  • Player Roster App

    [[React Props]] · Add a role prop before moving to lists.

  • Habit Tracker API

    [[Python Indentation]] · Practice if blocks before FastAPI.

  • Mini Blog with SQL

    [[SQL WHERE Clauses]] · Practice SELECT title FROM posts WHERE author = 'Ada'.

Markdown export preview

# CodeClass Learning Memory

## Strong topics
- [[Components]] (92%)
- [[Python Variables]] (88%)
- [[Terminal Basics]] (84%)
- [[npm install / npm run dev]] (82%)

## Needs practice
- [[SQL WHERE Clauses]] (45%) - Needs filtering practice.
- [[FiveM Events]] (48%) - Needs cause/effect examples.
- [[React Props]] (58%) - Needs one more props challenge.
- [[localhost and ports]] (58%) - Port numbers still feel abstract.

## Revision suggestions
- [[React Props]]: Redo PlayerCard with name, level, and role props.
- [[Python Indentation]]: Complete two tiny if-statement drills.
- [[GitHub SSH Keys]]: Review public key vs private key.