Hello World
A quick hello and a small beginning for this blog.
1 min read
- personal
Hey, this is my first blog post.
I’ve wanted a small place to write down things I’m learning, building, and occasionally getting wrong. This is that place.
The first useful thing this blog can do is render code without turning the browser into a syntax highlighter:
const firstPost = {
status: "published",
mood: "quietly excited",
} as const;
Nothing ambitious for today. I’m mostly checking that everything works, saying hello, and giving future posts somewhere to begin.
See you in the next one.