Rose Pine collection

Two unrelated bodies of work, indexed separately. Pick the one you want.

Cheatsheets

TypeScript & curl

Two standalone pocket references. Independent of each other — use whichever you need, in any order.

  • TypeScript 6.0 — 23 sections, every heading linked to the handbook, full 5.0 → 6.0 changelog
  • curl — 16 sections of HTTP-stack recipes, auth, TLS, retries, recipes
Open cheatsheets index →
JS event-loop series

Three-part deep dive

A sequential progression building one mental model. Best read Part 1 → 2 → 3 in order.

  • Part 1 — sync, microtasks, macrotasks, timers (output: A H D F G B C E)
  • Part 2 — Promise executor body is sync; .then chains interleave
  • Part 3 — how await fits, 9 migration traps, full checklist
Open series index →