1. Урок 1.00:08:18
    gRPC Introduction
  2. Урок 2.00:02:48
    Course Objective
  3. Урок 3.00:02:21
    About your instructor
  4. Урок 4.00:00:34
    Important Message
  5. Урок 5.00:08:41
    Protocol Buffers & Language Interoperability
  6. Урок 6.00:08:47
    HTTP/2
  7. Урок 7.00:04:37
    4 Types of gRPC APIs
  8. Урок 8.00:01:39
    Scalability in gRPC
  9. Урок 9.00:01:13
    Security in gRPC (SSL)
  10. Урок 10.00:05:11
    gRPC vs REST
  11. Урок 11.00:00:45
    Section Summary - why use gRPC
  12. Урок 12.00:01:31
    Install Node.js and VS Code IDE
  13. Урок 13.00:07:21
    Setup gRPC Node.js Project - Create Service and Code Generation
  14. Урок 14.00:03:59
    Server Setup and Running It
  15. Урок 15.00:05:00
    Client Setup - Boilerplate Code
  16. Урок 16.00:01:33
    What's an Unary API?
  17. Урок 17.00:05:30
    Greet API Definition
  18. Урок 18.00:07:18
    Unary API Server Implementation
  19. Урок 19.00:09:34
    Unary API Client Implementation
  20. Урок 20.00:02:15
    Side Note - Install nodemon
  21. Урок 21.00:10:00
    [Solution] Sum API
  22. Урок 22.00:09:15
    Statically or Dynamically Code Generation gRPC Node.JS
  23. Урок 23.00:09:47
    Dynamically Code Generation Implementation
  24. Урок 24.00:02:27
    What's a Server Streaming API?
  25. Урок 25.00:03:28
    GreetManyTimes API Definition
  26. Урок 26.00:07:08
    Server Streaming API Server Implementation
  27. Урок 27.00:09:41
    Server Streaming API Client Implementation
  28. Урок 28.00:13:33
    [Solution] PrimeNumberDecomposition API
  29. Урок 29.00:01:54
    What's a Client Streaming API?
  30. Урок 30.00:02:38
    LongGreet API Definition
  31. Урок 31.00:03:59
    Client Streaming API Server Implementation
  32. Урок 32.00:05:08
    Client Streaming API Client Implementation
  33. Урок 33.00:06:09
    Client Streaming API Client Implementation - Part 2
  34. Урок 34.00:14:01
    [Solution] ComputeAverage API
  35. Урок 35.00:01:40
    What's a Bi-Directional Streaming API?
  36. Урок 36.00:03:03
    GreetEveryone API Definition
  37. Урок 37.00:06:01
    Bi-Directional Streaming API Server Implementation
  38. Урок 38.00:09:11
    Bi-Directional Streaming API Client Implementation
  39. Урок 39.00:14:32
    [Solution] FindMaximum API
  40. Урок 40.00:03:37
    [Theory] Errors in gRPC
  41. Урок 41.00:11:21
    [Hands-On] Errors implementation
  42. Урок 42.00:02:19
    [Theory] Deadlines
  43. Урок 43.00:04:40
    [Hands-On] Deadlines
  44. Урок 44.00:05:39
    [Theory] SSL Security
  45. Урок 45.00:14:16
    [Hands-On] SSL Security
  46. Урок 46.00:05:40
    [Demo] Language Interoperability
  47. Урок 47.00:01:35
    Install Postgres
  48. Урок 48.00:02:21
    Install Postico & Setup DB Connection
  49. Урок 49.00:08:22
    Setup Postgres Modules and Adding Data to DB
  50. Урок 50.00:04:44
    Creating Blog Protos and Code Generation
  51. Урок 51.00:04:43
    ListBlog Server
  52. Урок 52.00:03:53
    ListBlog Client
  53. Урок 53.00:04:51
    CreateBlog Server
  54. Урок 54.00:04:21
    CreateBlog Client
  55. Урок 55.00:05:07
    ReadBlog Server
  56. Урок 56.00:03:01
    ReadBlog Client
  57. Урок 57.00:05:40
    UpdateBlog Server
  58. Урок 58.00:07:12
    UpdateBlog Client
  59. Урок 59.00:04:26
    DeleteBlog Server
  60. Урок 60.00:05:21
    DeleteBlog Client
  61. Урок 61.00:12:12
    gRPC Reflection & Evans CLI
  62. Урок 62.00:04:01
    gRPC Services in the Real Word
  63. Урок 63.00:01:10
    Congrats & Next Steps
  64. Урок 64.00:01:33
    THANK YOU!