FileMood

Download UD3

UD3

Name

UD3

 DOWNLOAD Copy Link

Total Size

5.0 GB

Total Files

98

Hash

C77789EA3A171C186E42C7347CFC9463E0EA6931

/01 Introduction/

001 Instructors Introductions.mp4

8.9 MB

002 What Youll Build in This Course - Blop App Demo.mp4

63.7 MB

003 What Youll Learn in This Course.mp4

11.9 MB

004 Course Structure.mp4

11.2 MB

/02 Code Download/

005 Code Download.html

1.6 KB

external-assets-links.txt

0.1 KB

/03 Whats AWS AppSync and Amplify/

006 Whats AWS AppSync.mp4

35.1 MB

007 Whats Amplify (CLI).mp4

13.3 MB

/04 Development Environment Setup/

008 Installing Development Tools.mp4

70.8 MB

009 VSCode Basics.mp4

39.1 MB

010 Creating Your AWS Account.mp4

10.6 MB

011 Installing and Configuring AWS Amplify CLI.mp4

25.4 MB

012 Resources.html

1.7 KB

/05 (OPTIONAL) - Fundamentals of GraphQL - Create Your Own GraphQL APIs/

013 Why GraphQL - Motivation.mp4

22.4 MB

014 Who Created GraphQL and Why.mp4

13.6 MB

015 GraphQL Overview and Graph Theory.mp4

27.1 MB

016 GraphiQL Demo.mp4

39.7 MB

017 Setting Up Our First GraphQL Project - Part 1.mp4

54.2 MB

018 Importing Express and Creating the App.mp4

23.5 MB

019 Installing GraphQL Express Modules and Setup.mp4

52.8 MB

020 Creating and Understanding GraphQL Schemas.mp4

57.3 MB

021 RootQuery - Running Queries in GraphiQL.mp4

111.2 MB

022 Returning Data in the Resolver Function.mp4

75.6 MB

023 Adding a Hobby Type and RootType Field.mp4

78.2 MB

024 Finish Adding a Post Type.mp4

65.0 MB

025 Adding Relationships Between our Types.mp4

15.3 MB

026 Showing a User Related to a Post.mp4

100.4 MB

027 Showing User Related to a Hobby.mp4

45.5 MB

028 Adding the Fields Posts Query.mp4

59.5 MB

029 Adding the Hobbies Field Query.mp4

28.9 MB

030 Introduction to Mutations - Presentation.mp4

3.1 MB

031 Creating User Mutation.mp4

88.5 MB

032 Creating Post Mutation.mp4

53.2 MB

033 Create Hobby Mutation.mp4

56.7 MB

034 Adding Posts Query.mp4

55.8 MB

035 Posts and Hobbies Queries.mp4

38.5 MB

036 Scalar Types.mp4

82.4 MB

037 Scalar Types and Object Types.mp4

67.0 MB

038 Non Nullable Field Types.mp4

32.1 MB

039 Intro to Mongo DB VS RDBMS.mp4

31.5 MB

040 Creating MLab Account.mp4

44.8 MB

041 Installing Mongoose Package and Connecting to Remote Database.mp4

53.5 MB

042 Creating Mongoose Models - User.mp4

58.2 MB

043 Finalizing the Creation of Models and Requiring Them.mp4

33.0 MB

044 Saving a User.mp4

104.6 MB

045 Storing Data to Our Database - Final.mp4

65.9 MB

046 Getting a User By ID.mp4

74.3 MB

047 Post and Retrieving data - Final.mp4

120.3 MB

048 CORS and Adding NonNulls to Required Field.mp4

69.8 MB

049 Updating User.mp4

137.7 MB

050 Updating Post and Hobby.mp4

121.3 MB

051 Removing a User.mp4

51.8 MB

052 Remove Operation - Final.mp4

61.6 MB

053 Deploying to Remove Server - Heroku.mp4

9.0 MB

054 Deploying Our Node.Js App to Heroku - Complete Guide.mp4

170.8 MB

055 Using Prisma Playground.mp4

48.1 MB

056 Note on Apollo Codegen.html

1.4 KB

/06 The AppSync API Console/

057 AWS AppSync API Console - Creating an API - Introduction.mp4

75.3 MB

058 AWS AppSync API Console - DynamoDb and AddPost Mutation.mp4

71.7 MB

059 AWS AppSync API Console - Update and Delete.mp4

40.8 MB

060 AWS AppSync API Console - Docs and Root Types.mp4

25.4 MB

061 System Overview Architecture - Presentation.mp4

28.5 MB

062 AWS AppSync API Console - Resolvers Overview.mp4

36.4 MB

063 Final Thoughts on AWS AppSync API Console.mp4

23.6 MB

/07 Building A Blog App Using Amplify CLI AppSync and React JS/

064 Creating Our React App.mp4

32.6 MB

065 Setting Up Our API with Amplify Init.mp4

58.0 MB

066 Code You Need for the Next Lecture.html

1.8 KB

067 Creating Amplify CLI and Creating Backend API.mp4

71.5 MB

068 Adding Amplify Modules and Configuring our Frontend App.mp4

32.0 MB

069 Logging Data From AppSync.mp4

75.4 MB

070 Showing Posts on Our Page ( User Interface ).mp4

78.8 MB

071 Finalizing Our Post User Interface.mp4

78.1 MB

/08 Building A Blog App - Posting Data from the App/

072 App Form.mp4

67.3 MB

073 Sending Posts to Backend AWS DynamoDb.mp4

94.0 MB

074 Adding onCreate Subscription and Refreshing UI with Posts Automatically.mp4

89.6 MB

/09 AWS Amplify Auth Module/

075 Adding Auth Module to Our App.mp4

45.3 MB

076 Amazong Cognito - User Pool.mp4

25.3 MB

077 Creating New Users and Login With Auth.mp4

56.9 MB

078 Resources.html

1.3 KB

/10 Editing and Deleting Users and Posts/

079 Deleting Posts Using onDeleteListener Subscription.mp4

79.0 MB

080 Updating a Post - Part 1.mp4

71.8 MB

081 Updating Post Without Subscription - Part 2.mp4

49.5 MB

082 Update Post With Subscription.mp4

45.3 MB

083 Resources - AWS AppSync Subscriptions.html

1.1 KB

/11 Creating Comments/

084 Create Post Comments - Introduction.mp4

77.0 MB

085 Setting Up Comment Post to be Shown.mp4

92.8 MB

086 Updating the ListPost Query and Showing Comments.mp4

63.5 MB

/12 IMPORTANT - AppSync API Key Expired and How to Fix the Issue/

087 FIX - Expired API and How to Fix it.mp4

47.4 MB

/13 Adding Like to Our Posts/

088 Setup Like Post Logic.mp4

98.6 MB

089 Liking and Showing the Like.mp4

57.8 MB

090 Monitoring Who Can Like Delete and Edit a Post.mp4

57.7 MB

091 Showing Users Who Liked a Post - Part 1.mp4

81.5 MB

092 Showing Users Who Liked a Post in a Popup Window.mp4

101.1 MB

093 Testing the Like Feature in Our App.mp4

23.7 MB

094 Publishing Our App to S3 Bucket.mp4

46.4 MB

/14 Next Steps/

095 Next Steps.mp4

7.2 MB

096 THANK YOU.mp4

27.6 MB

097 Bonus Lecture Special discounts for our other courses.html

11.0 KB

 

Total files 98


Copyright © 2024 FileMood.com