Glossary
The words that stop people, explained in plain English. No jargon used to explain jargon.
Building
01
What is vibe coding?
Building software by describing what you want instead of writing it.
02What is a database?
Where an app keeps the things it has to remember.
03What is a repository?
A folder that remembers every version of itself.
04What is an environment variable?
A secret an app needs to work that must never end up in the code.
05What is an API?
The doorway one piece of software uses to ask another for something.
Going live
01
What does deploy mean?
Putting the thing you made onto the internet so other people can reach it.
02What is hosting?
Renting the computer that keeps your site switched on for everybody else.
03What is a domain?
The address people type, and the one thing you should register in your own name.
04What is a subdomain?
A named room inside a domain somebody already owns.
05What is DNS?
The phone book that turns an address people type into the machine that answers.