Automating Repository Generation in NestJS with Prisma
Learn how to automate repository generation in a Prisma + NestJS application. Reduce boilerplate, ensure consistency, and speed up development with a custom repository generation script.
I'm a fullstack software engineer specializing in building web applications powered by modern JavaScript technologies and AI-driven features.
Over the years, I've worked on multiple startups to build and launch end-to-end products in insurance, iGaming, and video streaming domains, and have actively contributed to various open source projects.
If you have an exciting project or role that aligns with my expertise, please reach out at hi@adarsha.dev or through any of my social channels.
Learn how to automate repository generation in a Prisma + NestJS application. Reduce boilerplate, ensure consistency, and speed up development with a custom repository generation script.
Upload files and images to an AWS S3 bucket via pre-signed url using tRPC and Next.js. This guide covers AWS setup, tRPC API integration, and image uploader component implementation in Next.js.