TorBT - Torrents and Magnet Links Search Engine

udemy.com - The Modern GraphQL Bootcamp (Advanced Node.js) [2018]

File Name
Size
01 Course Overview/01-01 Welcome to the Class.mkv
8.7 MB
01 Course Overview/01-02 Grab the PDF Guide.mkv
1.8 MB
01 Course Overview/01-03 Why GraphQL.mkv
7.7 MB
01 Course Overview/01-04 Installing Node.js and VSC.mkv
2.4 MB
02 GraphQL Basics. Schemas and Queries/02-01 Section Intro. GraphQL Basics. Schemas and Queries.mkv
1006 kB
02 GraphQL Basics. Schemas and Queries/02-02 What is a Graph.mkv
3.6 MB
02 GraphQL Basics. Schemas and Queries/02-03 GraphQL Queries.mkv
7.7 MB
02 GraphQL Basics. Schemas and Queries/02-04 Nested GraphQL Queries.mkv
7.7 MB
02 GraphQL Basics. Schemas and Queries/02-05 Setting up Babel.mkv
7.8 MB
02 GraphQL Basics. Schemas and Queries/02-06 ES6 Import and Export.mkv
12 MB
02 GraphQL Basics. Schemas and Queries/02-07 Creating Your Own GraphQL API.mkv
14 MB
02 GraphQL Basics. Schemas and Queries/02-08 GraphQL Scalar Types.mkv
9.5 MB
02 GraphQL Basics. Schemas and Queries/02-09 Live Reload for GraphQL-Yoga.mkv
3.5 MB
02 GraphQL Basics. Schemas and Queries/02-10 Creating Custom Types.mkv
10 MB
02 GraphQL Basics. Schemas and Queries/02-11 Operation Arguments.mkv
10 MB
02 GraphQL Basics. Schemas and Queries/02-12 Working with Arrays-1.mkv
7.8 MB
02 GraphQL Basics. Schemas and Queries/02-13 Working with Arrays-2.mkv
16 MB
02 GraphQL Basics. Schemas and Queries/02-14 Relational Data. Basics.mkv
11 MB
02 GraphQL Basics. Schemas and Queries/02-15 Relational Data. Arrays.mkv
4.9 MB
02 GraphQL Basics. Schemas and Queries/02-16 Comment Challenge-1.mkv
4.9 MB
02 GraphQL Basics. Schemas and Queries/02-17 Comment Challenge-2.mkv
7.7 MB
02 GraphQL Basics. Schemas and Queries/02-18 Comment Challenge-3.mkv
11 MB
03 GraphQL Basics. Mutations/03-01 Section Intro. GraphQL Basics. Mutations.mkv
1.1 MB
03 GraphQL Basics. Mutations/03-02 Creating Data with Mutations-1.mkv
14 MB
03 GraphQL Basics. Mutations/03-03 Creating Data with Mutations-2.mkv
16 MB
03 GraphQL Basics. Mutations/03-04 The Object Spread Operator with Node.js.mkv
5.6 MB
03 GraphQL Basics. Mutations/03-05 The Input Type.mkv
11 MB
03 GraphQL Basics. Mutations/03-06 Deleting Data with Mutations-1.mkv
14 MB
03 GraphQL Basics. Mutations/03-07 Deleting Data with Mutations-2.mkv
12 MB
03 GraphQL Basics. Mutations/03-08 A Pro GraphQL Project Structure-1.mkv
17 MB
03 GraphQL Basics. Mutations/03-09 A Pro GraphQL Project Structure-2.mkv
8.4 MB
03 GraphQL Basics. Mutations/03-10 Updating Data with Mutations-1.mkv
9.6 MB
03 GraphQL Basics. Mutations/03-11 Updating Data with Mutations-2.mkv
14 MB
04 GraphQL Basics. Subscriptions/04-01 Section Intro. GraphQL Basics. Subscriptions.mkv
2.2 MB
04 GraphQL Basics. Subscriptions/04-02 GraphQL Subscription Basics.mkv
12 MB
04 GraphQL Basics. Subscriptions/04-03 Setting up a Comments Subscription.mkv
7.7 MB
04 GraphQL Basics. Subscriptions/04-04 Setting up a Posts Subscription.mkv
6.2 MB
04 GraphQL Basics. Subscriptions/04-05 Expanding the Posts Subscription for Edits and Deletions.mkv
16 MB
04 GraphQL Basics. Subscriptions/04-06 Expanding the Comments Subscription for Edits and Deletions.mkv
8.1 MB
04 GraphQL Basics. Subscriptions/04-07 Enums.mkv
6.8 MB
05 Database Storage with Prisma/05-01 Section Intro. Database Storage with Prisma.mkv
2.1 MB
05 Database Storage with Prisma/05-02 What is Prisma.mkv
5.0 MB
05 Database Storage with Prisma/05-03 Prisma Mac Setup.mkv
11 MB
05 Database Storage with Prisma/05-04 Prisma Windows Setup.mkv
13 MB
05 Database Storage with Prisma/05-05 Prisma Ubuntu Setup.mkv
18 MB
05 Database Storage with Prisma/05-06 Prisma 101.mkv
14 MB
05 Database Storage with Prisma/05-07 Exploring the Prisma GraphQL API.mkv
9.1 MB
05 Database Storage with Prisma/05-08 Add Post type to Prisma.mkv
13 MB
05 Database Storage with Prisma/05-09 Adding Comment Type to Prisma.mkv
8.6 MB
05 Database Storage with Prisma/05-10 Integrating Prisma into a Node.js Project.mkv
14 MB
05 Database Storage with Prisma/05-11 Using Prisma Bindings.mkv
10 MB
05 Database Storage with Prisma/05-12 Mutations with Prisma Bindings.mkv
13 MB
05 Database Storage with Prisma/05-13 Using Async and Await with Prisma Bindings.mkv
15 MB
05 Database Storage with Prisma/05-14 Checking If Data Exists Using Prisma Bindings.mkv
13 MB
05 Database Storage with Prisma/05-15 Customizing Type Relationships.mkv
10 MB
05 Database Storage with Prisma/05-16 Modeling a Review System with Prisma. Set Up.mkv
7.5 MB
05 Database Storage with Prisma/05-17 Modeling a Review System with Prisma. Solution.mkv
12 MB
06 Authentication with GraphQL/06-01 Section Intro. Authentication with GraphQL.mkv
2.0 MB
06 Authentication with GraphQL/06-02 Adding Prisma into GraphQL Queries.mkv
13 MB
06 Authentication with GraphQL/06-03 Integrating Operation Arguments.mkv
12 MB
06 Authentication with GraphQL/06-04 Refactoring Custom Type Resolvers.mkv
7.4 MB
06 Authentication with GraphQL/06-05 Adding Prisma into GraphQL Mutations.mkv
12 MB
06 Authentication with GraphQL/06-06 Adding Prisma into GraphQL Update Mutations-1.mkv
12 MB
06 Authentication with GraphQL/06-07 Adding Prisma into GraphQL Update Mutations-2.mkv
15 MB
06 Authentication with GraphQL/06-08 Adding Prisma into GraphQL Subscriptions.mkv
16 MB
06 Authentication with GraphQL/06-09 Closing Prisma to the Outside World.mkv
6.0 MB
06 Authentication with GraphQL/06-10 Allowing for Generated Schemas.mkv
6.6 MB
06 Authentication with GraphQL/06-11 Storing Passwords.mkv
9.8 MB
06 Authentication with GraphQL/06-12 Creating Auth Tokens with JSON Web Tokens.mkv
18 MB
06 Authentication with GraphQL/06-13 Logging in Existing Users.mkv
15 MB
06 Authentication with GraphQL/06-14 Validating Auth Tokens.mkv
14 MB
06 Authentication with GraphQL/06-15 Locking Down Mutations (Users).mkv
12 MB
06 Authentication with GraphQL/06-16 Locking Down Mutations (Posts and Comments).mkv
14 MB
06 Authentication with GraphQL/06-17 Locking Down Queries-1.mkv
16 MB
06 Authentication with GraphQL/06-18 Locking Down Queries-2.mkv
8.0 MB
06 Authentication with GraphQL/06-19 Locking Down Individual Type Fields.mkv
9.3 MB
06 Authentication with GraphQL/06-20 Fragments.mkv
15 MB
06 Authentication with GraphQL/06-21 Cleaning up Some Edge Cases.mkv
9.6 MB
06 Authentication with GraphQL/06-22 Locking Down Subscriptions.mkv
8.5 MB
06 Authentication with GraphQL/06-23 Token Expiration.mkv
10 MB
06 Authentication with GraphQL/06-24 Password Updates.mkv
7.2 MB
07 Pagination and Sorting with GraphQL/07-01 Section Intro. Pagination and Sorting with GraphQL.mkv
2.6 MB
07 Pagination and Sorting with GraphQL/07-02 Pagination.mkv
8.4 MB
07 Pagination and Sorting with GraphQL/07-03 Pagination Using Cursors.mkv
7.7 MB
07 Pagination and Sorting with GraphQL/07-04 Working with createdAt and updatedAt.mkv
8.6 MB
07 Pagination and Sorting with GraphQL/07-05 Sorting Data.mkv
14 MB
08 Production Deployment/08-01 Section Intro. Production Deployment.mkv
1.5 MB
08 Production Deployment/08-02 Creating a Prisma Service.mkv
11 MB
08 Production Deployment/08-03 Prisma Configuration and Deployment.mkv
8.7 MB
08 Production Deployment/08-04 Exploring the Production Prisma Instance.mkv
4.5 MB
08 Production Deployment/08-05 Node.js Production App Deployment-1.mkv
12 MB
08 Production Deployment/08-06 Node.js Production App Deployment-2.mkv
16 MB
08 Production Deployment/08-07 Node.js Production Environment Variables.mkv
14 MB
09 Apollo Client and Testing GraphQL/09-01 Section Intro. Apollo Client and Testing GraphQL.mkv
1.7 MB
09 Apollo Client and Testing GraphQL/09-02 Setting up a Test Environment.mkv
2.9 MB
09 Apollo Client and Testing GraphQL/09-03 Installing and Exploring Jest.mkv
9.1 MB
09 Apollo Client and Testing GraphQL/09-04 Testing and Assertions.mkv
17 MB
09 Apollo Client and Testing GraphQL/09-05 Apollo Client in the Browser-1.mkv
5.5 MB
09 Apollo Client and Testing GraphQL/09-06 Apollo Client in the Browser-2.mkv
13 MB
09 Apollo Client and Testing GraphQL/09-07 Configuring Jest to Start the GraphQL Server.mkv
13 MB
09 Apollo Client and Testing GraphQL/09-08 Testing Mutations.mkv
12 MB
09 Apollo Client and Testing GraphQL/09-09 Seeding the Database with Test Data.mkv
10 MB
09 Apollo Client and Testing GraphQL/09-10 Testing Queries.mkv
7.7 MB
09 Apollo Client and Testing GraphQL/09-11 Expecting GraphQL Operations to Fail.mkv
11 MB
09 Apollo Client and Testing GraphQL/09-12 Supporting Multiple Test Suites and Authentication.mkv
12 MB
09 Apollo Client and Testing GraphQL/09-13 Testing with Authentication-1.mkv
16 MB
09 Apollo Client and Testing GraphQL/09-14 Testing with Authentication-2.mkv
17 MB
09 Apollo Client and Testing GraphQL/09-15 GraphQL Variables-1.mkv
16 MB
09 Apollo Client and Testing GraphQL/09-16 GraphQL Variables-2.mkv
9.4 MB
09 Apollo Client and Testing GraphQL/09-17 Testing Comments.mkv
18 MB
09 Apollo Client and Testing GraphQL/09-18 Testing Subscriptions.mkv
20 MB
09 Apollo Client and Testing GraphQL/09-19 Test Case Ideas.mkv
2.6 MB
10 Creating a Boilerplate Project/10-01 Section Intro. Creating a Boilerplate Project.mkv
2.3 MB
10 Creating a Boilerplate Project/10-02 Creating a Boilerplate Project.mkv
15 MB
10 Creating a Boilerplate Project/10-03 Using the Boilerplate Project.mkv
7.6 MB
11 Wrapping Up/11-01 Section Intro. Wrapping Up.mkv
1.5 MB
11 Wrapping Up/11-02 A New App Idea.mkv
3.3 MB
11 Wrapping Up/11-03 Bonus. Where Do I Go from Here.mkv
2.4 MB
Files.7z
9.5 MB