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/*.mdxBuilding 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.
Enhance Github Copilot code generation with custom instructions
How I use GitHub Copilot in VS Code, along with my own custom instructions, to boost productivity, keep my code consistent, and make writing (and coding) more fun!
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": 13,902, "files": 154, "commits": …, "stars": …
},
"stats": {
"allTime": { "hits": …, "visitors": …, "reactions": … },
"last24h": { "hits": …, "visitors": … }
}
}