โ† Back to Blog

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

  1. Easy to write
  2. Supports syntax highlighting
  3. Can embed React components
  4. SEO friendly

What's Next?

I will continue writing about my experiences in software development. Stay tuned!


Thanks for reading! ๐Ÿš€