Hello World - My First Blog
ยท1 min read
intronextjsmdx
Welcome! ๐
This is my first blog post on this personal website. This website was built using modern technologies:
- Next.js - React framework with App Router
- Tailwind CSS - Utility-first CSS framework
- MDX - Markdown with JSX support
- Supabase - Backend as a Service
Why MDX?
MDX allows us to write blogs in the familiar Markdown format, but with the ability to add React components inside.
Code Example
const greeting = "Hello, World!";
console.log(greeting);Example List
- Easy to write
- Supports syntax highlighting
- Can embed React components
- SEO friendly
What's Next?
I will continue writing about my experiences in software development. Stay tuned!
Thanks for reading! ๐