Prisma
Back to blog
Sabin Adams
Author ยท 19 posts

Sabin Adams

How Prisma & Serverless Fit Together
PlatformMay 16, 2023

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.

Sabin Adams
Sabin Adams
Best Practices To Speed Up Your Serverless Applications
EducationMay 1, 2023

Best Practices To Speed Up Your Serverless Applications

Learn about some best practices to speed up your serverless applications using Prisma.

Sabin Adams
Sabin Adams
How We Sped Up Serverless Cold Starts with Prisma by 9x
ORMApril 21, 2023

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.

Sabin Adams
Nikolas Burk
Jan Piotrowski
Sabin Adams, Nikolas Burk, Jan Piotrowski
The Ultimate Guide to Testing with Prisma: CI Pipelines
EducationMarch 24, 2023

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.

Sabin Adams
Sabin Adams
The Ultimate Guide to Testing with Prisma: End-To-End Testing
EducationMarch 2, 2023

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.

Sabin Adams
Sabin Adams
The Ultimate Guide to Testing with Prisma: Integration Testing
EducationFebruary 14, 2023

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.

Sabin Adams
Sabin Adams
The Ultimate Guide to Testing with Prisma: Unit Testing
EducationJanuary 31, 2023

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.

Sabin Adams
Sabin Adams
The Ultimate Guide to Testing with Prisma: Mocking Prisma Client
EducationDecember 22, 2022

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.

Sabin Adams
Sabin Adams
Try Prisma: The Fastest Way to Explore Prisma Examples
AnnouncementNovember 25, 2022

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.

Sabin Adams
Sabin Adams
End-To-End Type-Safety with GraphQL, Prisma & React: Codegen & Deployment
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.

Sabin Adams
Sabin Adams
End-To-End Type-Safety with GraphQL, Prisma & React: API Prep
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.

Sabin Adams
Sabin Adams
End-To-End Type-Safety with GraphQL, Prisma & React: GraphQL API
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

Sabin Adams
Sabin Adams
End-To-End Type-Safety with GraphQL, Prisma & React: Frontend
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.

Sabin Adams
Sabin Adams
Prisma Support for CockroachDB Is Production Ready ๐Ÿชณ
AnnouncementMay 25, 2022

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.

Sabin Adams
Sabin Adams
Build A Fullstack App with Remix, Prisma & MongoDB: Deployment
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.

Sabin Adams
Sabin Adams
Build A Fullstack App with Remix, Prisma & MongoDB: Referential Integrity & Image Uploads
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.'

Sabin Adams
Sabin Adams
Build A Fullstack App with Remix, Prisma & MongoDB: CRUD, Filtering & Sorting
EducationApril 27, 2022

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.

Sabin Adams
Sabin Adams
Build A Fullstack App with Remix, Prisma & MongoDB: Authentication
EducationApril 26, 2022

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.

Sabin Adams
Sabin Adams
Build A Fullstack App with Remix, Prisma & MongoDB: Project Setup
EducationApril 25, 2022

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.

Sabin Adams
Sabin Adams