Day 1 / 01 / lesson
Welcome to Day 1
Software concepts, AI prompting, one simple code exercise, workflows, and tools.
Day 1 guide
01Modern software foundationsLearn the basic parts of an application before asking AI to build one.
Steps
- Understand what an application is.
- Separate the screen, logic, data, and deployment parts.
- Use simple language to describe what each part does.
Keep in mind
- The goal is vocabulary, not memorizing technical terms.
02AI development fundamentalsPractice giving AI a clear job, useful context, and review criteria.
Steps
- Describe the role AI should take.
- Explain the goal and the existing files.
- Ask for a plan before asking for code.
03Back to Basics exerciseUse a small todo app to see HTML, CSS, JavaScript, and a data file in action.
Steps
- Download the starter project.
- Open the files and identify what each file controls.
- Use AI to add one small feature.
04Workflows and Claude DesignTurn repeated work into a simple design brief.
Steps
- Identify the trigger, people, data, rules, and outcome.
- Map the workflow in plain language.
- Use Claude Design to visualize the internal request tracker.
05Frameworks and toolsConnect the simple todo app idea to the tools used in a full stack project.
Steps
- Understand what Next.js, Node.js, Supabase, GitHub, and Vercel each do.
- Create the needed accounts before Day 2.
- Prepare the machine for building.