← 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

Learn how to set up a CI pipeline to automatically run tests against your application that uses Prisma.

EducationMarch 2, 2023

The Ultimate Guide to Testing with Prisma: End-To-End Testing

Learn all about end-to-end testing, how to set up a testing environment and how to write tests using Playwright and Prisma.

EducationFebruary 14, 2023

The Ultimate Guide to Testing with Prisma: Integration Testing

Learn about how to plan, set up and write integration tests for your API.

EducationJanuary 31, 2023

The Ultimate Guide to Testing with Prisma: Unit Testing

Learn about what unit testing is and how to approach it in an application using Prisma Client.

EducationDecember 22, 2022

The Ultimate Guide to Testing with Prisma: Mocking Prisma Client

Learn about mocking and spying, why they are useful, and how they can be done with Prisma Client.

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.