TorBT - Torrents and Magnet Links Search Engine

GetFreeCourses.Co-Udemy-gRPC [Node.js] MasterClass Build Modern API & Microservices

File Name
Size
01 - gRPC Course Overview/001 gRPC Introduction.mp4
25 MB
01 - gRPC Course Overview/001 gRPC Introduction_en.vtt
12 kB
01 - gRPC Course Overview/002 Course Objective.mp4
4.0 MB
01 - gRPC Course Overview/002 Course Objective_en.vtt
4.1 kB
01 - gRPC Course Overview/003 About your instructor.mp4
49 MB
01 - gRPC Course Overview/003 About your instructor_en.vtt
3.5 kB
01 - gRPC Course Overview/004 Important Message.mp4
989 kB
01 - gRPC Course Overview/004 Important Message_en.vtt
865 B
02 - Code Download/001 Code Download.html
361 B
03 - [Theory] gRPC Internals Deep Dive/001 Why this section.html
418 B
03 - [Theory] gRPC Internals Deep Dive/002 Protocol Buffers & Language Interoperability.mp4
19 MB
03 - [Theory] gRPC Internals Deep Dive/002 Protocol Buffers & Language Interoperability_en.vtt
12 kB
03 - [Theory] gRPC Internals Deep Dive/003 HTTP2.mp4
26 MB
03 - [Theory] gRPC Internals Deep Dive/003 HTTP2_en.vtt
12 kB
03 - [Theory] gRPC Internals Deep Dive/004 4 Types of gRPC APIs.mp4
7.4 MB
03 - [Theory] gRPC Internals Deep Dive/004 4 Types of gRPC APIs_en.vtt
6.3 kB
03 - [Theory] gRPC Internals Deep Dive/005 Scalability in gRPC.mp4
2.8 MB
03 - [Theory] gRPC Internals Deep Dive/005 Scalability in gRPC_en.vtt
2.3 kB
03 - [Theory] gRPC Internals Deep Dive/006 Security in gRPC (SSL).mp4
2.0 MB
03 - [Theory] gRPC Internals Deep Dive/006 Security in gRPC (SSL)_en.vtt
1.7 kB
03 - [Theory] gRPC Internals Deep Dive/007 gRPC vs REST.mp4
9.3 MB
03 - [Theory] gRPC Internals Deep Dive/007 gRPC vs REST_en.vtt
6.5 kB
03 - [Theory] gRPC Internals Deep Dive/008 Section Summary - why use gRPC.mp4
1.1 MB
03 - [Theory] gRPC Internals Deep Dive/008 Section Summary - why use gRPC_en.vtt
1018 B
04 - [Hands-On] gRPC Project Overview & Setup/001 Install Node.js and VS Code IDE.mp4
4.6 MB
04 - [Hands-On] gRPC Project Overview & Setup/001 Install Node.js and VS Code IDE_en.vtt
2.3 kB
04 - [Hands-On] gRPC Project Overview & Setup/002 Command to Generate code in Protocol Buffers.html
338 B
04 - [Hands-On] gRPC Project Overview & Setup/003 Setup gRPC Node.js Project - Create Service and Code Generation.mp4
37 MB
04 - [Hands-On] gRPC Project Overview & Setup/003 Setup gRPC Node.js Project - Create Service and Code Generation_en.vtt
10 kB
04 - [Hands-On] gRPC Project Overview & Setup/004 Server Setup and Running It.mp4
9.7 MB
04 - [Hands-On] gRPC Project Overview & Setup/004 Server Setup and Running It_en.vtt
5.3 kB
04 - [Hands-On] gRPC Project Overview & Setup/005 Client Setup - Boilerplate Code.mp4
29 MB
04 - [Hands-On] gRPC Project Overview & Setup/005 Client Setup - Boilerplate Code_en.vtt
6.7 kB
05 - [Hands-On] gRPC Unary/001 What's an Unary API.mp4
2.4 MB
05 - [Hands-On] gRPC Unary/001 What's an Unary API_en.vtt
2.0 kB
05 - [Hands-On] gRPC Unary/002 Greet API Definition.mp4
35 MB
05 - [Hands-On] gRPC Unary/002 Greet API Definition_en.vtt
7.5 kB
05 - [Hands-On] gRPC Unary/003 Unary API Server Implementation.mp4
48 MB
05 - [Hands-On] gRPC Unary/003 Unary API Server Implementation_en.vtt
10 kB
05 - [Hands-On] gRPC Unary/004 Unary API Client Implementation.mp4
54 MB
05 - [Hands-On] gRPC Unary/004 Unary API Client Implementation_en.vtt
12 kB
05 - [Hands-On] gRPC Unary/005 Side Note - Install nodemon.mp4
5.1 MB
05 - [Hands-On] gRPC Unary/005 Side Note - Install nodemon_en.vtt
2.7 kB
05 - [Hands-On] gRPC Unary/006 [Exercise] Sum API.html
703 B
05 - [Hands-On] gRPC Unary/007 [Solution] Sum API.mp4
31 MB
05 - [Hands-On] gRPC Unary/007 [Solution] Sum API_en.vtt
12 kB
05 - [Hands-On] gRPC Unary/GetFreeCourses.Co.url
116 B
05 - [Hands-On] gRPC Unary/How you can help GetFreeCourses.Co.txt
182 B
06 - [OPTIONAL] Statically & Dynamically Code Generation/001 Statically or Dynamically Code Generation gRPC Node.JS.mp4
44 MB
06 - [OPTIONAL] Statically & Dynamically Code Generation/001 Statically or Dynamically Code Generation gRPC Node.JS_en.vtt
12 kB
06 - [OPTIONAL] Statically & Dynamically Code Generation/002 Dynamically Code Generation Implementation.mp4
66 MB
06 - [OPTIONAL] Statically & Dynamically Code Generation/002 Dynamically Code Generation Implementation_en.vtt
12 kB
07 - [Hands-On] gRPC Server Streaming/001 What's a Server Streaming API.mp4
4.6 MB
07 - [Hands-On] gRPC Server Streaming/001 What's a Server Streaming API_en.vtt
3.3 kB
07 - [Hands-On] gRPC Server Streaming/002 GreetManyTimes API Definition.mp4
11 MB
07 - [Hands-On] gRPC Server Streaming/002 GreetManyTimes API Definition_en.vtt
4.2 kB
07 - [Hands-On] gRPC Server Streaming/003 Server Streaming API Server Implementation.mp4
36 MB
07 - [Hands-On] gRPC Server Streaming/003 Server Streaming API Server Implementation_en.vtt
9.2 kB
07 - [Hands-On] gRPC Server Streaming/004 Server Streaming API Client Implementation.mp4
68 MB
07 - [Hands-On] gRPC Server Streaming/004 Server Streaming API Client Implementation_en.vtt
12 kB
07 - [Hands-On] gRPC Server Streaming/005 [Exercise] PrimeNumberDecomposition API.html
1.2 kB
07 - [Hands-On] gRPC Server Streaming/006 [Solution] PrimeNumberDecomposition API.mp4
72 MB
07 - [Hands-On] gRPC Server Streaming/006 [Solution] PrimeNumberDecomposition API_en.vtt
16 kB
08 - [Hands-On] gRPC Client Streaming/001 What's a Client Streaming API.mp4
3.3 MB
08 - [Hands-On] gRPC Client Streaming/001 What's a Client Streaming API_en.vtt
2.8 kB
08 - [Hands-On] gRPC Client Streaming/002 LongGreet API Definition.mp4
18 MB
08 - [Hands-On] gRPC Client Streaming/002 LongGreet API Definition_en.vtt
3.2 kB
08 - [Hands-On] gRPC Client Streaming/003 Client Streaming API Server Implementation.mp4
12 MB
08 - [Hands-On] gRPC Client Streaming/003 Client Streaming API Server Implementation_en.vtt
4.7 kB
08 - [Hands-On] gRPC Client Streaming/004 Client Streaming API Client Implementation.mp4
16 MB
08 - [Hands-On] gRPC Client Streaming/004 Client Streaming API Client Implementation_en.vtt
5.7 kB
08 - [Hands-On] gRPC Client Streaming/005 Client Streaming API Client Implementation - Part 2.mp4
24 MB
08 - [Hands-On] gRPC Client Streaming/005 Client Streaming API Client Implementation - Part 2_en.vtt
7.5 kB
08 - [Hands-On] gRPC Client Streaming/006 [Exercise] ComputeAverage API.html
816 B
08 - [Hands-On] gRPC Client Streaming/007 [Solution] ComputeAverage API.mp4
79 MB
08 - [Hands-On] gRPC Client Streaming/007 [Solution] ComputeAverage API_en.vtt
16 kB
08 - [Hands-On] gRPC Client Streaming/GetFreeCourses.Co.url
116 B
08 - [Hands-On] gRPC Client Streaming/How you can help GetFreeCourses.Co.txt
182 B
09 - [Hands-On] gRPC Bi-Directional Streaming/001 What's a Bi-Directional Streaming API.mp4
6.1 MB
09 - [Hands-On] gRPC Bi-Directional Streaming/001 What's a Bi-Directional Streaming API_en.vtt
2.3 kB
09 - [Hands-On] gRPC Bi-Directional Streaming/002 GreetEveryone API Definition.mp4
12 MB
09 - [Hands-On] gRPC Bi-Directional Streaming/002 GreetEveryone API Definition_en.vtt
3.5 kB
09 - [Hands-On] gRPC Bi-Directional Streaming/003 Bi-Directional Streaming API Server Implementation.mp4
43 MB
09 - [Hands-On] gRPC Bi-Directional Streaming/003 Bi-Directional Streaming API Server Implementation_en.vtt
7.0 kB
09 - [Hands-On] gRPC Bi-Directional Streaming/004 Bi-Directional Streaming API Client Implementation.mp4
29 MB
09 - [Hands-On] gRPC Bi-Directional Streaming/004 Bi-Directional Streaming API Client Implementation_en.vtt
12 kB
09 - [Hands-On] gRPC Bi-Directional Streaming/005 [Exercise] FindMaximum API.html
823 B
09 - [Hands-On] gRPC Bi-Directional Streaming/006 [Solution] FindMaximum API.mp4
56 MB
09 - [Hands-On] gRPC Bi-Directional Streaming/006 [Solution] FindMaximum API_en.vtt
17 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/001 [Theory] Errors in gRPC.mp4
11 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/001 [Theory] Errors in gRPC_en.vtt
5.1 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/002 [Hands-On] Errors implementation.mp4
64 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/002 [Hands-On] Errors implementation_en.vtt
13 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/003 [Theory] Deadlines.mp4
3.7 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/003 [Theory] Deadlines_en.vtt
3.3 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/004 [Hands-On] Deadlines.mp4
27 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/004 [Hands-On] Deadlines_en.vtt
5.9 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/005 [Theory] SSL Security.mp4
9.6 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/005 [Theory] SSL Security_en.vtt
7.7 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/006 Helpful gRPC SSL Node JS Resources.html
1.0 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/007 [Hands-On] SSL Security.mp4
110 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/007 [Hands-On] SSL Security_en.vtt
18 kB
10 - [Hands-On] gRPC Advanced Features Deep Dive/008 [Demo] Language Interoperability.mp4
54 MB
10 - [Hands-On] gRPC Advanced Features Deep Dive/008 [Demo] Language Interoperability_en.vtt
7.7 kB
11 - [Hands-On] CRUD API with Postgres/001 Install Postgres.mp4
7.6 MB
11 - [Hands-On] CRUD API with Postgres/001 Install Postgres_en.vtt
2.3 kB
11 - [Hands-On] CRUD API with Postgres/002 Install Postico & Setup DB Connection.mp4
3.7 MB
11 - [Hands-On] CRUD API with Postgres/002 Install Postico & Setup DB Connection_en.vtt
3.6 kB
11 - [Hands-On] CRUD API with Postgres/003 Setup Postgres Modules and Adding Data to DB.mp4
49 MB
11 - [Hands-On] CRUD API with Postgres/003 Setup Postgres Modules and Adding Data to DB_en.vtt
11 kB
11 - [Hands-On] CRUD API with Postgres/004 Creating Blog Protos and Code Generation.mp4
28 MB
11 - [Hands-On] CRUD API with Postgres/004 Creating Blog Protos and Code Generation_en.vtt
5.5 kB
11 - [Hands-On] CRUD API with Postgres/005 ListBlog Server.mp4
37 MB
11 - [Hands-On] CRUD API with Postgres/005 ListBlog Server_en.vtt
5.8 kB
11 - [Hands-On] CRUD API with Postgres/006 ListBlog Client.mp4
35 MB
11 - [Hands-On] CRUD API with Postgres/006 ListBlog Client_en.vtt
4.3 kB
11 - [Hands-On] CRUD API with Postgres/007 CreateBlog Server.mp4
35 MB
11 - [Hands-On] CRUD API with Postgres/007 CreateBlog Server_en.vtt
4.8 kB
11 - [Hands-On] CRUD API with Postgres/008 CreateBlog Client.mp4
28 MB
11 - [Hands-On] CRUD API with Postgres/008 CreateBlog Client_en.vtt
4.1 kB
11 - [Hands-On] CRUD API with Postgres/009 ReadBlog Server.mp4
42 MB
11 - [Hands-On] CRUD API with Postgres/009 ReadBlog Server_en.vtt
5.3 kB
11 - [Hands-On] CRUD API with Postgres/010 ReadBlog Client.mp4
26 MB
11 - [Hands-On] CRUD API with Postgres/010 ReadBlog Client_en.vtt
3.1 kB
11 - [Hands-On] CRUD API with Postgres/011 UpdateBlog Server.mp4
35 MB
11 - [Hands-On] CRUD API with Postgres/011 UpdateBlog Server_en.vtt
5.0 kB
11 - [Hands-On] CRUD API with Postgres/012 UpdateBlog Client.mp4
47 MB
11 - [Hands-On] CRUD API with Postgres/012 UpdateBlog Client_en.vtt
8.2 kB
11 - [Hands-On] CRUD API with Postgres/013 DeleteBlog Server.mp4
27 MB
11 - [Hands-On] CRUD API with Postgres/013 DeleteBlog Server_en.vtt
3.8 kB
11 - [Hands-On] CRUD API with Postgres/014 DeleteBlog Client.mp4
35 MB
11 - [Hands-On] CRUD API with Postgres/014 DeleteBlog Client_en.vtt
5.2 kB
11 - [Hands-On] CRUD API with Postgres/015 gRPC Reflection & Evans CLI.mp4
82 MB
11 - [Hands-On] CRUD API with Postgres/015 gRPC Reflection & Evans CLI_en.vtt
15 kB
12 - Next Steps/001 gRPC Services in the Real Word.mp4
16 MB
12 - Next Steps/001 gRPC Services in the Real Word_en.vtt
5.5 kB
12 - Next Steps/002 Congrats & Next Steps.mp4
1.6 MB
12 - Next Steps/002 Congrats & Next Steps_en.vtt
1.8 kB
12 - Next Steps/003 THANK YOU!.mp4
26 MB
12 - Next Steps/003 THANK YOU!_en.vtt
2.4 kB
12 - Next Steps/004 Bonus Lecture Special discounts for our other courses.html
6.4 kB
Download Paid Udemy Courses For Free.url
116 B
GetFreeCourses.Co.url
116 B
How you can help GetFreeCourses.Co.txt
182 B