Hello, world
September 2, 2026
Hello, world
Welcome to my place on the internet. This first post is a little meta: it's the first document published through the admin dashboard on this very site.
Why I started this blog
I learn best by writing things down, and I've found that what I don't write down is usually gone within a week. So here are the notes.
A quick code sample
Below is a code block, written in Markdown, rendered with react-markdown:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
What's next
- More posts about the stack I use: Next.js, Postgres, and the tools around them.
- Writeups on the open-source projects I maintain.
- Occasional deep dives into things I find frustrating.
If you'd like to follow along, subscribe on GitHub.
Until next time.