Prisma
Page 5 of 6

Education posts

Articles tagged Education on the Prisma blog: guides, announcements, and updates from the team building Prisma ORM and Prisma Postgres.

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
Database access on the Edge with Next.js, Vercel & Prisma Accelerate
EducationJuly 29, 2022

Database access on the Edge with Next.js, Vercel & Prisma Accelerate

Learn how you can query databases in Edge environments using Prisma and the Prisma Accelerate.

Alex Ruheni
Alex Ruheni
Building a REST API with NestJS and Prisma: Input Validation & Transformation
EducationJuly 19, 2022Updated July 8, 2026

Building a REST API with NestJS and Prisma: Input Validation & Transformation

Learn how to add input validation and transformation to a NestJS REST API with ValidationPipe, class-validator and ParseIntPipe. Fully updated for Prisma ORM 7 and NestJS 11.

Tasin Ishmam
Tasin Ishmam
Building a REST API with NestJS and Prisma
EducationJune 3, 2022Updated July 8, 2026

Building a REST API with NestJS and Prisma

Learn how to build a backend REST API with NestJS, Prisma ORM 7, PostgreSQL and Swagger. Set up the project, model your data, build the API and document it with Swagger. Fully updated for Prisma 7 and NestJS 11.

Tasin Ishmam
Tasin Ishmam
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
Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Deployment
EducationApril 6, 2022

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Deployment

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to deploy your app to Vercel

Alex Ruheni
Mahmoud Abdelwahab
Alex Ruheni, Mahmoud Abdelwahab
Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Image upload
EducationMarch 30, 2022

Fullstack App With TypeScript, PostgreSQL, Next.js, Prisma & GraphQL: Image upload

Learn how to build a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma. In this article you are going to learn how to add image upload using AWS S3

Mahmoud Abdelwahab
Alex Ruheni
Mahmoud Abdelwahab, Alex Ruheni