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