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