Fullstack Developer · Building things on the web from Chile.
Type a command or click one below to explore.
This is the first entry in my practice log. Think of it like a training journal β a collection of ideas, notes, and things Iβve learned that I keep coming back to. Unlike a blog, entries here donβt need to be polished. They can be rough, incomplete, and evolving.
Traditional blogs pressure you to publish βfinishedβ pieces. A practice log removes that pressure. Entries here are categorized by stage:
This entry is a first rep. Itβll get sharper.
I wanted a framework that:
Astro checks all of these. The content collections API with the glob loader makes managing markdown content trivial, and the build output is plain HTML/CSS.
The alternative was building with Next.js (which I know well), but it felt like bringing a sledgehammer to hang a picture frame.