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