
Sabin Adams
How Prisma & Serverless Fit Together
Learn about how Prisma views the evolution of deployment types, serverless and the edge, and the problems we want to solve in the space.
Best Practices To Speed Up Your Serverless Applications
Learn about some best practices to speed up your serverless applications using Prisma.
How We Sped Up Serverless Cold Starts with Prisma by 9x
Learn about the Prisma's goals, the hurdles we are overcoming, and how you can help.
The Ultimate Guide to Testing with Prisma: CI Pipelines
How to run Prisma ORM unit, integration, and end-to-end tests in a GitHub Actions CI pipeline with a Postgres service. Verified with current action versions.
The Ultimate Guide to Testing with Prisma: End-To-End Testing
How to write end-to-end tests for a Prisma ORM app with Playwright, using page objects, fixtures, and Prisma Client for cleanup. Verified on Prisma 7.8.
The Ultimate Guide to Testing with Prisma: Integration Testing
How to integration test a Prisma ORM API against a real database with Vitest and Supertest, using a local Prisma Postgres. Verified on Prisma 7.8, Vitest 4.
The Ultimate Guide to Testing with Prisma: Unit Testing
How to unit test functions that use Prisma ORM with Vitest: what to test, what to skip, and how to use a mocked client. Verified on Prisma 7.8 and Vitest 4.
The Ultimate Guide to Testing with Prisma: Mocking Prisma Client
How to mock Prisma Client with Vitest and vitest-mock-extended so you can unit test database code without a real database. Verified on Prisma ORM 7.8.
Try Prisma: The Fastest Way to Explore Prisma Examples
Announcing: Try Prisma. A CLI utility that allows you to easily set up and try out an example projects using 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 CockroachDB Is Production Ready 🪳
Prisma's support for CockroachDB is now in production ready! Read this article to learn about the features and benefits of Prisma with CockroachDb.
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.'
Build A Fullstack App with Remix, Prisma & MongoDB: CRUD, Filtering & Sorting
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be building the functionality that allows users to send kudos to each other along with some searching and sorting options.
Build A Fullstack App with Remix, Prisma & MongoDB: Authentication
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be setting up authentication for our Remix application using session-based authentication.
Build A Fullstack App with Remix, Prisma & MongoDB: Project Setup
Learn how to build and deploy a fullstack application using Remix, Prisma, and MongoDB. In this article, we will be setting up our project, the MongoDB instance, Prisma, and begin modeling out some of our data for the next section of this series.

