A daily log of things I actually needed to look up, figure out, or didn't know yesterday. No polished tutorials — raw notes, honest gaps, real problems solved.
Each entry is a markdown file named DD-topic-slug.md inside til/YYYY/month/.
til/
├── 2026/
│ ├── avril/
│ │ ├── 16-git-rebase-vs-merge.md
│ │ ├── 17-docker-multistage.md
│ │ └── ...
│ └── mai/
│ └── ...
| Date | Topic | Tags |
|---|---|---|
| May 02 | dbt — why it exists and the 4 concepts that matter most | #data #sql |
| May 01 | Vector databases — what they actually do vs a regular DB | #ai #data |