A personal log of what I learn about Swift Concurrency — quick TILs, gotchas, and small runnable examples.
journal/— dated notes (e.g.,journal/category/2025-09-04-concurrency.md)snippets/— tiny, focused code samplestemplates/— note templatesresources/— links to talks, docs, posts
- One idea per note. Keep it short.
- Name notes
YYYY-MM-DD-<slug>.md. - Tag with
#actor,#asyncawait,#cancellation, etc. - Link related notes with relative links.
- Copy a template:
- Quick note:
templates/quick-note.md→ quick learnings <10 minutes. - Deep dive:
templates/deep-dive.md→ longer form.
- Quick note:
- Save under
journal/category/. - If you made a sample, drop it in
snippets/and reference it from the note.