← Back to Blog
Sabin Adams
Author · 19 posts

Sabin Adams

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.

EducationMay 1, 2023

Best Practices To Speed Up Your Serverless Applications

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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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

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.

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.

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.