Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:07:57
    Introduction
  2. Урок 2. 00:04:36
    API Project Tour
  3. Урок 3. 00:10:03
    Node.js & Servers Overview
  4. Урок 4. 00:11:00
    Create an Express Application
  5. Урок 5. 00:04:37
    Testing APIs with Postman
  6. Урок 6. 00:04:13
    Environment Variables Overview
  7. Урок 7. 00:09:56
    Dev & Production Variables
  8. Урок 8. 00:23:44
    Type-Safe Environment Variables
  9. Урок 9. 00:03:19
    Advanced Environment Techniques
  10. Урок 10. 00:13:01
    HTTP Verbs & RESTful Route Patterns
  11. Урок 11. 00:19:09
    Requests and Responses
  12. Урок 12. 00:07:50
    Subrouters
  13. Урок 13. 00:03:28
    User Routes
  14. Урок 14. 00:08:09
    Mounting Routes with use Middleware
  15. Урок 15. 00:10:09
    Advanced Routing Strategies
  16. Урок 16. 00:08:09
    Express Middleware
  17. Урок 17. 00:11:41
    Network, Frontend, & Backend Middleware
  18. Урок 18. 00:06:09
    Understanding the next() Argument
  19. Урок 19. 00:12:44
    Global Middleware
  20. Урок 20. 00:13:12
    Validation Middleware
  21. Урок 21. 00:07:30
    Parameter & Query Validators
  22. Урок 22. 00:08:20
    Async Middleware & Pitfalls
  23. Урок 23. 00:07:57
    Database Schemas
  24. Урок 24. 00:04:00
    PostgreSQL & ORMs
  25. Урок 25. 00:12:00
    Database Migrations
  26. Урок 26. 00:17:54
    Create Tables with Drizzle ORM
  27. Урок 27. 00:13:43
    Establish Table Relationships
  28. Урок 28. 00:05:24
    Exporting Database Types & Schemas
  29. Урок 29. 00:09:22
    Schema Best Practices
  30. Урок 30. 00:08:31
    Hosted PostgreSQL with Neon
  31. Урок 31. 00:05:59
    Database NPM Scripts
  32. Урок 32. 00:22:04
    Seed the Database
  33. Урок 33. 00:07:39
    Database Q&A
  34. Урок 34. 00:11:59
    Authentication Strategies
  35. Урок 35. 00:06:37
    User Registration Workflow
  36. Урок 36. 00:06:17
    Registration Controller
  37. Урок 37. 00:15:38
    Create a JWT
  38. Урок 38. 00:08:15
    Validate & Test Authentication
  39. Урок 39. 00:06:39
    User Sign-In Workflow
  40. Урок 40. 00:22:00
    Sign-In Controller
  41. Урок 41. 00:05:28
    JWT Verification Utility
  42. Урок 42. 00:05:45
    Authentication Middleware
  43. Урок 43. 00:07:24
    Protected Routes
  44. Урок 44. 00:07:39
    Security Best Practices
  45. Урок 45. 00:04:16
    RESTful Route Design Review
  46. Урок 46. 00:13:41
    Create Habit Controller
  47. Урок 47. 00:07:45
    Get All Habits Controller
  48. Урок 48. 00:15:34
    Update Habit Controller
  49. Урок 49. 00:04:49
    Testing the CRUD Routes
  50. Урок 50. 00:04:10
    Error Handling in Express
  51. Урок 51. 00:15:39
    Error Handler Middleware
  52. Урок 52. 00:05:24
    Testing with Vitest
  53. Урок 53. 00:10:31
    Global Test Setup
  54. Урок 54. 00:10:02
    Testing Helper Functions
  55. Урок 55. 00:06:37
    Verify Test Setup
  56. Урок 56. 00:12:52
    Integration Testing Overview
  57. Урок 57. 00:11:48
    Auth Registration Test
  58. Урок 58. 00:06:42
    Auth Login Test
  59. Урок 59. 00:08:27
    Setup Production Database
  60. Урок 60. 00:04:22
    Production Environment Variables
  61. Урок 61. 00:11:44
    Deploying to Render
  62. Урок 62. 00:14:46
    Wrapping Up