My First Post
February 17, 2026 · 1 min read
coding
My First Post
This is the first post on the site. It is written in MDX so content and code can live together. I'll use these posts to
keep track of my projects and any design / architectural decisions I make along the way, as well things I learn in the meantime.
I'll try to keep this from being full on ai slop haha - but for full transparancy I will use AI to help brainstorm, edit these
blog post for my coding project so I can keep up the frequency. For any music blog posts - I intend to keep those entirely self
written so they will have totally different tone in nature... but anyways that is besides the point. Thanks for reading this first post!
Example Snippet
const greeting = "Hello, blog!";
console.log(greeting);