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