Hello there
Hey Junior ๐
Welcome back ๐
Welcome back, Junior!
So nice to finally meet you. I'm going to be your guide.
Your daddy talks about you all the time. He told me you're one of the most creative and curious people he knows โ always full of ideas and great questions โ and honestly, after hearing about you, I believe him.
He loves you so much, and he is so proud of you. So he made something special, just for you: a way to build your very first app or game โ your idea, your rules.
"Go make something amazing, pesar. I've got your back." โ Daddy
I'll walk with you the whole way. One tiny step at a time. No rushing. Ready when you are.
For grown-ups: a fun, encouraging way for a young maker to start building real things โ play and support, made with love.
First, the big picture
You're about to become a maker
A maker is someone who builds the games and apps instead of only playing them. That's you now. And you won't be alone โ you have a team.
Do these yourself โ tick each one โ
Set up your workshop
Eleven small missions. Do them in order, tick the box when each is done, and take a break whenever you want โ I'll remember exactly where you stopped.
GitHub is your project's home on the internet. Let's get you one (it's free).
- Open github.com/signup.
- Type an email, a password, and pick a username (this becomes your maker name!).
- Solve the little puzzle, then check your email and type in the code they send.
Xcode is a big toolbox that Apple makes. You won't write code in it yet โ but it's the easiest way to get the maker tools your Mac needs. (It's also how you'll make real Apple apps one day! ๐)
- Open the App Store on your Mac.
- Search Xcode, then click Get / Install.
- It's a big download, so start it early and let it finish โ you can go do something else while it works.
- Once it's installed, open Terminal just once and, if it asks, run
xcode-select --installto add the command-line tools (these give you git).
Homebrew is a helper that installs maker tools for you. You only need this step if Claude or Xcode didn't already set things up โ if your tools already work, you can tick this and move on.
- Open Terminal (with Daddy).
- Go to brew.sh and copy the one official install line they show.
- Paste that one line into Terminal and press Enter.
Git is the save-points tool โ it remembers every version of your project so nothing is ever lost. Good news: it usually comes with Xcode's command-line tools, so you may already have it!
- Open Terminal (with Daddy).
- Type
git --versionand press Enter. - If it shows a version (like
git version 2.39), you're done! ๐ - If it can't find git, run
brew install git(or finish the Xcode tools step), then trygit --versionagain.
This is your workshop drawer โ every project you build lives here, so it's always
easy to find. Let's make one folder called developer.
- The easy way: open Finder, go to your home folder (or Documents), click
File โ New Folder, and name it
developer. - Or, with Daddy in Terminal, type
mkdir ~/developerand press Enter. - That's it! From now on, every new project goes inside your
developerdrawer.
VS Code is where you'll see and write your code.
- Open code.visualstudio.com and click the big Download for macOS button.
- Open the downloaded file. Drag the Visual Studio Code icon into your Applications folder.
- Open it from Applications. If your Mac asks "are you sure?", click Open.
I'm on a Mac and I'm new to this. Walk me through installing VS Code step by step, like I'm a beginner.
Claude is your coding buddy. Let's put it on your Mac.
- Open claude.ai/download and get the Mac app.
- Install it (drag to Applications), then open it.
- Sign in with your own Claude account.
So you can think about your project anywhere โ on the couch, in the car, anywhere.
- Open the App Store on your iPhone.
- Search Claude and install it.
- Open it and sign in with the same account.
Quick brain-check ๐ง
What is GitHub?
This folder (the one this page lives in) will become your very first project.
- Open VS Code.
- Click File โ Open Folderโฆ and choose this folder.
- You'll see the files on the left. That's your project! ๐
Now let's let Claude see your project so it can build things with you.
- Open the Claude app on your Mac.
- Go to the Code section.
- Choose this same folder as the place to work.
Hi Claude! I'm Junior and this is my very first coding project. I'm a beginner on a Mac. Can you say hello and tell me what files are in this folder?
This is the big one. A "commit" is like a save point in a video game โ it locks in your progress so it can never be lost. Your first save means you've officially started.
- Ask Claude (just paste the prompt below) to help you connect this folder to your GitHub.
- Follow its steps โ it will guide you to make your first save (commit).
- When it's saved to GitHub, come back here and tick the box. ๐
I'm a beginner on a Mac. Please help me, one small step at a time, to: (1) turn this folder into a git project, (2) connect it to my GitHub account, and (3) make my very first save (commit) and push it to GitHub. Explain each step like I'm new and wait for me after each step.
Now the fun part
Your first idea session ๐ก
There are no wrong answers here. Just type what's in your head โ we'll turn it into a real plan you can hand to Claude.
Your idea, in a nutshell
๐ค Here's a message ready to send to Claude โ just copy and paste it:
Look at that โ you just wrote your first project plan. Daddy's going to be so proud. ๐
Think like a chess player โ
Why this idea? ๐ค
Real makers โ like good chess players โ can explain why they made each move. There's no wrong answer; I just want to hear your thinking. This is how you become a great decision-maker.
You decided to make your idea. Which of these is closest to why?
Your superpower
How to work with Claude ๐ค
Claude isn't a magic button โ it's a teammate. The makers who do best are the ones who ask great questions and stay curious.
๐ช Magic phrases to use a lot:
๐ When something breaks:
Copy the red error text, paste it to Claude, and ask: "What does this mean, and what's the smallest fix?" That's literally what the pros do.
The maker's rhythm
The simple loop โป๏ธ
Every maker โ even the pros at the biggest companies โ follows this same little circle. Round and round, one small piece at a time.
๐ฎ Save points = GitHub
Think of GitHub like a video game with checkpoints:
1. What did I get working today? 2. What's my next small step? 3. What am I stuck on?
๐ Golden rules
Keep the memory
Your maker diary โ๏ธ
This journey is a big deal โ so let's remember it. Each time you build, write a few words. There are no wrong answers, and short is perfect. One day you'll love reading these back.
Here's today's diary entry โ let's keep it forever:
- Download it (button below) and pop it in your diary folder.
- Or paste this to Claude: "Please save this as a new dated file in my diary folder."
Future-you is going to love reading this. ๐
You did it
You're a maker now, Junior
Look how far you came. Every real engineer started exactly here.
Here's everything you set up by yourself:
๐ Open my printable certificate
Your daddy is so proud of you โ and so am I. ๐
Now the best part: open Claude, paste your idea plan, and build your first small step. Remember the loop, and ask lots of questions. Go make something amazing. ๐
Made with โฅ by Daddy ยท just for Junior