Developing a Modern Full-Stack Application: Choosing the Right Tech Stack
I recently had the chance to develop a full-stack application from scratch, and I chose a very modern stack for it. I wanted to prioritize developer experience above all, in order to maximize my time spent on shipping, talking to users and iterating on the product.
I chose the following stack:
Typescript (Language)
NextJS (Full-stack framework)
Vercel (Cloud hosting)
Vercel Postgres (Database), Prisma (ORM)
Auth.js (Authentication)
I'll describe some of my motivations for those choices, and shar...
Read more at isultan.bearblog.dev