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

TermSimple Meaning
TerminalA text-only way to talk to your computer
CommandA specific instruction you type (like a spell)
DirectoryJust a fancy word for "Folder"
RootThe top-most folder of your computer

Think About

Before studying, consider:

  1. Why would someone type mkdir photos instead of right-clicking and selecting "New Folder"? (Hint: Speed!)
  2. 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, and pwd
  • ✅ Run your game server using a command!

Hacker mode activating... 📟