Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай gRPC [Golang] Master Class: Build Modern API & Microservices, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:13
    gRPC Introduction
  • Урок 2. 00:02:00
    Course Objective
  • Урок 3. 00:00:54
    About your instructor
  • Урок 4. 00:00:39
    Important Message
  • Урок 5. 00:04:02
    Protocol Buffers & Language Interoperability
  • Урок 6. 00:05:16
    HTTP/2
  • Урок 7. 00:02:23
    4 Types of gRPC APIs
  • Урок 8. 00:01:00
    Scalability in gRPC
  • Урок 9. 00:01:12
    Security in gRPC (SSL)
  • Урок 10. 00:02:21
    gRPC vs REST
  • Урок 11. 00:01:04
    Section Summary - why use gRPC
  • Урок 12. 00:03:41
    Project Setup (Golang + VSCode + Protoc)
  • Урок 13. 00:07:56
    Go Dependencies Setup
  • Урок 14. 00:02:10
    Makefile
  • Урок 15. 00:06:31
    Server Setup Boilerplate Code
  • Урок 16. 00:03:14
    Client Setup Boilerplate Code
  • Урок 17. 00:03:57
    Unary API Server Implementation
  • Урок 18. 00:04:08
    Unary API Client Implementation
  • Урок 19. 00:08:38
    [Solution] Sum API
  • Урок 20. 00:04:24
    Server Streaming API Server Implementation
  • Урок 21. 00:04:04
    Server Streaming API Client Implementation
  • Урок 22. 00:09:49
    [Solution] Primes API
  • Урок 23. 00:04:19
    Client Streaming API Server Implementation
  • Урок 24. 00:05:43
    Client Streaming API Client Implementation
  • Урок 25. 00:09:38
    [Solution] Avg API
  • Урок 26. 00:03:50
    Bi-Directional Streaming API Server Implementation
  • Урок 27. 00:06:25
    Bi-Directional Streaming API Client Implementation
  • Урок 28. 00:10:35
    [Solution] Max API
  • Урок 29. 00:10:46
    [Hands-On] Errors implementation
  • Урок 30. 00:10:39
    [Hands-On] Deadlines
  • Урок 31. 00:08:20
    [Hands-On] SSL Security
  • Урок 32. 00:05:23
    gRPC Reflection & Evans CLI
  • Урок 33. 00:02:16
    Install Docker
  • Урок 34. 00:03:17
    Docker-Compose setup
  • Урок 35. 00:09:05
    Blog Service Golang Setup
  • Урок 36. 00:08:24
    CreateBlog Server
  • Урок 37. 00:05:15
    CreateBlog Client
  • Урок 38. 00:04:10
    ReadBlog Server
  • Урок 39. 00:03:46
    ReadBlog Client
  • Урок 40. 00:04:53
    UpdateBlog Server
  • Урок 41. 00:05:09
    UpdateBlog Client
  • Урок 42. 00:04:28
    ListBlog Server
  • Урок 43. 00:03:24
    ListBlog Client
  • Урок 44. 00:03:41
    DeleteBlog Server
  • Урок 45. 00:03:24
    DeleteBlog Client
  • Урок 46. 00:02:13
    gRPC in real life
  • Урок 47. 00:02:51
    Congrats & Next Steps