← Back to Blog
Series · 4 parts

Building a modern backend with TypeScript, PostgreSQL and Prisma

Build a modern backend from data modeling and validation all the way to deployment using TypeScript, PostgreSQL, and Prisma.

July 30, 2020

Backend with TypeScript PostgreSQL & Prisma: Data Modeling & CRUD

Learn how to model data, perform CRUD operations, and query aggregates in a TypeScript and PostgreSQL backend built with Prisma.

August 20, 2020

Backend with TypeScript, PostgreSQL & Prisma: REST, Validation & Tests

Build a REST API with TypeScript, PostgreSQL, Prisma, and Hapi, then add validation and tests for CRUD endpoints.

September 10, 2020

Backend with TypeScript, PostgreSQL & Prisma: Authentication & Authz

Secure a TypeScript and PostgreSQL backend with Prisma, passwordless authentication, JWTs, and authorization rules using Hapi.

September 17, 2020

Backend with TypeScript, PostgreSQL & Prisma: CI & Deployment

Set up CI/CD for a TypeScript, PostgreSQL, and Prisma backend with GitHub Actions, automated tests, and Heroku deployment.