As a frontend developer, I tried diving into NestJS + Prisma for backend development.The journey had its challenges, with decorators, modules, controllers, and services in NestJS being a new experience.Setting up Prisma caused some frustration, with the need to define a database URL.Backend authentication introduced complexities with password hashing, JWT verification, and route protection.