• Nikolas Burk
    Nikolas Burk

    Developer Advocate

    Prisma

    Introduction to Prisma

    Prisma is an open-source ORM for Node.js and TypeScript. In this workshop, you’ll learn the fundamentals of using Prisma and practice various workflows, from modelling data, to performing database migrations, to querying the database to read and write data. You’ll also learn how Prisma fits into your application stack by integrating in a REST and a GraphQL API using a SQLite database.

  • Alex Ruheni
    Alex Ruheni

    Developer Advocate

    Prisma

    Deep dive into database workflows with Prisma

    Prisma is an open-source ORM for Node.js and TypeScript. By the end of this workshop, you will learn how to work with features such as schema prototyping with Prisma Migrate, working with database native types, how to use Prisma Migrate in your development and CI/ CD environment, and build workflows using the-lesser-known features of Prisma Migrate.

  • Tasin Ishmam
    Tasin Ishmam

    Developer Advocate

    Prisma

    Let’s build a REST API with NestJS and Prisma!

    NestJS is one of the hottest Node.js frameworks around. In this workshop, you will learn how to build a backend REST API with NestJS, Prisma, PostgreSQL and Swagger.

  • Chance Strickland
    Chance Strickland

    Software Engineeer

    Remix

    Update while you wait: Optimistic UI with Remix and Prisma

    Learn to build state-of-the-art, highly responsive user interfaces with Remix and Prisma. This workshop focuses on the pattern of optimistic updates, teaching you how to use the best of both tools to build interactions that feel instantaneous to users.At the end of this workshop, you’ll know how to:
    • Reduce latency and remove loading spinners for a snappier user experience
    • Use more advanced Remix tools like useFetcher
    • Gracefully handle errors
    • Optimize requests with Prisma’s functional API and Remix’s loaders and actions