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