← Back to Blog
Tasin Ishmam
Author · 8 posts

Tasin Ishmam

EducationMarch 31, 2023

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.

EducationMarch 23, 2023

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.

EducationDecember 14, 2022

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.

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.

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.

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!

EducationJuly 19, 2022

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.

EducationJune 3, 2022

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.