-
Урок 1.
00:01:55
Instructors Introductions
-
Урок 2.
00:08:25
What You'll Build in This Course - Blop App Demo
-
Урок 3.
00:02:10
What You'll Learn in This Course
-
Урок 4.
00:02:31
Course Structure
-
Урок 5.
00:07:45
What's AWS AppSync
-
Урок 6.
00:04:05
What's Amplify (CLI)
-
Урок 7.
00:07:05
Installing Development Tools
-
Урок 8.
00:04:32
VSCode Basics
-
Урок 9.
00:01:50
Creating Your AWS Account
-
Урок 10.
00:04:25
Installing and Configuring AWS Amplify CLI
-
Урок 11.
00:07:09
Why GraphQL - Motivation
-
Урок 12.
00:03:48
Who Created GraphQL and Why
-
Урок 13.
00:07:53
GraphQL Overview and Graph Theory
-
Урок 14.
00:08:09
GraphiQL Demo
-
Урок 15.
00:08:51
Setting Up Our First GraphQL Project - Part 1
-
Урок 16.
00:04:52
Importing Express and Creating the App
-
Урок 17.
00:09:47
Installing GraphQL Express Modules and Setup
-
Урок 18.
00:10:29
Creating and Understanding GraphQL Schemas
-
Урок 19.
00:15:26
RootQuery - Running Queries in GraphiQL
-
Урок 20.
00:10:00
Returning Data in the Resolver Function
-
Урок 21.
00:08:15
Adding a Hobby Type and RootType Field
-
Урок 22.
00:08:26
Finish Adding a Post Type
-
Урок 23.
00:05:05
Adding Relationships Between our Types
-
Урок 24.
00:10:31
Showing a User Related to a Post
-
Урок 25.
00:05:28
Showing User Related to a Hobby
-
Урок 26.
00:07:24
Adding the Fields Posts Query
-
Урок 27.
00:04:05
Adding the Hobbies Field Query
-
Урок 28.
00:01:24
Introduction to Mutations - Presentation
-
Урок 29.
00:11:29
Creating User Mutation
-
Урок 30.
00:06:24
Creating Post Mutation
-
Урок 31.
00:07:39
Create Hobby Mutation
-
Урок 32.
00:05:50
Adding Posts Query
-
Урок 33.
00:04:41
Posts and Hobbies Queries
-
Урок 34.
00:10:44
Scalar Types
-
Урок 35.
00:08:30
Scalar Types and Object Types
-
Урок 36.
00:03:48
Non Nullable Field Types
-
Урок 37.
00:09:03
Intro to Mongo DB VS RDBMS
-
Урок 38.
00:05:40
Creating MLab Account
-
Урок 39.
00:06:05
Installing Mongoose Package and Connecting to Remote Database
-
Урок 40.
00:08:59
Creating Mongoose Models - User
-
Урок 41.
00:04:16
Finalizing the Creation of Models and Requiring Them
-
Урок 42.
00:11:39
Saving a User
-
Урок 43.
00:09:05
Storing Data to Our Database - Final
-
Урок 44.
00:09:27
Getting a User By ID
-
Урок 45.
00:13:23
Post and Retrieving data - Final
-
Урок 46.
00:08:21
CORS and Adding NonNulls to Required Field
-
Урок 47.
00:14:27
Updating User
-
Урок 48.
00:12:02
Updating Post and Hobby
-
Урок 49.
00:05:19
Removing a User
-
Урок 50.
00:06:17
Remove Operation - Final
-
Урок 51.
00:02:08
Deploying to Remove Server - Heroku
-
Урок 52.
00:18:44
Deploying Our Node.Js App to Heroku - Complete Guide
-
Урок 53.
00:06:31
Using Prisma Playground
-
Урок 54.
00:10:50
AWS AppSync API Console - Creating an API - Introduction
-
Урок 55.
00:10:39
AWS AppSync API Console - DynamoDb and AddPost Mutation
-
Урок 56.
00:06:13
AWS AppSync API Console - Update and Delete
-
Урок 57.
00:03:59
AWS AppSync API Console - Docs and Root Types
-
Урок 58.
00:04:58
System Overview Architecture - Presentation
-
Урок 59.
00:04:33
AWS AppSync API Console - Resolvers Overview
-
Урок 60.
00:03:22
Final Thoughts on AWS AppSync API Console
-
Урок 61.
00:06:54
Creating Our React App
-
Урок 62.
00:08:57
Setting Up Our API with Amplify Init
-
Урок 63.
00:10:34
Creating Amplify CLI and Creating Backend API
-
Урок 64.
00:04:13
Adding Amplify Modules and Configuring our Frontend App
-
Урок 65.
00:10:55
Logging Data From AppSync
-
Урок 66.
00:10:38
Showing Posts on Our Page ( User Interface )
-
Урок 67.
00:08:55
Finalizing Our Post User Interface
-
Урок 68.
00:09:36
App Form
-
Урок 69.
00:11:04
Sending Posts to Backend AWS DynamoDb
-
Урок 70.
00:10:44
Adding onCreate Subscription and Refreshing UI with Posts Automatically
-
Урок 71.
00:07:13
Adding Auth Module to Our App
-
Урок 72.
00:03:13
Amazong Cognito - User Pool
-
Урок 73.
00:06:42
Creating New Users and Login With Auth
-
Урок 74.
00:09:11
Deleting Posts Using onDeleteListener Subscription
-
Урок 75.
00:10:15
Updating a Post - Part 1
-
Урок 76.
00:05:50
Updating Post Without Subscription - Part 2
-
Урок 77.
00:05:13
Update Post With Subscription
-
Урок 78.
00:10:17
Create Post Comments - Introduction
-
Урок 79.
00:11:10
Setting Up Comment Post to be Shown
-
Урок 80.
00:07:51
Updating the ListPost Query and Showing Comments
-
Урок 81.
00:06:09
FIX - Expired API and How to Fix it
-
Урок 82.
00:10:36
Setup Like Post Logic
-
Урок 83.
00:06:30
Liking and Showing the Like
-
Урок 84.
00:06:25
Monitoring Who Can Like, Delete and Edit a Post
-
Урок 85.
00:09:46
Showing Users Who Liked a Post - Part 1
-
Урок 86.
00:12:24
Showing Users Who Liked a Post in a Popup Window
-
Урок 87.
00:03:19
Testing the Like Feature in Our App
-
Урок 88.
00:06:51
Publishing Our App to S3 Bucket
-
Урок 89.
00:01:48
Next Steps
-
Урок 90.
00:01:33
THANK YOU!