Engineeringnajam.pk
Hello, World
Engineering·1 min read
Hello, World
The first post on my new site, and why I rebuilt it from scratch.
meta
nextjs
Welcome to the new site. I rebuilt it from the ground up with Next.js and MDX.
Why MDX
Content lives in git — versioned, portable, and embeddable with React components:
function greet(name: string) {
return `Hello, ${name}`;
}More to come.