Unit 1
Code From The Ground Up
What code is and how it works.
- 01 3 pages
What Even Is This?
Before we touch a single file
- 02 4 pages
The Three Languages of the Web
HTML, CSS, JavaScript — what each one does and why all three exist
- 03 6 pages
JavaScript, Plain and Simple
What the language actually is before we add anything on top
- 04 5 pages
Enter TypeScript
JavaScript with a safety net
- 05 6 pages
File Structure Makes Sense Now
Reading a codebase like a map
- 06soon
Frameworks: Why They Exist
What life was like before them and why we don't go back
- 07soon
Your First Real App Structure
Putting it all together before writing a single line of logic
- 08soon
Reading Code You Didn't Write
The skill that makes everything else possible