
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
Learn how to set up a CI pipeline to automatically run tests against your application that uses Prisma.
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.
The Ultimate Guide to Testing with Prisma: Integration Testing
Learn about how to plan, set up and write integration tests for your API.
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.
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.
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.

