“The cloud” means somebody else’s computer, rented by the minute. Once that lands, most of the mystery goes away and what is left is a set of practical skills that show up on job listings constantly.
What you will actually do
- Get an account. Azure for Students gives credit without a credit card, which is the part that usually blocks people under 18.
- Deploy something tiny. One page, one command. The goal is to see it work end to end before anything gets complicated.
- Handle secrets properly. API keys do not go in your code. This is the single most important habit in this track — a leaked key in a public repo is found by bots within minutes.
- Deploy something real. Put the club Discord bot somewhere it can run without your laptop being open.
- Read the bill. Understand what costs money and what is free, so a hobby project never turns into a surprise charge.
A warning worth repeating
Anything you push to a public repository is public forever, including things you delete later — the history keeps them. If you ever commit a key by accident, the fix is to revoke it immediately, not to quietly delete the line.
Tell somebody when it happens. It happens to professionals monthly.
When you are done
Take something on the Build page that only runs on somebody’s laptop, and give it a real home.