I built this site to have one place that shows what I'm working on — projects, experiments, and the occasional thing I learned the hard way.
What goes here
Short write-ups of things I build. When I ship a project or debug something gnarly, I'll drop a note so future-me (and anyone reading) can follow the reasoning.
function greet(name: string) {
return `Hello, ${name}`;
}
More soon.