Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:00:54
    Welcome!
  2. Урок 2. 00:02:07
    What is Debugging and why do we do it?
  3. Урок 3. 00:02:13
    Introduction
  4. Урок 4. 00:04:31
    Understanding code patterns and being aware of common errors
  5. Урок 5. 00:04:38
    Exercise Solution
  6. Урок 6. 00:04:01
    Pair Programming
  7. Урок 7. 00:02:22
    Story Time - How I used these techniques to solve a production issue
  8. Урок 8. 00:00:36
    Introduction to Logging
  9. Урок 9. 00:12:17
    Logging Locally, the simple way
  10. Урок 10. 00:08:09
    Logging for production; slog and log levels
  11. Урок 11. 00:13:47
    Logging for production; slog,kibana and elastic search
  12. Урок 12. 00:15:01
    Exercise Solution
  13. Урок 13. 00:02:25
    Bonus Lesson: httputil
  14. Урок 14. 00:01:17
    Introduction to the Debugger
  15. Урок 15. 00:01:06
    Setting up the Debugger in Goland
  16. Урок 16. 00:02:31
    Setting up the debugger in VSCode
  17. Урок 17. 00:06:37
    Reading panic traces, breakpoints, conditional breakpoints and debugging nil pointer exceptions.
  18. Урок 18. 00:06:25
    Debugging goroutines
  19. Урок 19. 00:04:58
    tests as an entry point to debugging; debugging tests
  20. Урок 20. 00:02:23
    Debugging a http request
  21. Урок 21. 00:11:41
    Exercise Solution
  22. Урок 22. 00:05:03
    Using the Debugger to debug a Go application in a Docker container
  23. Урок 23. 00:00:39
    Introduction to Metrics
  24. Урок 24. 00:04:20
    What should I measure?
  25. Урок 25. 00:09:28
    Adding Metrics to an API written in Go
  26. Урок 26. 00:11:51
    Introduction to Prometheus; Building Dashboard in Grafana
  27. Урок 27. 00:05:49
    Exercise Solution
  28. Урок 28. 00:02:10
    Introduction to Distributed Tracing
  29. Урок 29. 00:09:02
    Adding Traces to a Go API
  30. Урок 30. 00:06:15
    Tracing across services
  31. Урок 31. 00:06:17
    Exercise Solution
  32. Урок 32. 00:04:05
    Introduction to Profiling
  33. Урок 33. 00:04:08
    Lets add Profiling to your Go Application
  34. Урок 34. 00:07:33
    Profiling the Heap (Memory)
  35. Урок 35. 00:08:51
    CPU tracing and pprof list
  36. Урок 36. 00:07:16
    Profiling goroutine usage
  37. Урок 37. 00:12:18
    Exercise Solution
  38. Урок 38. 00:06:55
    Bonus Lesson: gotraceui and flight recording (new in Go 1.22)