Blog
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.
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.
Build A Fullstack App with Remix, Prisma & MongoDB: Deployment
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be deploying the application we have built throughout this series.
Build A Fullstack App with Remix, Prisma & MongoDB: Referential Integrity & Image Uploads
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be building the profile settings section of the website and enhancing the data model to provide better referential integrity.'


