Learning Log

Weekly Progress

One honest entry per week — newest on top. Not fake-perfect: the "what I still don't understand" field is the most valuable one on the page. A serious learner's log beats a polished empty castle.

# The Log

Week 1 — Foundation begins

Dates: (fill in)

Topics studied: what a network is, IP addresses and subnet masks, what switches do

Labs completed: target — Lab 01 (PC to PC), Lab 02 (switch basics)

Commands learned: ping, ipconfig /all, tracert, show mac address-table

Mistakes fixed: (log them on the Mistakes page and reference the entry number here)

What I still do not understand: (be honest — this is next week's study list)

Next week plan: Lab 03 (commands survival kit), start the subnetting drills

The weekly rule: every week adds 1 new topic, 1 new lab, 1 mistake fixed, 1 command list, 1 interview answer — then update js/dashboard-data.js so the homepage dashboard reflects reality, and commit everything. Six months of this and the site becomes an engineering diary, proof, and a quiet weapon.

# Entry Template

Copy a fresh card every week (also in the repo at templates/weekly-template.md).

Week N — short headline
Dates:
Topics studied:
Labs completed:
Commands learned:
Mistakes fixed:               (link entry numbers from the Mistakes page)
What I still do not understand:
Next week plan:
How to add a week: open progress.html, copy the latest <div class="week-card">...</div> block, paste it above the old one, fill it in, commit, push. Cloudflare redeploys automatically.