Table of Contents
- 📊 Progress Tracker
- Overall
- Month Completion
- Skill Matrix
- Streak Heatmap
- Milestones
- Confidence Over Time
📊 Progress Tracker¶
Single source of truth for how far I've come. Update daily. Mirror the headline numbers into the README badges.
Last updated: YYYY-MM-DD
Overall¶
| Metric | Value |
|---|---|
| Overall completion | 0 / 180 days — 0% |
| Current phase | Month 1 · Week 1 · Day 000 |
| Current streak 🔥 | 0 days (longest: 0) |
| Total study hours | 0 h |
| Total coding hours | 0 h |
| Projects completed | 0 / 7 |
| Exercises solved | 0 |
| Interview Qs reviewed | 0 / 100+ |
| Books finished | 0 |
| Articles/docs read | 0 |
| Learning velocity | — days/week (target ≥5) |
Month Completion¶
| Month | Theme | Progress | Confidence | Release |
|---|---|---|---|---|
| 1 | Fundamentals | ░░░░░░░░░░ 0% |
–/5 | v0.1.0 ⬜ |
| 2 | Stdlib/Testing | ░░░░░░░░░░ 0% |
–/5 | v0.2.0 ⬜ |
| 3 | Concurrency | ░░░░░░░░░░ 0% |
–/5 | v0.3.0 ⬜ |
| 4 | Web/REST/DB | ░░░░░░░░░░ 0% |
–/5 | v0.4.0 ⬜ |
| 5 | gRPC/Architecture | ░░░░░░░░░░ 0% |
–/5 | v0.5.0 ⬜ |
| 6 | Production/Capstone | ░░░░░░░░░░ 0% |
–/5 | v1.0.0 ⬜ |
Skill Matrix¶
Update the confidence (1–5, see scale) as you progress.
| Skill | M1 | M2 | M3 | M4 | M5 | M6 |
|---|---|---|---|---|---|---|
| Syntax & types | – | – | – | – | – | – |
| Interfaces & errors | – | – | – | – | – | – |
| Generics | – | – | – | – | – | – |
| Standard library | – | – | – | – | – | – |
| Testing & benchmarks | – | – | – | – | – | – |
| Concurrency | – | – | – | – | – | – |
| HTTP / REST | – | – | – | – | – | – |
| Databases / SQL | – | – | – | – | – | – |
| gRPC | – | – | – | – | – | – |
| Architecture (hexagonal) | – | – | – | – | – | – |
| Observability | – | – | – | – | – | – |
| Docker / CI-CD | – | – | – | – | – | – |
| Profiling / performance | – | – | – | – | – | – |
| Security | – | – | – | – | – | – |
Streak Heatmap¶
Mark each completed day. One row per week. ⬛ = done · 🟩 = done+project · ⬜ = missed ·
·= future.
Mo Tu We Th Fr Sa Su
Week 01 · · · · · · ·
Week 02 · · · · · · ·
Week 03 · · · · · · ·
Week 04 · · · · · · ·
...
Milestones¶
- 🏁 First commit
- 🧪 First passing test
- 📦 Project 1 — CLI Todo (
v0.1.0) - ⚙️ First green CI pipeline
- 📦 Project 2 — URL Shortener (
v0.2.0) - 🧵 Zero
-racewarnings on a concurrent program - 📦 Project 3 — Concurrent Crawler (
v0.3.0) - 🌐 First REST API with a database (
v0.4.0) - 🔌 First gRPC service + first ADR (
v0.5.0) - 📈 First service with metrics + traces
- 🎓 Capstone shipped & deployed (
v1.0.0)
Confidence Over Time¶
| Date | Self-rated overall confidence (1-5) | Note |
|---|---|---|
⬅ README · Roadmap · Learning Log