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