Prisma
Back to blog
Tasin Ishmam
Author · 8 posts

Tasin Ishmam

Building a REST API with NestJS and Prisma: Authentication
EducationMarch 31, 2023

Building a REST API with NestJS and Prisma: Authentication

Learn how to implement JWT authentication in a NestJS REST API with Prisma ORM 7 and Passport: login endpoint, JWT strategy, auth guards, Swagger integration and bcrypt password hashing.

Tasin Ishmam
Tasin Ishmam
Building a REST API with NestJS and Prisma: Handling Relational Data
EducationMarch 23, 2023

Building a REST API with NestJS and Prisma: Handling Relational Data

Learn how to handle relational data in a REST API built with NestJS and Prisma ORM 7: model a one-to-many relation, build user CRUD endpoints, and exclude sensitive fields from responses.

Tasin Ishmam
Tasin Ishmam
Building a REST API with NestJS and Prisma: Error Handling
EducationDecember 14, 2022

Building a REST API with NestJS and Prisma: Error Handling

Learn how to handle Prisma errors in a NestJS REST API: throw exceptions in controllers and build an exception filter for Prisma error codes like P2002. Updated for Prisma ORM 7 and NestJS 11.

Tasin Ishmam
Tasin Ishmam
Database Metrics with Prisma, Prometheus & Grafana
EducationOctober 17, 2022

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.

Tasin Ishmam
Tasin Ishmam
Monitor Your Server with Tracing Using OpenTelemetry & Prisma
EducationSeptember 5, 2022

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.

Tasin Ishmam
Tasin Ishmam
Prisma Support for Tracing and Metrics Is Now in Preview
AnnouncementAugust 9, 2022

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!

Tasin Ishmam
Tasin Ishmam
Building a REST API with NestJS and Prisma: Input Validation & Transformation
EducationJuly 19, 2022

Building a REST API with NestJS and Prisma: Input Validation & Transformation

Learn how to add input validation and transformation to a NestJS REST API with ValidationPipe, class-validator and ParseIntPipe. Fully updated for Prisma ORM 7 and NestJS 11.

Tasin Ishmam
Tasin Ishmam
Building a REST API with NestJS and Prisma
EducationJune 3, 2022

Building a REST API with NestJS and Prisma

Learn how to build a backend REST API with NestJS, Prisma ORM 7, PostgreSQL and Swagger. Set up the project, model your data, build the API and document it with Swagger. Fully updated for Prisma 7 and NestJS 11.

Tasin Ishmam
Tasin Ishmam