1. Урок 1. 00:09:38
    Why Protocol Buffers?
  2. Урок 2. 00:02:53
    How are Protocol Buffers used?
  3. Урок 3. 00:01:34
    Course Structure
  4. Урок 4. 00:00:50
    About your instructor
  5. Урок 5. 00:00:29
    Important Message
  6. Урок 6. 00:00:59
    First Message
  7. Урок 7. 00:00:38
    Defaults
  8. Урок 8. 00:04:42
    Scalar Types
  9. Урок 9. 00:02:04
    Tags
  10. Урок 10. 00:01:11
    Repeated Fields
  11. Урок 11. 00:02:19
    Enumerations (Enums)
  12. Урок 12. 00:02:34
    Comments
  13. Урок 13. 00:04:03
    Solution to Practice Exercises I
  14. Урок 14. 00:01:50
    Defining Multiple Messages in the Same File
  15. Урок 15. 00:01:55
    Nesting Messages
  16. Урок 16. 00:01:41
    Imports
  17. Урок 17. 00:01:59
    Packages
  18. Урок 18. 00:04:12
    All in One Proto File
  19. Урок 19. 00:05:38
    Nested Messages
  20. Урок 20. 00:03:37
    Imports
  21. Урок 21. 00:03:06
    Packages
  22. Урок 22. 00:02:43
    Using Protoc
  23. Урок 23. 00:06:40
    Gradle Project Setup & Code Generation
  24. Урок 24. 00:04:25
    Simple Message Creation in Java
  25. Урок 25. 00:05:21
    Creating a Complex Message in Java
  26. Урок 26. 00:04:11
    Dealing with Enums in Java
  27. Урок 27. 00:04:21
    Dealing with Maps in Java
  28. Урок 28. 00:05:14
    Dealing with OneOfs in Java
  29. Урок 29. 00:05:41
    Serializing/Deserializing (Binary)
  30. Урок 30. 00:06:53
    Serializing/Deserializing (JSON)
  31. Урок 31. 00:04:18
    Java Options
  32. Урок 32. 00:03:17
    Code generation in Golang
  33. Урок 33. 00:04:48
    Simple Proto Struct in Golang
  34. Урок 34. 00:04:34
    Complex Proto Struct in Golang
  35. Урок 35. 00:04:20
    Enum Proto Struct in Golang
  36. Урок 36. 00:05:09
    Handling OneOfs in Golang
  37. Урок 37. 00:03:22
    Handling Maps in Golang
  38. Урок 38. 00:08:34
    Reading and Writing to Disk
  39. Урок 39. 00:10:42
    Reading and Writing to JSON
  40. Урок 40. 00:03:17
    Code generation in Python
  41. Урок 41. 00:03:10
    Simple Proto Message in Python
  42. Урок 42. 00:03:50
    Complex Proto Message in Python
  43. Урок 43. 00:04:10
    Enum Proto Message in Python
  44. Урок 44. 00:03:17
    Handling OneOfs in Python
  45. Урок 45. 00:03:10
    Handling Maps in Python
  46. Урок 46. 00:04:28
    Reading and Writing to Disk
  47. Урок 47. 00:05:56
    Reading and Writing to JSON
  48. Урок 48. 00:02:24
    The Need for Updating Schemas
  49. Урок 49. 00:01:45
    Rules for Data Evolution
  50. Урок 50. 00:01:21
    Renaming Fields
  51. Урок 51. 00:01:44
    Removing Fields
  52. Урок 52. 00:01:07
    Reserved Keyword
  53. Урок 53. 00:02:11
    Beware of Defaults
  54. Урок 54. 00:06:07
    --decode_raw Option
  55. Урок 55. 00:03:25
    --decode Option
  56. Урок 56. 00:03:57
    --encode Option
  57. Урок 57. 00:04:32
    Integer Types Deep Dive
  58. Урок 58. 00:01:56
    Advanced Data Types (oneof, map, Timestamp and Duration)
  59. Урок 59. 00:02:43
    Protocol Buffers Options
  60. Урок 60. 00:02:25
    Naming Conventions
  61. Урок 61. 00:01:22
    Services
  62. Урок 62. 00:06:08
    Introduction to gRPC (from gRPC Course)
  63. Урок 63. 00:04:09
    Protocol Buffers Internals
  64. Урок 64. 00:03:00
    What's next & Congratulations!