Developing a Modern Full-Stack Application: Choosing the Right Tech Stack

The author recounts their experience developing a full-stack application with a modern stack prioritizing developer experience. The chosen stack included Typescript, NextJS, Vercel, Vercel Postgres, Prisma, and Auth.js. They discuss the benefits and challenges of each tool, highlighting the merits of Typescript’s static typing and Prisma’s ease of managing a database schema but also revealing issues with Vercel’s Postgres and Cron Jobs. The author recommends a more traditional infrastructure like AWS for future projects. They share their learnings and plan to discuss the front-end in the next article.

https://isultan.bearblog.dev/modern-full-stack-development/

To top