Lessons 1-5 | Foundation Module
How Developers Actually Work: The Terminal
The terminal is a precise control surface. Learn the commands developers use to inspect projects and run tools.
Lesson 0440 mincourse modulepaid enrollment
Learning objective
Navigate files, run commands, and read terminal output with confidence.
Lab outcome
Use shell commands to inspect and run a local project.
Module milestone
Publish a small working app and its GitHub repository.
Phase 1
Mission briefing
Before You Study (5 mins)
Lesson focus: The "black screen with green text" you see in movies isn't just for hackers. It's the Terminal, and every serious developer uses it every day. It's faster and more powerful than using a mouse.
What you should have ready:
- Antigravity open (look for the "Terminal" tab)
- Courage! It looks scary, but it's just text.
Quick Concepts
| Term | Simple Meaning |
|---|---|
| Terminal | A text-only way to talk to your computer |
| Command | A specific instruction you type (like a spell) |
| Directory | Just a fancy word for "Folder" |
| Root | The top-most folder of your computer |
Think About
Before studying, consider:
- Why would someone type
mkdir photosinstead of right-clicking and selecting "New Folder"? (Hint: Speed!) - Who runs the servers that power the internet? (Spoiler: They mostly use text commands!)
By the End
After this lesson, you'll:
- ✅ Not be scared of the black screen anymore
- ✅ Know basic commands like
ls,cd, andpwd - ✅ Run your game server using a command!
Hacker mode activating... 📟