Tech
Hello World: Building with Next.js 16
Welcome to my new technical blog. Today I'm sharing my thoughts on the latest Next.js 16 features and how I used them to build this portfolio.
Written by Bondeth1 min read
Article · Next.js
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!");
}