1. Урок 1. 00:06:50
    The Course Overview
  2. Урок 2. 00:29:36
    Go Building Blocks
  3. Урок 3. 00:18:22
    Advanced Data Structures - Arrays and Slices
  4. Урок 4. 00:10:10
    Maps and Structs
  5. Урок 5. 00:11:22
    References, Defers, Panics, and Recovers
  6. Урок 6. 00:16:54
    Concurrency: Goroutines and Channels
  7. Урок 7. 00:15:48
    Concurrency: Buffered Channels and Select
  8. Урок 8. 00:30:17
    Methods and Interfaces
  9. Урок 9. 00:20:29
    A Tour into Go's Packages
  10. Урок 10. 00:17:14
    A Further Tour into Go's Packages
  11. Урок 11. 00:09:59
    MicroServices Architecture
  12. Урок 12. 00:13:29
    Project Dino: Building Go Services
  13. Урок 13. 00:23:39
    Project Dino: Running the Microservice
  14. Урок 14. 00:18:56
    MySQL
  15. Урок 15. 00:22:40
    Building Go Code in MySQL
  16. Урок 16. 00:16:22
    PostgreSQL
  17. Урок 17. 00:38:57
    Building Go Code in PostgreSQL
  18. Урок 18. 00:25:43
    SQLite
  19. Урок 19. 00:20:01
    ORM: GORM I
  20. Урок 20. 00:25:09
    ORM: GORM II
  21. Урок 21. 00:20:58
    Go with NoSQL: MongoDB I
  22. Урок 22. 00:23:30
    Go with NoSQL: MongoDB II
  23. Урок 23. 00:13:24
    Introduction to Influxdb
  24. Урок 24. 00:05:47
    Writing Go Applications for Influxdb
  25. Урок 25. 00:42:42
    Writing Data to Influxdb
  26. Урок 26. 00:11:42
    Reading Data from Influxdb
  27. Урок 27. 00:39:39
    Dino Database Layer
  28. Урок 28. 00:22:17
    Introduction to Protocol Buffer v2
  29. Урок 29. 00:28:38
    Writing a Protocol Buffer 2 Application
  30. Урок 30. 00:20:00
    Introduction to Protocol Buffer v3
  31. Урок 31. 00:16:24
    Writing a Protocol Buffer 3 Application
  32. Урок 32. 00:25:32
    Introduction to gRPC
  33. Урок 33. 00:11:43
    Implementing a gRPC Server in Go
  34. Урок 34. 00:26:03
    Implementing a gRPC Client in Go
  35. Урок 35. 00:30:17
    Web RESTful APIs
  36. Урок 36. 00:32:20
    Building Restful API for Your Project
  37. Урок 37. 00:32:50
    Building a Front End
  38. Урок 38. 00:15:09
    Dino Front End: Template Loops
  39. Урок 39. 00:14:20
    Dino Project: Backend
  40. Урок 40. 00:13:19
    Websockets: Client Side
  41. Урок 41. 00:16:17
    Websockets: Server Side
  42. Урок 42. 00:22:42
    Cookies
  43. Урок 43. 00:02:37
    The Course Overview
  44. Урок 44. 00:04:43
    Using the Common I/O Interfaces
  45. Урок 45. 00:04:11
    Using the Bytes and Strings Packages
  46. Урок 46. 00:02:18
    Working with Directories and Files
  47. Урок 47. 00:03:12
    Working with the CSV format
  48. Урок 48. 00:02:09
    Working with Temporary Files
  49. Урок 49. 00:02:59
    Working with Text/Template and HTML/Templates
  50. Урок 50. 00:03:08
    Using Command-Line Flags
  51. Урок 51. 00:02:05
    Using Command-Line Arguments
  52. Урок 52. 00:03:38
    Reading and Setting Environment Variables
  53. Урок 53. 00:03:22
    Configuration Using TOML, YAML, and JSON
  54. Урок 54. 00:02:17
    Working with Unix Pipes
  55. Урок 55. 00:02:13
    Catching and Handling Signals
  56. Урок 56. 00:02:35
    An ANSI Coloring Application
  57. Урок 57. 00:03:22
    Converting Data Types and Interface Casting
  58. Урок 58. 00:03:08
    Working with Numeric Data Types using math and math/big
  59. Урок 59. 00:03:26
    Currency Conversions and float64 considerations
  60. Урок 60. 00:02:43
    Using Pointers and SQL NullTypes for Encoding and Decoding
  61. Урок 61. 00:02:23
    Encoding and Decoding Go Data
  62. Урок 62. 00:03:03
    Struct Tags and Basic Reflection in Go
  63. Урок 63. 00:02:47
    Implementing Collections Via Closures
  64. Урок 64. 00:02:29
    Handling Errors and the Error Interface
  65. Урок 65. 00:02:46
    Using the pkg/errors Package and Wrapping Errors
  66. Урок 66. 00:02:44
    Using the log Package and Understanding When to Log Errors
  67. Урок 67. 00:02:54
    Structured Logging with the apex and logrus Packages
  68. Урок 68. 00:02:32
    Logging with the context Package
  69. Урок 69. 00:02:16
    Using Package-Level Global Variables
  70. Урок 70. 00:01:44
    Catching Panics for Long Running Processes
  71. Урок 71. 00:04:34
    The database/sql Package with MySQL
  72. Урок 72. 00:02:30
    Executing a Database Transaction Interface
  73. Урок 73. 00:02:17
    Connection Pooling, Rate Limiting, and Timeouts for SQL
  74. Урок 74. 00:02:30
    Working with Redis
  75. Урок 75. 00:01:56
    Using NoSQL with MongoDB and mgo
  76. Урок 76. 00:03:37
    Creating Storage Interfaces for Data Portability
  77. Урок 77. 00:03:40
    Initializing, Storing, and Passing http.Client structs
  78. Урок 78. 00:02:47
    Writing a Client for a REST API
  79. Урок 79. 00:02:00
    Executing Parallel and Async Client Requests
  80. Урок 80. 00:04:09
    Making Use of OAuth2 Clients
  81. Урок 81. 00:04:09
    Implementing an OAuth2 Token Storage Interface
  82. Урок 82. 00:02:39
    Wrapping a Client in Added Functionality and Function Composition
  83. Урок 83. 00:04:39
    Understanding GRPC Clients
  84. Урок 84. 00:03:40
    Working with Web Handlers, Requests, and ResponseWriters
  85. Урок 85. 00:03:15
    Using Structs and Closures for Stateful Handlers
  86. Урок 86. 00:03:11
    Validating Input for Go structs and User Inputs
  87. Урок 87. 00:02:10
    Rendering and Content Negotiation
  88. Урок 88. 00:02:31
    Implementing and Using Middleware
  89. Урок 89. 00:02:29
    Building a Reverse Proxy Application
  90. Урок 90. 00:04:36
    Exporting GRPC as a JSON API
  91. Урок 91. 00:02:36
    The Course Overview
  92. Урок 92. 00:03:39
    Mocking Using the Standard Library
  93. Урок 93. 00:02:48
    Using the mockgen Package
  94. Урок 94. 00:02:43
    Using Table-Driven Tests to Improve Coverage
  95. Урок 95. 00:03:27
    Using Third-Party Testing Tools
  96. Урок 96. 00:03:22
    Practical Fuzzing
  97. Урок 97. 00:02:57
    Behavior Testing Using Go
  98. Урок 98. 00:02:46
    Using channels and the select Statement
  99. Урок 99. 00:02:19
    Performing async Operations withsync.WaitGroup
  100. Урок 100. 00:03:14
    Using Atomic Operations and mutex
  101. Урок 101. 00:02:57
    Using the context Package
  102. Урок 102. 00:02:24
    Executing State Management for Channels
  103. Урок 103. 00:03:02
    Using the Worker Pool Design Pattern
  104. Урок 104. 00:02:58
    Using Workers to Create Pipelines
  105. Урок 105. 00:02:32
    Using Service Discovery with Consul
  106. Урок 106. 00:03:52
    Implementing Basic Consensus Using Raft
  107. Урок 107. 00:03:05
    Using Containerization with Docker
  108. Урок 108. 00:02:37
    Orchestration and Deployment Strategies
  109. Урок 109. 00:02:34
    Monitoring Applications
  110. Урок 110. 00:02:23
    Collecting Metrics
  111. Урок 111. 00:03:26
    goflow for Dataflow Programming
  112. Урок 112. 00:02:47
    Reactive Programming with RxGo
  113. Урок 113. 00:02:45
    Using Kafka with Sarama
  114. Урок 114. 00:02:49
    Using async Producers with Kafka
  115. Урок 115. 00:02:45
    Connecting Kafka to goflow
  116. Урок 116. 00:03:53
    Defining a GraphQL Server in Go
  117. Урок 117. 00:05:28
    Go Programming on Lambda with Apex
  118. Урок 118. 00:02:53
    Apex Serverless Logging and Metrics
  119. Урок 119. 00:04:15
    Google App Engine with Go
  120. Урок 120. 00:03:40
    Working with Firebase Using zabawaba99/firego
  121. Урок 121. 00:03:18
    Using the pprof Tool
  122. Урок 122. 00:02:16
    Benchmarking and Finding Bottlenecks
  123. Урок 123. 00:02:23
    Memory Allocation and Heap Management
  124. Урок 124. 00:03:44
    Vendoring and Project Layout
  125. Урок 125. 00:03:31
    Using fasthttprouter and fasthttp