Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Collaboration and Crawling W/ Google's Go (Golang) Language, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:25:17
    Welcome
  • Урок 2. 00:08:56
    Credentials
  • Урок 3. 00:03:02
    Course resources
  • Урок 4. 00:08:01
    Built for humans
  • Урок 5. 00:06:56
    Intro
  • Урок 6. 00:07:41
    Success
  • Урок 7. 00:01:14
    Acceleration
  • Урок 8. 00:04:17
    Questions
  • Урок 9. 00:02:31
    Principles
  • Урок 10. 00:02:17
    Collaboration
  • Урок 11. 00:01:39
    Exercises
  • Урок 12. 00:03:11
    Anecdotes
  • Урок 13. 00:03:55
    Introduction
  • Урок 14. 00:10:13
    Understanding ssh encryption
  • Урок 15. 00:06:02
    Creating our github repo
  • Урок 16. 00:04:49
    Adding a collaborator to github
  • Урок 17. 00:06:16
    Cloning a public project
  • Урок 18. 00:09:21
    Forking a public project
  • Урок 19. 00:08:23
    Working with merge conflicts
  • Урок 20. 00:07:40
    Creating a branch
  • Урок 21. 00:05:42
    Working with branches
  • Урок 22. 00:06:27
    Merging branches
  • Урок 23. 00:04:24
    Deleting branches
  • Урок 24. 00:06:54
    Workflow summary
  • Урок 25. 00:06:59
    Introduction
  • Урок 26. 00:09:22
    Hands-on exercise #1
  • Урок 27. 00:12:53
    Hands-on exercise #1 - todd’s solution
  • Урок 28. 00:07:31
    Hands-on exercise #2
  • Урок 29. 00:15:09
    Exploring git rebase
  • Урок 30. 00:05:08
    Hands-on exercise #2 - todd’s solution
  • Урок 31. 00:08:14
    Hands-on exercise #3
  • Урок 32. 00:12:12
    Hands-on exercise #3 - todd’s solution
  • Урок 33. 00:09:27
    Hands-on exercise #4
  • Урок 34. 00:06:39
    Overview
  • Урок 35. 00:10:43
    Package management
  • Урок 36. 00:05:06
    Reading Documentation
  • Урок 37. 00:04:10
    Creating a new module
  • Урок 38. 00:09:08
    Adding a dependency
  • Урок 39. 00:07:48
    Security assurance with go.sum
  • Урок 40. 00:03:20
    Understanding versioning
  • Урок 41. 00:05:30
    Upgrading a minor dependency
  • Урок 42. 00:09:59
    Specifying dependency version
  • Урок 43. 00:03:40
    Adding a new major dependency
  • Урок 44. 00:04:34
    Upgrading a major dependency
  • Урок 45. 00:06:14
    Removing unused dependencies
  • Урок 46. 00:04:47
    Automatic conversion
  • Урок 47. 00:07:58
    The module mirror & privacy
  • Урок 48. 00:04:21
    Modules and git commit versioning
  • Урок 49. 00:01:46
    Releasing major versions in go modules
  • Урок 50. 00:07:51
    Git forks and module path replacement
  • Урок 51. 00:03:52
    Review commands
  • Урок 52. 00:05:50
    Hands-on exercise #1
  • Урок 53. 00:08:44
    Hands-on exercise #2
  • Урок 54. 00:05:10
    Hands-on exercise #3
  • Урок 55. 00:10:39
    Hands-on exercise #4
  • Урок 56. 00:08:44
    Summary
  • Урок 57. 00:04:23
    Introduction
  • Урок 58. 00:10:22
    Git syncing code
  • Урок 59. 00:10:15
    Understanding git head
  • Урок 60. 00:04:16
    Using git head
  • Урок 61. 00:06:32
    Approaching crawling
  • Урок 62. 00:09:48
    How to approach a package
  • Урок 63. 00:05:47
    Question and answer
  • Урок 64. 00:11:49
    Reflections
  • Урок 65. 00:08:40
    Crawling infinite scroll
  • Урок 66. 00:04:20
    robots.txt revisited
  • Урок 67. 00:07:51
    Making a conversation request
  • Урок 68. 00:08:13
    Making all conversation requests
  • Урок 69. 00:06:59
    Parsing html
  • Урок 70. 00:05:33
    Exploring parsing html
  • Урок 71. 00:04:28
    Exploring main and running
  • Урок 72. 00:06:52
    Reflections
  • Урок 73. 00:09:08
    Analysis I - word count
  • Урок 74. 00:04:48
    Analysis II - sorting
  • Урок 75. 00:06:52
    Hands-on exercise #1
  • Урок 76. 00:09:46
    Hands-on exercise #2
  • Урок 77. 00:15:35
    Hands-on exercise #3
  • Урок 78. 00:03:33
    Introduction
  • Урок 79. 00:11:07
    installation - windows
  • Урок 80. 00:10:53
    Installation - Mac
  • Урок 81. 00:06:38
    Defining the service
  • Урок 82. 00:02:51
    DSL vs IDL, and versions
  • Урок 83. 00:04:31
    Compiling the service
  • Урок 84. 00:02:09
    Protocol buffer, folders, & packages
  • Урок 85. 00:11:26
    Setting up a grpc server
  • Урок 86. 00:06:02
    Understanding the code
  • Урок 87. 00:05:20
    Setting up a grpc client
  • Урок 88. 00:04:04
    Discussing the service
  • Урок 89. 00:03:45
    Introduction
  • Урок 90. 00:05:20
    First steps
  • Урок 91. 00:07:17
    Creating a client
  • Урок 92. 00:06:50
    Foundations of a server
  • Урок 93. 00:05:36
    Handling multiple connections
  • Урок 94. 00:04:46
    Running the grpc chat server
  • Урок 95. 00:02:33
    Tracing the path of a message
  • Урок 96. 00:03:22
    Congratulations!
  • Урок 97. 00:02:18
    Next steps
  • Урок 98. 00:01:24
    Leave a review
  • Урок 99. 00:00:21
    Bloopers