Удален по просьбе правообладателя
  1. Урок 1. 00:04:12
    Introduction
  2. Урок 2. 00:04:39
    Tooling Overview
  3. Урок 3. 00:11:59
    Creating an HTTP Server
  4. Урок 4. 00:05:58
    Requests & Responses
  5. Урок 5. 00:10:46
    Anatomy of an API
  6. Урок 6. 00:08:43
    Creating a Server with Express
  7. Урок 7. 00:04:49
    Object Relational Mapper (ORM)
  8. Урок 8. 00:07:20
    Prisma & Render Setup
  9. Урок 9. 00:06:14
    Prisma Overview
  10. Урок 10. 00:06:12
    Designing a Schema
  11. Урок 11. 00:05:48
    Product Model
  12. Урок 12. 00:09:28
    Update & UpdatePoint Models
  13. Урок 13. 00:06:57
    Migrations
  14. Урок 14. 00:14:06
    Defining Routes
  15. Урок 15. 00:04:00
    Importing the Application Router
  16. Урок 16. 00:07:20
    Testing the API with Thunder Client
  17. Урок 17. 00:09:07
    Middleware
  18. Урок 18. 00:10:34
    Creating a Custom Middleware
  19. Урок 19. 00:12:24
    Creating a JWT
  20. Урок 20. 00:05:31
    Protecting Routes
  21. Урок 21. 00:09:09
    Validating a Bearer Token
  22. Урок 22. 00:03:01
    Authorization Headers
  23. Урок 23. 00:04:42
    Comparing & Hashing Passwords
  24. Урок 24. 00:08:41
    Creating Users
  25. Урок 25. 00:08:39
    Authenticating a User
  26. Урок 26. 00:10:54
    Adding User Routes
  27. Урок 27. 00:06:41
    Validation Overview
  28. Урок 28. 00:13:54
    Adding Validation to Routes
  29. Урок 29. 00:19:39
    Route Validation Exercise & Solution
  30. Урок 30. 00:15:26
    Get Product Handlers
  31. Урок 31. 00:13:50
    Create & Update Product Handlers
  32. Урок 32. 00:05:04
    Applying Product Route Handlers
  33. Урок 33. 00:16:19
    Update Handlers Exercise & Solution
  34. Урок 34. 00:12:38
    Create & Delete Handlers Solution
  35. Урок 35. 00:10:31
    Debugging Routes
  36. Урок 36. 00:06:10
    Creating Error Handlers
  37. Урок 37. 00:03:54
    Async Error Handlers
  38. Урок 38. 00:18:49
    Error Handlers Exercise & Solution
  39. Урок 39. 00:03:33
    Handling Errors with process.on()
  40. Урок 40. 00:04:43
    Environment Variables
  41. Урок 41. 00:12:37
    Creating Environment Configurations
  42. Урок 42. 00:10:10
    Performance Management with Async
  43. Урок 43. 00:05:11
    Unit Testing Overview
  44. Урок 44. 00:07:14
    Unit Testing with Jest
  45. Урок 45. 00:05:26
    Integration Testing with SuperTest
  46. Урок 46. 00:08:04
    Testing the Create User Route
  47. Урок 47. 00:07:04
    Deployment Setup
  48. Урок 48. 00:11:37
    Deploying to Render
  49. Урок 49. 00:05:16
    Wrapping Up