Skip to content
← BACK TO BLOG
Fikri Firman Fadilah
Development

Welcome to My New Full-Stack Blog

I rebuilt my personal website into a full-stack application with Next.js 16, Prisma, and PostgreSQL. Here is what changed and why.

Welcome to the new version of my personal website! This rebuild marks a significant shift from a static frontend calling external APIs to a fully integrated full-stack application.

Why the Change?

My previous backend was becoming difficult to maintain. Split environments meant managing multiple codebases, deployment pipelines, and environment variables. Consolidating everything into a single Next.js application simplifies the architecture dramatically.

What is New?

  • Admin Panel: A dedicated dashboard to manage all content without touching code
  • Database: PostgreSQL with Prisma ORM for type-safe queries
  • Authentication: Secure login with NextAuth.js v5
  • Server Actions: Direct server-side mutations without API routes

Stay tuned for more updates!

#nextjs#prisma#fullstack