Programming Basics
JavaScript and Python from zero: interactive playgrounds inside lessons, web, APIs and automation. Built for the AI era — learn to order, read and verify code pairing with Claude.
How Programs Think
What code is, variables and types, conditions and logic.
Loops & Functions
Repetition without copy-paste, packaging logic, your first complete program.
Data & Structures
Arrays and objects, string processing, JSON — the language of data exchange.
Code on Your Machine
Terminal, Node.js and Python, running files, reading errors without panic.
Coding in the AI Era
Why learn basics when AI writes code, and reading code as skill #1.
Pairing with AI
Order → read → verify workflow, testing AI code, git for real.
The Web Inside Out
HTML and CSS, JavaScript in the browser, DevTools — an X-ray for any site.
Data & APIs
HTTP requests, files and formats, SQLite — your first database.
Automation
Scheduled scripts with logs and idempotency, a Telegram bot from scratch.
Capstone: Your Own Tool
End-to-end project: idea → spec → code with Claude Code → checks → production.