Hello World: Building This Website
1 min read
MetaNext.jsWeb Development
Welcome to my blog! This is the first post on my new personal website, and I wanted to share a bit about how it was built.
The Tech Stack
This website is built with a modern stack that I've come to appreciate:
- Next.js - React framework with great performance and SEO
- MDX - Markdown with JSX for rich content
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Beautiful, accessible components
Why MDX?
MDX allows me to write content in Markdown while embedding React components when needed. This gives me the best of both worlds:
// Example code block
const greeting = "Hello, World!";
console.log(greeting);
What's Next?
I'll be writing about:
- Information Retrieval techniques
- RAG system design patterns
- Embedding model fine-tuning
- Production ML engineering
Stay tuned for more content!