✶ / Blog
Writing & guides
Notes and practical write-ups on web development, tooling, and the engineering habits I've picked up along the way.
-
Astro vs Next.js: Which Is Better?
Not a verdict, a decision framework. The honest answer is 'it depends', and what it depends on is whether you are building a site or an app. Here is how I actually decide.
-
The handoff.md I told Claude to stop writing
How claude-mem gives a Claude Code agent real cross-session memory. It captures each session and feeds the relevant parts back, so you stop hand-writing handoff docs.
-
Git Fundamentals
A practical, beginner-friendly guide to the everyday Git workflow, plus the merge, fast-forward, cherry-pick, and rebase nuances that trip almost everyone up at first.