Rohit Ghumare
Rohit Ghumare
Currently `site/lesson.html` only filters questions with `stage: 'pre'` or `stage: 'post'`, dropping every `check`-stage question. Adds a third `buildQuizHtml(...)` call with id `'check'` and title `'Mid-Lesson Check'`, inserts before Use...
Backfill quizzes for Phase 18 (Ethics, Safety, Alignment): 30 lessons, 180 questions total (5-8 per lesson; ~50 pre / ~70 check / ~60 post). Audit clean; catalog rebuilt.
Backfills `quiz.json` for every Phase 5 lesson (NLP foundations to advanced). Each quiz has 8 questions distributed across pre/check/post stages, grounded in the lesson's `docs/en.md`, and validates against the canonical...
## Summary Adds Julia ports for 8 lessons in Phase 2 (ML fundamentals) and Phase 7 (Transformers deep dive). Each port runs on the Julia standard library only — `Random`,...
Adds idiomatic TypeScript ports to six lessons that list TypeScript in the README language column but shipped no `.ts` source. Each port is dependency-free (Node 20+ stdlib), typechecks under strict...
## Summary Adds idiomatic Rust ports to 5 lessons where systems-level memory layout adds genuine pedagogical value over the existing Python references. - **Phase 07 / 02 self-attention-from-scratch**: scaled dot-product...
## Summary Three Tier 4 features/docs in one PR. 1163/1163 vitest pass. | Issue | Type | Fix | |---|---|---| | **#554** | feat | `AGENT_ID` env scopes Memory +...
Closes the TS coverage gap on four Phase 19 capstones whose docs claim TypeScript but only ship `main.py`. Each lesson now has a focused `main.ts` next to the existing Python...
Closes the TS-coverage gap on three Phase 19 capstone lessons whose docs/en.md Languages field promises TypeScript today but only ship main.py. Each lesson adds one focused, stdlib-only TypeScript file that...
## Summary Adds focused TypeScript skeletons to three Phase 19 capstone lessons whose `docs/en.md` claims TS coverage but only ship `main.py`. One file per lesson, distinct from `main.py`, stdlib only....