1. Урок 1. 00:12:34
    The Course Overview
  2. Урок 2. 00:11:53
    Welcome to the World of Go!
  3. Урок 3. 00:18:15
    How to Write Go Code?
  4. Урок 4. 00:18:34
    Let’s Build a Rest API Client in Go!
  5. Урок 5. 00:12:23
    Packages, Variables, and Functions
  6. Урок 6. 00:06:21
    Flow Control
  7. Урок 7. 00:10:21
    Applying Your New Knowledge – Binary Search Algorithm
  8. Урок 8. 00:10:46
    Structs, Slices, and Maps
  9. Урок 9. 00:05:27
    Applying Your New Knowledge – Let’s Create a Set
  10. Урок 10. 00:14:45
    Slicing Slices
  11. Урок 11. 00:17:11
    Methods and Interfaces – Linked List Data Structure Implementation
  12. Урок 12. 00:07:41
    Concurrency in Go – goroutines
  13. Урок 13. 00:13:50
    Concurrency in Go – Channels
  14. Урок 14. 00:07:46
    Concurrency in Go – Select
  15. Урок 15. 00:13:55
    Errors and Troubleshooting
  16. Урок 16. 00:15:51
    A Tour into Go’s Packages
  17. Урок 17. 00:06:52
    Project Hydra –Write the First Piece of the Spaceship Web Server
  18. Урок 18. 00:23:04
    A Closer Look at Interfaces and Methods in Go 1
  19. Урок 19. 00:10:45
    A Closer Look at Interfaces and Methods II
  20. Урок 20. 00:11:59
    Factory Design Pattern in Go
  21. Урок 21. 00:10:32
    The Singleton Pattern –Building the Hydra Custom Logger
  22. Урок 22. 00:06:13
    Builder Pattern in Go – Construct the Ship’s Defense Shields
  23. Урок 23. 00:26:59
    Syncs and Locks
  24. Урок 24. 00:20:10
    Timers and Tickers
  25. Урок 25. 00:05:59
    Channel Generators
  26. Урок 26. 00:28:20
    Pipelines –Build the Hydra Chat System
  27. Урок 27. 00:29:20
    Pipelines – Build the Hydra Chat System (Continued)
  28. Урок 28. 00:34:54
    Go Laws of Reflection
  29. Урок 29. 00:32:51
    Reflection on Structs and Interfaces
  30. Урок 30. 00:31:32
    Hydra – Custom Configuration File Reader
  31. Урок 31. 00:24:26
    Unit Testing in Go
  32. Урок 32. 00:11:38
    Benchmarking in Go
  33. Урок 33. 00:12:17
    Practices, Cross-Compilation, and the Go Tool
  34. Урок 34. 00:25:25
    File Handling in Go
  35. Урок 35. 00:32:48
    Go and JSON Format
  36. Урок 36. 00:34:18
    Go and the XML Format
  37. Урок 37. 00:20:06
    Go and CSV Format
  38. Урок 38. 00:27:52
    Go with MySQL
  39. Урок 39. 00:21:30
    Go with MongoDB I
  40. Урок 40. 00:21:33
    Go with MongoDB II
  41. Урок 41. 00:22:43
    Go with BoltDB
  42. Урок 42. 00:21:59
    Building Hydra’s Database Interface
  43. Урок 43. 00:20:38
    TCP communication – Clients
  44. Урок 44. 00:18:57
    TCP Communication – Servers
  45. Урок 45. 00:36:19
    UDP Communications
  46. Урок 46. 00:37:19
    Protocol Buffers with Go
  47. Урок 47. 00:38:37
    Hydra Protocol Buffer Layer
  48. Урок 48. 00:42:32
    Web Server Applications in Go
  49. Урок 49. 00:36:26
    Client and RESTful API Application in Go
  50. Урок 50. 00:22:53
    Build Hydra’s RESTful API I
  51. Урок 51. 00:26:21
    Build Hydra’s RESTful API II
  52. Урок 52. 00:34:54
    Building the Hydra Website – Templates
  53. Урок 53. 00:27:21
    Building the Hydra Website – Backend
  54. Урок 54. 00:32:17
    Hydra Chat Portal I
  55. Урок 55. 00:47:00
    Hydra Chat Portal II
  56. Урок 56. 00:38:09
    Web Security