Skip to content

Table of Contents

📔 Journal

The heart of the repo: daily notes, weekly reviews, and monthly reviews.

Structure

journal/
├── month-01/
│   ├── day-001.md … day-028.md
│   ├── week-1-review.md … week-4-review.md
│   └── month-01-review.md
├── month-02/
└── …

How to add an entry

./scripts/new-day.sh        # scaffolds journal/month-NN/day-NNN.md

Then fill it in (see templates/DAILY_TEMPLATE.md). At week/month boundaries, copy the weekly/monthly templates.

Index

Month Theme Days Review
01 Fundamentals 001–028 pending
02 Stdlib & Testing 029–056
03 Concurrency 057–084
04 Web/REST/DB 085–112
05 gRPC/Architecture 113–140
06 Production/Capstone 141–168*

* The plan is ~180 calendar days; adjust day↔month mapping to your pace.


README