Diyorbek
Back to blog
1 min read

Hello, World

Welcome to my new portfolio and blog — a quick tour of what this space is for.

metanextjs

Welcome! 👋 This is the very first post on my new site, built with Next.js, Tailwind CSS, and shadcn/ui. Consider it a soft launch.

Why a blog?

Writing forces clarity. I want a place to:

  • Document things I build and learn
  • Share notes that might help someone else
  • Keep a public record of how my thinking evolves

What to expect

Mostly software engineering and web development, with the occasional deep dive. Posts are written in MDX, so I can drop in interactive components when it helps.

Here's a small code sample to show off syntax highlighting:

function greet(name: string): string {
  return `Hello, ${name}!`;
}
 
console.log(greet("world"));

The best way to get started is to quit talking and begin doing.

Thanks for reading — more soon.