Hello World
·–
Welcome to my blog! This is my first post.
Why this blog?
I created this blog to share my thoughts on AI, robotics, and software development. It's a place where I document my projects and learnings.
What you'll find here
- Technical articles on AI and machine learning
- Project retrospectives and case studies
- Thoughts on building products
Tech stack
This blog is built with:
- Next.js - The React framework for production
- MDX - For writing content with JSX
- Tailwind CSS - For styling
- Vercel - For hosting
// A code example
const greeting = "Hello World!";
console.log(greeting);
Stay tuned for more posts!