About
This is a daily learning journal. Every day I try to learn something new about tech — a command, a concept, a gotcha, a nicer way to do a thing — and I write a short note about it here so it sticks.
There's no database and no CMS behind it. Each entry is a plain markdown file in a git repository, so the writing lives right next to the code and the git history is the source of truth.
How an entry gets published
Three steps: create a markdown file, commit it to a branch, and push. The platform's GitOps pipeline builds the site and deploys it automatically — no dashboard, no “publish” button.
Learn something, write it down, git push.
Edit src/consts.ts to change the title, tagline, and links,
and make it your own.