Completed
Writing a serverless function to get the Genres
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Code a Netflix Clone with GraphQL Pagination - Reviewed by a Netflix Engineer
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Signing up to our Datastax Astra Cassandra database
- 3 Using the GraphQL Playground
- 4 Creating Tables using GraphQL mutations
- 5 Adding Data using GraphQL mutations you can use my pre-made data below
- 6 Retrieving Data using GraphQL queries
- 7 Adding our Movies to our database
- 8 Retrieving all of our Movies by Genre
- 9 Limiting our Data in GraphQL queries
- 10 Creating our React App
- 11 What is LOLOMO at Netflix?
- 12 Setting up Netlify Serverless Functions
- 13 Adding your DataStax token and endpoint
- 14 Adding the Netlify config
- 15 Writing a serverless function to get the Genres
- 16 Getting the Genres using GraphQL
- 17 Getting the Movies by Genre in our browsers
- 18 Pagination in GraphQL
- 19 Calling the next page by button
- 20 Loading more Genres when we hover at the end of the screen
- 21 Adding a NavBar and HeroSection
- 22 Making our Movie Cards pop out when we hover over them
- 23 Making videos auto-play and show more info on hover
- 24 HeroSection
- 25 Font Awesome Icons
- 26 Final basic styling