Hello World

1 min read
nextjsportfoliotypescript

Welcome to my new portfolio website! This is where I'll share my thoughts on software development, project experiences, and technical insights.

Why Build a Portfolio?

As a Full Stack Developer, having a personal portfolio is essential for showcasing your work and sharing knowledge. After years of building applications for clients, I decided it was time to create something for myself.

Tech Stack

This site is built with:

typescript
// Content layer API
export async function getAllPosts(): Promise<BlogPost[]> {
  return getAllContent<BlogFrontmatter>('content/blog')
}

What's Next

I plan to write about:

  1. Microservice architecture patterns
  2. Full stack development workflows
  3. DevOps and deployment strategies
  4. Open source contributions

Stay tuned for more content!