Completed
10:06 - gRPC
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
API Design and Architecture - Backend Engineering Intro
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Intro
- 2 01:47 - How is this lesson different?
- 3 03:30 - What is an API?
- 4 06:18 - Types of APIs
- 5 07:16 - SOAP
- 6 08:49 - GraphQL
- 7 10:06 - gRPC
- 8 12:30 - WebSockets
- 9 15:18 - JSON
- 10 19:39 - Example Collection Following this Pattern / Endpoints
- 11 23:15 - GET
- 12 24:30 - POST
- 13 25:49 - GET by ID
- 14 26:52 - PUT
- 15 27:27 - PATCH
- 16 30:40 - DELETE
- 17 31:16 - POST
- 18 33:25 - GET
- 19 36:22 - Nested Data vs. Filtering
- 20 40:50 - Query Parameters vs Path vs Body
- 21 44:14 - When NOT to use query parameters or URL paths
- 22 46:40 - A full request example
- 23 47:56 - Status Codes