Howdy, fellow! 
I'm Tuan Anh Huynh (aliased Leo at work) — a learner, builder, and freedom seeker in Hanoi .
I'm building Weaverse Hydrogen Studio, a platform to design and ship Shopify Hydrogen storefronts. I write here about everything I learn along the way — from software engineering to life lessons, and all the bits in between.
latest writing
content/blog/*.mdxGit worktree: one repo, many working directories
How git worktree lets you check out multiple branches at the same time — and why it became essential the day I wanted several AI coding agents working on one repo in parallel.
Building a Smooth Blurry Loading Effect for Images in Shopify Hydrogen
Learn how to create a beautiful blurry loading effect for images in Shopify Hydrogen that enhances user experience while images load.
Crawling Goodreads books data in Node.js
Learn how to extract, crawl, and convert your Goodreads books data using Node.js. This guide covers both the RSS feed and CSV export methods.
build log
api/site-stats.json// live · /api/site-stats.json + build-time
{
"site": "leohuynh.dev",
"description": "documenting the work, one note at a time",
"stack": ["astro", "bun", "tailwind", "typescript"],
"git": {
"repo": "hta218/leohuynh.dev",
"loc": 14,671, "files": 158, "commits": …, "stars": …
},
"stats": {
"allTime": { "hits": …, "visitors": …, "reactions": … },
"last24h": { "hits": …, "visitors": … }
}
}