Excerpt 15 Jul 2023 · 3 min read Exploring Middleware in NestJS for Scalable Server-side Applications Master the use of middleware in NestJS to create efficient, scalable Node.js server-side applications. Learn how to apply, exclude, and specify middleware for particular HTTP methods, and explore real-world use cases such as logging, authentication, and API key validation. Read more
Prisma 19 Jun 2023 · 6 min read Integrating Prisma with NestJS: A Practical Approach to Developing Robust Web Apps Explore how to use Prisma, a type-safe database client and ORM, alongside NestJS, a popular TypeScript server-side application framework, to create powerful and scalable web applications. Learn how Prisma works, its integration with NestJS, and how it can help you build robust applications with ease Read more