Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Moving Beyond REST - GraphQL and Java & Spring
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Spring
- 3 What is GraphQL
- 4 Learning GraphQL
- 5 API Query Language
- 6 GraphQL
- 7 Silicon Valley
- 8 GraphQL vs REST
- 9 GraphQL Data Sources
- 10 GraphQL Endpoints
- 11 Demo
- 12 GraphQL Schema
- 13 GraphQL Endpoint
- 14 Query Parameters
- 15 Recap
- 16 GraphQL Query
- 17 Antipattern
- 18 What GraphQL enforces
- 19 Avoid callback hell
- 20 Update two unconnected objects
- 21 GraphQL is faster than REST
- 22 Removing fields
- 23 Adding fields
- 24 Explicit fields
- 25 Magic in REST
- 26 More concrete
- 27 GraphQL fragment example
- 28 GraphQL libraries
- 29 GraphQL SPQR
- 30 Data can be anything
- 31 Wrap anything you want
- 32 Demo Start
- 33 Why use Spring
- 34 GraphQL Speaker
- 35 Project Lombok
- 36 Testing
- 37 GraphQL Query Name
- 38 Autogenerated GraphQL schema
- 39 GraphQL docs
- 40 Additional stuff
- 41 Double Check
- 42 Tesla
- 43 Cool
- 44 Flexibility
- 45 GraphQL Controller
- 46 Spring Command Line
- 47 Slides
- 48 Authentication and Authorization
- 49 Mutations