Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building web APIs with Rust (advanced), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:11
    Introduction
  2. Урок 2. 00:13:13
    Local setup
  3. Урок 3. 00:19:07
    Migrations and models
  4. Урок 4. 00:19:03
    Repositories
  5. Урок 5. 00:19:48
    Rocket setup
  6. Урок 6. 00:33:41
    Rustacean endpoints
  7. Урок 7. 00:13:50
    Crate endpoints
  8. Урок 8. 00:28:54
    Rustacean endpoint tests
  9. Урок 9. 00:29:52
    Crate endpoint tests & logging
  10. Урок 10. 00:12:49
    Logging and a few more test cases
  11. Урок 11. 00:12:06
    User/Role models and relationship
  12. Урок 12. 00:23:18
    Users management CLI command
  13. Урок 13. 00:19:28
    Create user command
  14. Урок 14. 00:26:09
    Assigning roles to user
  15. Урок 15. 00:18:27
    List and delete users
  16. Урок 16. 00:06:15
    Password hashing
  17. Урок 17. 00:17:59
    Login endpoint
  18. Урок 18. 00:17:14
    Generating session IDs
  19. Урок 19. 00:07:37
    Redis setup
  20. Урок 20. 00:22:31
    Redis key/value set with expiry
  21. Урок 21. 00:33:44
    Making routes private
  22. Урок 22. 00:19:33
    Role code as an enum
  23. Урок 23. 00:19:23
    Access levels based on roles
  24. Урок 24. 00:28:30
    Lettre and tera for email sending
  25. Урок 25. 00:18:08
    Email module and cleanup
  26. Урок 26. 00:17:10
    CORS handling
  27. Урок 27. 00:07:43
    Me endpoint
  28. Урок 28. 00:02:30
    Recap and goodbye