Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай REST based microservices API development in Golang, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:45
    Welcome to the course
  • Урок 2. 00:02:08
    Getting started
  • Урок 3. 00:06:43
    Hello World
  • Урок 4. 00:05:09
    JSON Encoding
  • Урок 5. 00:04:47
    XML Encoding
  • Урок 6. 00:07:58
    Refactoring & Go modules
  • Урок 7. 00:09:47
    gorialla/mux
  • Урок 8. 00:06:34
    Introduction to Hexagonal Architecture
  • Урок 9. 00:15:31
    Implementing Hexagonal Architecture
  • Урок 10. 00:12:28
    Database adapter
  • Урок 11. 00:11:33
    Error handling Part 1
  • Урок 12. 00:10:44
    Error handling Part 2
  • Урок 13. 00:08:25
    Refactor error handling
  • Урок 14. 00:16:22
    Structured Logging
  • Урок 15. 00:11:34
    Sqlx
  • Урок 16. 00:10:43
    Data Transfer Object
  • Урок 17. 00:09:31
    Application Configuration
  • Урок 18. 00:14:52
    New Bank Account: Part 1
  • Урок 19. 00:23:11
    New Bank Account: Part 2
  • Урок 20. 00:01:30
    Assignment 4
  • Урок 21. 00:08:35
    Solution: Assignment 4
  • Урок 22. 00:02:20
    Securing Application
  • Урок 23. 00:08:12
    JWT Tokens
  • Урок 24. 00:14:23
    Auth Server: Login API
  • Урок 25. 00:16:46
    Auth Server: Verify API
  • Урок 26. 00:13:35
    Unit testing: State based test
  • Урок 27. 00:19:09
    Unit Testing: Testing routes
  • Урок 28. 00:21:02
    Unit testing: Testing Services
  • Урок 29. 00:02:23
    Introduction
  • Урок 30. 00:07:49
    Logger and AppError as go-module
  • Урок 31. 00:05:05
    banking-lib module in banking api
  • Урок 32. 00:10:26
    banking-lib module in banking auth
  • Урок 33. 00:16:46
    Refactoring the Verify API
  • Урок 34. 00:03:43
    Refresh Token: Introduction
  • Урок 35. 00:12:49
    Generating refresh token: Part 1
  • Урок 36. 00:11:53
    Generating refresh token: Part 2
  • Урок 37. 00:24:47
    Refreshing an access token