
Tasin Ishmam
Building a REST API with NestJS and Prisma: Authentication
In this tutorial, you will learn how to implement JWT authentication with NestJS, Prisma and PostgreSQL. You will also learn about salting passwords, security best practises and how to integrate with Swagger.
Building a REST API with NestJS and Prisma: Handling Relational Data
In this tutorial, you will learn how to handle relational data in a REST API built with NestJS, Prisma and PostgreSQL. You will create a new User model and learn how to model relations in the data layer and API layer.
Building a REST API with NestJS and Prisma: Error Handling
In this tutorial, you will implement error handling in a NestJS application. You will learn two ways to handle errors: directly in your application code and by creating an exception filter.
Database Metrics with Prisma, Prometheus & Grafana
This tutorial will help you to get started with Prisma's metrics feature. Learn how to integrate metrics into a web server using Prometheus and Grafana.
Monitor Your Server with Tracing Using OpenTelemetry & Prisma
This tutorial will help you to get started with Prisma's tracing feature and OpenTelemetry in Node.js. Learn how to integrate tracing and OpenTelemetry into a web server built with Express and Prisma.
Prisma Support for Tracing and Metrics Is Now in Preview
We are excited to launch two new features in Preview: Tracing and Metrics. Try them out and let us know what you think!
Building a REST API with NestJS and Prisma: Input Validation & Transformation
Learn how to build a backend REST API with NestJS, Prisma, PostgreSQL and Swagger. In this article, you will learn how to perform input validation and transformation for your API.
Building a REST API with NestJS and Prisma
Learn how to build a backend REST API with NestJS, Prisma, PostgreSQL and Swagger. In this article, you will learn how to set up the project, build the API and document it with Swagger.

