Cultural Blog — Your Learning Plan
The Big Idea
Your Learning Plan is a written commitment to yourself and your facilitator about how you will learn, ask for help, and manage your time in this programme. Once written, you will add it to your blog — alongside your Identity and Values post from Sprint 1 — so both are linked and visible.
⚑ This task is assessed Your Learning Plan is formally assessed. It must be specific and honest — a generic plan does not meet the criteria.
Your Roadmap
| Section | Time | Required? |
|---|---|---|
| Write your Learning Plan | 1 hour | ⚑ Required |
| Publish both blog posts | 30 min | ⚑ Required |
Write your Learning Plan
Write your plan in a temporary document first (Google Docs, a local text file). You will copy it into your blog in the next step.
Your Learning Plan must address all seven of these:
Long-term goal — What is your career pathway or long-term goal? Be specific.
Strengths and limitations as a learner — What helps you learn? What gets in the way? Be honest.
Human skills to develop — What non-technical skills do you want to build at Dev Academy? Name specific ones.
How you will manage your workload — Include:
- How you will work productively and safely with other learners, facilitators, and industry contacts
- What you will do when things start to feel overwhelming
How and when you will seek help — Be specific. Do not say "I'll ask when I need to" — describe what that actually looks like for you.
What you expect from the facilitation team — What support do you need from them?
Scheduling commitments — Are there block-out times when you are unavailable? e.g. school drop-offs, part-time work. Write them in.
Your facilitator will review this at the end of Sprint 2.
Publish both blog posts
You will publish two blog posts in this step:
- Identity, Values, and Strengths — from your Sprint 1 exploration
- Learning Plan — what you just wrote
Step 1: Create the files
In your terminal, navigate into blog/blog-posts and create two files:
cd blog/blog-poststouch identity-values.htmltouch learning-plan.html
Step 2: Add the HTML template
Copy the contents of this HTML template into each file.
Step 3: Update the CSS link
In each file, find the <link> tag and update the href to point to your main.css using a relative path.
Step 4: Add your content
- In
identity-values.html— paste your Identity, Values, and Strengths content - In
learning-plan.html— paste your Learning Plan
Step 5: Commit and push
git add -Agit commit -m "Add identity-values and learning-plan blog posts"git push
How to know you've nailed it
| Level | You can... | ||
|---|---|---|---|
| 🪨 | Intro Climb | Write a Learning Plan that covers all seven points | ⚑ Required |
| 🧗 | Core Ascent | Publish both blog posts and link them from your index.html | ⚑ Required |
| 🏔️ | Summit | Your long-term goal includes multiple specific steps that describe how you will achieve it | ◎ Optional |
The Big Idea (revisited)
Your Learning Plan is not a formality — it is a working document. You will return to it throughout the programme. Write it honestly so it is actually useful.