Blog
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.
How TypeScript 4.9 `satisfies` Your Prisma Workflows
Learn how TypeScript 4.9''s new `satisfies` operator can help you write type-safe code with Prisma
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.
Improving Query Performance with Indexes using Prisma: Hash Indexes
Learn how you can optimize a slow database query in your application with a Hash index using Prisma
Improving Query Performance with Indexes using Prisma: B-Tree Index
Learn how you can optimize a slow database query in your application with a B-Tree index using Prisma
Improving Query Performance with Indexes using Prisma: Introduction
Learn the fundamentals of database indexes: what they are, the problem they solve, and their benefit and cost
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.
End-To-End Type-Safety with GraphQL, Prisma & React: Codegen & Deployment
Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up code generation to allow you to keep your TypeScript types in sync across your frontend and API. You will also deploy your completed project.
End-To-End Type-Safety with GraphQL, Prisma & React: API Prep
Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through setting up a TypeScript project, a PostgreSQL database, and Prisma.
End-To-End Type-Safety with GraphQL, Prisma & React: GraphQL API
Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe GraphQL API
End-To-End Type-Safety with GraphQL, Prisma & React: Frontend
Learn how to build a fully type-safe application with GraphQL, Prisma, and React. This article walks you through building a type-safe React app that accesses a GraphQL API.
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!




