1. Урок 1. 00:12:40
    Golang installation & configuration
  2. Урок 2. 00:20:57
    Configuring environment
  3. Урок 3. 00:12:21
    Testing our first websever
  4. Урок 4. 00:13:17
    Introduction to MVC
  5. Урок 5. 00:45:53
    Package organization
  6. Урок 6. 00:14:22
    Pushing our changes to Git and first PR
  7. Урок 7. 00:13:22
    Introduction to testing
  8. Урок 8. 00:30:13
    Unit tests
  9. Урок 9. 00:35:41
    Benchmarks
  10. Урок 10. 00:38:09
    How to structure Go artifacts and mock
  11. Урок 11. 00:35:40
    HTTP Frameworks
  12. Урок 12. 00:13:40
    Analyzing our target APIs.
  13. Урок 13. 00:34:14
    Defining our domain structs
  14. Урок 14. 00:47:40
    REST Api Calls - Native HTTP client
  15. Урок 15. 00:39:21
    Testing: Mocking native REST Api calls.
  16. Урок 16. 00:48:26
    Putting all together
  17. Урок 17. 00:56:19
    Testing: Unit & Integration tests
  18. Урок 18. 00:19:23
    Concurrency is NOT parallelism
  19. Урок 19. 01:11:28
    Implementation of concurrent API calls
  20. Урок 20. 00:46:51
    Testing concurrent models
  21. Урок 21. 00:38:25
    How to limit concurrency
  22. Урок 22. 00:07:15
    Calculate the shipping box
  23. Урок 23. 00:14:09
    How to use Mutex
  24. Урок 24. 00:12:24
    Introduction to logging systems
  25. Урок 25. 00:38:42
    Log library - logrus
  26. Урок 26. 00:23:07
    Log library - zap
  27. Урок 27. 00:31:38
    Infrastructure design for your microservices
  28. Урок 28. 01:32:30
    Creating an OAuth authentication microservice
  29. Урок 29. 00:26:16
    Mocking entire layers of the application
  30. Урок 30. 00:07:38
    End of course - Part 1
  31. Урок 31. 00:03:32
    Extra class - Take a look at my website