Seeds

Guided learning sessions. Copy a seed link, paste it into any AI assistant, and start building.

beginnerGetting Started

The Path of the Context Engineer

See what changes when compounding intelligence becomes your default mode — and who you become in three years

30 min🪟🍎🐧
Youll build: A one-paragraph vision statement of your three-year path — the first artifact you will revisit
beginnerGetting Started

Deploy Your Portfolio

Build a personal portfolio page and ship it in a Docker container — your first artifact

60 min🪟🍎🐧5 levels
Youll build: A professional React dashboard AND your own HTML portfolio — both running in Docker on your machine
beginnerGetting Started

Introduction to Docker

Open the box — understand what containers actually are by giving your portfolio a database

50 min🪟🍎🐧1 prerequisite
Youll build: A running PostgreSQL container with persistent storage, connected to your portfolio project
beginnerGetting Started

Introduction to PostgreSQL & Databases

Your database is running — now learn SQL, the language that talks to your data

50 min🪟🍎🐧1 prerequisite
Youll build: A portfolio database with structured tables, relationships, and queries you wrote yourself
beginnerFoundations

Understanding the Terminal

The UI is a waiter — the terminal is the kitchen where the real work happens

40 min🪟🍎🐧
Youll build: A terminal-first workflow with VS Code file-watching — the context engineer's daily setup
beginnerFoundations

VS Code & Environment Variables

Everything is folders and files — learn to navigate them, write Markdown, and guard your secrets

40 min🪟🍎🐧1 prerequisite
Youll build: A properly structured project with Markdown docs, .env secrets, and a .gitignore that keeps you safe
beginnerFoundations

Cyber Security: What's Public and What's Not?

Learn what to protect, what mistakes expose people, and how to hack yourself before someone else does

45 min🪟🍎🐧1 prerequisite
Youll build: A security-hardened CLAUDE.md, a personal threat checklist, and the confidence to audit your own work
intermediateFrontend

Storybook: Your Component Workshop

Mount your React components on a test bench — see every state, catch every bug, before they hit the page

45 min🪟🍎🐧
Youll build: A running Storybook instance with stories for at least three components, each showing multiple states