Lynda - Building Java Microservices with gRPC

seeders: 1
leechers: 0
Added 5 years ago by tutsnode in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Lynda - Building Java Microservices with gRPC (Size: 474.5 MB)
  0 13.4 KB
  01 - Building gRPC microservices in Java Advanced concepts.mp4 1 MB
  01 - Building gRPC microservices in Java Advanced concepts.srt 1 KB
  01 - Define order.proto and generate stubs.mp4 18.4 MB
  01 - Define order.proto and generate stubs.srt 7.7 KB
  01 - Inter-service communication.mp4 11.8 MB
  01 - Inter-service communication.srt 8.7 KB
  01 - Microservices with gRPC.mp4 3 MB
  01 - Microservices with gRPC.srt 1 KB
  01 - Overview of order management services built in the course.mp4 9.6 MB
  01 - Overview of order management services built in the course.srt 7.1 KB
  01 - Using protocol buffers.mp4 5.4 MB
  01 - Using protocol buffers.srt 3.5 KB
  02 - Add database method to get orders.mp4 26.7 MB
  02 - Add database method to get orders.srt 10 KB
  02 - Create a maven-gRPC project.mp4 14 MB
  02 - Create a maven-gRPC project.srt 6.5 KB
  02 - Using the gRPC API Download utilities.mp4 11.8 MB
  02 - Using the gRPC API Download utilities.srt 4.6 KB
  02 - What you should know.mp4 1.4 MB
  02 - What you should know.srt 1.1 KB
  02 - gRPC framework overview.mp4 1 MB
  02 - gRPC framework overview.srt 819.2 B
  03 - Add service method to get order details.mp4 22.8 MB
  03 - Add service method to get order details.srt 9 KB
  03 - Define user.proto and generate service stubs.mp4 12.1 MB
  03 - Define user.proto and generate service stubs.srt 5.5 KB
  03 - Service definition using protobuffs.mp4 15.9 MB
  03 - Service definition using protobuffs.srt 11.1 KB
  03 - gRPC framework features.mp4 7.4 MB
  03 - gRPC framework features.srt 5.3 KB
  04 - Database code setup.mp4 14 MB
  04 - Database code setup.srt 6.1 KB
  04 - Generate stubs using protoc.mp4 13.9 MB
  04 - Generate stubs using protoc.srt 10.4 KB
  04 - Write code to host order service.mp4 13.3 MB
  04 - Write code to host order service.srt 5.5 KB
  04 - gRPC foundations.mp4 1.7 MB
  04 - gRPC foundations.srt 1.4 KB
  05 - Add database method to get user details.mp4 23.8 MB
  05 - Add database method to get user details.srt 9.6 KB
  05 - Generated classes walk-through.mp4 9.6 MB
  05 - Generated classes walk-through.srt 4.7 KB
  05 - HTTP1 problems.mp4 3.7 MB
  05 - HTTP1 problems.srt 3.4 KB
  05 - Test the order service using the client.mp4 7.7 MB
  05 - Test the order service using the client.srt 4.2 KB
  06 - How is HTTP2 better.mp4 6 MB
  06 - How is HTTP2 better.srt 4.4 KB
  06 - Implement service stub.mp4 23.2 MB
  06 - Implement service stub.srt 9.7 KB
  06 - Metadata and channels.mp4 3.6 MB
  06 - Metadata and channels.srt 3 KB
  06 - Recap to connect user and order services.mp4 3.2 MB
  06 - Recap to connect user and order services.srt 3 KB
  07 - Types of gRPC calls.mp4 5.4 MB
  07 - Types of gRPC calls.srt 6.2 KB
  07 - Understand protocol buffers.mp4 4 MB
  07 - Understand protocol buffers.srt 3.1 KB
  07 - Write a client to call order service.mp4 16.7 MB
  07 - Write a client to call order service.srt 7.9 KB
  07 - Write code to host the user service.mp4 27.6 MB
  07 - Write code to host the user service.srt 12.4 KB
  08 - Call order client from user service.mp4 27.5 MB
  08 - Call order client from user service.srt 11.7 KB
  08 - Steps to develop a gRPC service.mp4 2.2 MB
  08 - Steps to develop a gRPC service.srt 2.1 KB
  08 - Test the user service.mp4 18.1 MB
  08 - Test the user service.srt 8.9 KB
  09 - Test the full flow of order management.mp4 21.2 MB
  09 - Test the full flow of order management.srt 8.4 KB
  10 - Challenge Implement add-to-cart use case.mp4 3.1 MB
  10 - Challenge Implement add-to-cart use case.srt 2.4 KB
  Ex_Files_Java_Microservices_gRPC.zip 58 MB
  TutsNode.com.txt 102.4 B
  1 151.2 KB
  2 238.5 KB
  3 87.2 KB
  4 245.7 KB
  5 16 KB
  6 167.8 KB
  7 40.2 KB
  8 125.5 KB
  9 104.7 KB
  10 6.7 KB
  11 95 KB
  12 225.8 KB
  13 246.3 KB
  14 97 KB
  15 248 KB
  16 180.7 KB
  17 182.8 KB
  18 206.2 KB
  19 154.2 KB
  20 169.5 KB
  21 59.3 KB
  22 119 KB
  23 36.7 KB
  24 106.7 KB
  25 145.8 KB
  26 34.7 KB
  27 64.7 KB
  28 109.7 KB
  29 79.8 KB
  30 107 KB
  31 253.8 KB
  32 39 KB
  33 73.8 KB
  34 114.7 KB
  35 205.8 KB
  ▲ 110 total files

Description


Description

Given the increasing trend toward microservices architecture, more and more businesses are adopting gRPC, which helps developers build scalable microservices with a low latency and higher throughput. In this course, Ketkee Aryamane covers the fundamentals of gRPC and its key features. Ketkee starts with the basic theory behind RPC and the HTTP/2 protocol, then shows how to build two gRPC services in Java from scratch using protocol buffers, and connects those services with each other using gRPC. She also covers how to generate clients that can invoke those services. If you’re a developer looking for new ways of developing web services, following along with Ketkee as she builds microservices from scratch is a great way to learn new concepts, while also seeing these concepts put to practical use.

Last Updated 4/29/2021

Related Torrents

torrent name size uploader age seed leech
0
0
0
0
0