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