Hello World — My First Post
Welcome to my blog. In this post I explain why I started writing and what to expect.
Why I Started This Blog
Writing helps me think clearly. When I write something down, I'm forced to understand it well enough to explain it — and that process usually reveals the gaps in my knowledge.
What I'll Write About
- Software engineering and architecture
- Tools and workflows I find useful
- Books and ideas worth thinking about
Technical Stack
This blog is built with Next.js 14, styled with Tailwind CSS, and deployed on Vercel. Posts are written in MDX, which lets me embed interactive components alongside prose.
// A simple example
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
Thanks for reading. More posts coming soon.
END OF TRANSMISSION
/ CHANNEL
MODERATED
No transmissions yet. Start the channel.