Tech Notes
Dev Tech Notes
Short write-ups on framework and tooling issues I ran into on projects, and how I solved them.
ViteDev Notes
Building a Markdown Content Loader with Vite import.meta.glob
How this static site pieces together a content pipeline using only import.meta.glob and a minimal frontmatter parser, with no Node-only markdown library.
TanStack RouterTypeScript
Type-Safe Path Params in TanStack Router
How dynamic segments like $slug get wired up as typed params purely from the file path, and how to add validation with params.parse.