Hello World
Welcome to my blog! This is where I'll share project showcases, technical deep-dives, and things I've learned along the way.
What to expect
- Project showcases — breakdowns of side projects, architecture decisions, and lessons learned
- Technical writing — tutorials, patterns, and tools I find useful
Built with
This blog is built with Next.js, MDX, and Tailwind CSS. Content is managed in a private repo and fetched at build time.
const greeting = "Hello, world!";
console.log(greeting);Stay tuned for more posts!