Web & Programming Fundamentals
50 guides plannedHTML, CSS, JavaScript, React, and Node.js — the building blocks every vibe coder needs to understand what AI generates, debug what breaks, and know when to ask for help.
Start Here
🗺️ Suggested Learning Path
All Topics
What We Cover in Fundamentals
HTML Fundamentals
Elements, attributes, semantic markup, forms, accessibility — the structure of everything AI builds.
CSS & Styling
Selectors, flexbox, grid, responsive design, animations — making AI-generated UIs look right.
JavaScript Core
Variables, functions, loops, objects, arrays, async/await — understanding the code AI writes.
React
Components, hooks, state, props, useEffect — why 90% of AI frontend code is React.
Node.js
Runtime, modules, event loop, npm — how JavaScript runs on your server, not just your browser.
TypeScript
Types, interfaces, generics — why AI often generates TypeScript and what all those red squiggles mean.
Continue Your Journey
After fundamentals, tackle APIs and backend concepts.