Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rust as a Service, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:59
    1. Introduction
  2. Урок 2. 00:09:10
    2.1 Minimal HTTP Server
  3. Урок 3. 00:06:59
    2.2 Understanding the Service Stack
  4. Урок 4. 00:05:44
    2.3.1 Path Extraction
  5. Урок 5. 00:04:11
    2.3.2 Query Extraction
  6. Урок 6. 00:06:30
    2.3.3 Header Extraction & 2.3.4 More Extractors
  7. Урок 7. 00:07:20
    2.4 Add a Simple Tower Layer: State
  8. Урок 8. 00:06:19
    2.5 Add a Simple Tower Layer (Mutable State)
  9. Урок 9. 00:08:57
    2.6 Multiple States
  10. Урок 10. 00:02:45
    2.7 Quick Recap on State and Layers
  11. Урок 11. 00:05:38
    2.8 Nesting Multiple Routers
  12. Урок 12. 00:05:37
    2.9 Nested Routers with State
  13. Урок 13. 00:05:36
    2.10 Calling Other Services
  14. Урок 14. 00:02:45
    2.11 Returning Status Codes
  15. Урок 15. 00:11:52
    2.12 Using IntoResponse and 2.13 Error Handling with IntoResponse
  16. Урок 16. 00:02:25
    2.14 Quick Recap on Nesting, Making Calls and Responses
  17. Урок 17. 00:04:53
    2.15 Serving Static Content with Tower
  18. Урок 18. 00:04:14
    2.16 Simple Header-Based Authentication
  19. Урок 19. 00:08:03
    2.17 Simple Header-Based Auth with Middleware
  20. Урок 20. 00:05:54
    2.18 Middleware Auth with Injection
  21. Урок 21. 00:02:18
    2.19 Selectively Applying Layers
  22. Урок 22. 00:07:06
    2.20 Router Layers
  23. Урок 23. 00:01:59
    2.21 Layer Recap
  24. Урок 24. 00:05:49
    3.1 Minimal Example
  25. Урок 25. 00:03:15
    3.2 Logging Axum/Tower
  26. Урок 26. 00:05:30
    3.3 Timing Spans
  27. Урок 27. 00:05:52
    3.4 Axum Spans
  28. Урок 28. 00:05:13
    3.5 Logging to a File
  29. Урок 29. 00:02:21
    3.6 Structured Logging to JSON
  30. Урок 30. 00:18:29
    3.7 OpenTelemetry & 3.7.1 Hello Telemetry
  31. Урок 31. 00:11:41
    4.0 OpenAPI Documentation
  32. Урок 32. 00:08:35
    5.1 Environment Variables with .env
  33. Урок 33. 00:11:39
    5.2 The Config Crate
  34. Урок 34. 00:07:17
    5.3 Loading Config via HTTP
  35. Урок 35. 00:10:08
    5.4 CLI configuration with Clap
  36. Урок 36. 00:06:35
    6.1 Hello Tonic
  37. Урок 37. 00:08:26
    6.2 Hello Tonic - Project Definition and Build
  38. Урок 38. 00:08:30
    6.3 Hello Tonic - The Server
  39. Урок 39. 00:05:04
    6.4 Hello Tonic - The Client
  40. Урок 40. 00:04:19
    6.5 gRPC Streaming and 6.6 Protocol Definition
  41. Урок 41. 00:05:04
    6.7 gRPC Streaming - The Server
  42. Урок 42. 00:03:25
    6.8 gRPC Streaming - The Client
  43. Урок 43. 00:01:37
    6.9 Recap So Far
  44. Урок 44. 00:08:10
    6.10 Authentication
  45. Урок 45. 00:04:02
    6.11 Tracing
  46. Урок 46. 00:02:57
    6.12 When to use gRPC
  47. Урок 47. 00:08:53
    7.1 Minimal Echo Server
  48. Урок 48. 00:03:12
    7.2 A native WS client
  49. Урок 49. 00:07:13
    7.3 JSON
  50. Урок 50. 00:05:53
    8.0 Service Deployment
  51. Урок 51. 00:09:18
    8.1 Build a Test Service & 8.2 Native Host Deployment
  52. Урок 52. 00:07:55
    8.3 Docker Deployment
  53. Урок 53. 00:05:09
    9.0 Service Design
  54. Урок 54. 00:09:55
    9.1 Understanding Your Company Architecture
  55. Урок 55. 00:14:12
    9.2 Designing Individual Services (9.2.1, 9.2.2, 9.2.3, 9.2.4, 9.2.5)
  56. Урок 56. 00:03:43
    9.3 Combining Services into a Modular Monolith
  57. Урок 57. 00:03:43
    9.4 Service Exposure
  58. Урок 58. 00:07:33
    9.5 Scaling Out
  59. Урок 59. 00:00:56
    10.0 Wrap Up