Completed
) Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GraphQL Server Intermediate Tutorial - Boilerplate with Typescript, PostgreSQL, and Redis
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) Setting up a TypeORM Project
- 3 ) Creating a TypeORM Entity
- 4 ) Creating a User into with TypeORM
- 5 ) Setting up Jest
- 6 ) Setting up a Test Database with TypeORM
- 7 ) Getting GraphQL Yoga and Jest to work together
- 8 ) GraphQL Schema Stitching
- 9 ) Handling Errors in GraphQL
- 10 ) GraphQL Validating Input
- 11 ) Email Confirmation Link with Redis
- 12 ) Jest Global Setup
- 13 ) Testing Redis Email Link
- 14 ) Fixing Connection Error
- 15 ) Send Confirmation Email with SparkPost
- 16 ) GraphQL Login Mutation
- 17 ) Express Session for Login
- 18 ) GraphQL Middleware
- 19 ) Running Jest Tests Sequentially
- 20 ) Logging or Authentication GraphQL Middleware
- 21 ) Simple Logout with GraphQL
- 22 ) Building a GraphQL Server Test Client
- 23 ) Logout of Multiple Sessions
- 24 ) Forgot Password Test Case
- 25 ) Lock User Account GraphQL
- 26 ) GraphQL Forgot Password Implementation
- 27 ) Rate Limiting
- 28 ) Twitter OAuth
- 29 ) OAuth Demo with React
- 30 ) Getting the Jest tests to run in Parallel
- 31 ) Merging a Modular GraphQL Schema
- 32 ) Removing the Race Conditions from the Tests
- 33 ) Conclusion