Blog

EducationOctober 12, 2022

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

EducationSeptember 16, 2022

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

EducationSeptember 6, 2022

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

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.

EducationSeptember 1, 2022

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.

EducationAugust 30, 2022

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.

EducationAugust 29, 2022

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

EducationAugust 24, 2022

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.

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.

EducationApril 29, 2022

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.

EducationApril 28, 2022

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.'