Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build SaaS apps in Go (2nd edition), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:06
    01: Web server basics
  2. Урок 2. 00:08:02
    02: HTTP request/response pipeline
  3. Урок 3. 00:08:21
    03: Handlers, HandlerFunc, HandleFunc. WTH!
  4. Урок 4. 00:03:51
    04: HTTP verbs
  5. Урок 5. 00:02:39
    01: Introduction
  6. Урок 6. 00:25:13
    02: Routing
  7. Урок 7. 00:17:38
    03: Middlewares
  8. Урок 8. 00:07:19
    04: JSON encoding/decoding
  9. Урок 9. 00:21:55
    05: Our ~100 LoC web engine
  10. Урок 10. 00:11:17
    01: Why? What? When?
  11. Урок 11. 00:07:00
    02: How to test web handler
  12. Урок 12. 00:12:10
    03: Making our webengine testable (including middlewares)
  13. Урок 13. 00:14:20
    01: Basics
  14. Урок 14. 00:15:12
    02: Scan to struct
  15. Урок 15. 00:08:07
    03: Package organization
  16. Урок 16. 00:17:58
    04: Real-world examples
  17. Урок 17. 00:03:20
    05: Generics to reduce code repetition
  18. Урок 18. 00:24:36
    Server setup and deploying a Go web server
  19. Урок 19. 00:26:27
    Create the book's website from the book's API server (part 1)
  20. Урок 20. 00:27:30
    Create the book's website with the book's API server (part 2)
  21. Урок 21. 00:01:21
    How to navigate the code for chapters