~/blog/hello-world.mdx
$ cat hello-world.mdx
NEXT.JS
#Next.js#React
Tech1 min readWritten by Rithy Bondeth
Hello World: Building with Next.js 16
On this page
Hello World
Welcome to my first blog post! This blog is built using MDX and Next.js 16.
Why a blog?
As a developer, I believe in sharing knowledge. Whether it's a deep dive into Agentic AI or a simple tutorial on GSAP animations, this space will be my technical notebook.
What to expect:
- Technical Tutorials: Practical guides on modern web and mobile tech.
- AI Insights: Exploring the frontier of LLMs and autonomous agents.
- Project Recaps: Behind-the-scenes looks at how I build production apps.
Stay tuned for more!
function HelloWorld() {
console.log("Hello from my new blog!");
}