Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NodeJS: Beginner to Pro - APIs for Food Delivery & Ecommerce, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:54
    Module Introduction
  2. Урок 2. 00:05:09
    What is Nodejs
  3. Урок 3. 00:04:01
    Nodejs Architecture
  4. Урок 4. 00:05:59
    How Node Works
  5. Урок 5. 00:09:43
    What is Expressjs
  6. Урок 6. 00:08:58
    What is MongoDB
  7. Урок 7. 00:19:12
    Install Nodejs & MongoDB
  8. Урок 8. 00:05:26
    Understanding different request types in a server
  9. Урок 9. 00:01:43
    Module Introduction
  10. Урок 10. 00:08:05
    Install & Setup Visual Studio Code (Code Editor)
  11. Урок 11. 00:23:11
    Creating new Nodejs project & setting it up (for typescript)
  12. Урок 12. 00:16:25
    Use of Promise async wait try catch
  13. Урок 13. 00:06:01
    Use of Spread Operators
  14. Урок 14. 00:21:15
    Understanding Routing Basics
  15. Урок 15. 00:09:37
    Understanding Middleware Basics
  16. Урок 16. 00:06:17
    Connecting to MongoDB
  17. Урок 17. 00:08:22
    Handling Environment Variables
  18. Урок 18. 00:25:32
    Structuring Nodejs Project
  19. Урок 19. 00:14:28
    Error Handling
  20. Урок 20. 00:08:56
    Accessing Request Variables
  21. Урок 21. 00:11:44
    Basics of schema (models)
  22. Урок 22. 00:19:47
    Implementing request validation & overview of http error status code
  23. Урок 23. 00:01:41
    Module Introduction
  24. Урок 24. 00:15:33
    Creating a User with POSTMAN
  25. Урок 25. 00:11:29
    Understanding CORS & implement in NodeJS App
  26. Урок 26. 00:02:12
    Refractor code
  27. Урок 27. 00:28:28
    Preparing for User Email Verification
  28. Урок 28. 00:36:31
    Send Verification Emails using SendGrid & Gmail and check for unique email
  29. Урок 29. 00:14:01
    Resend Verification Email
  30. Урок 30. 00:11:49
    Encrypting password using bcrypt
  31. Урок 31. 00:10:31
    What is JWT & how it works
  32. Урок 32. 00:33:04
    Implementing JWT for User Authentication
  33. Урок 33. 00:20:55
    Setup Auth Middleware for Backend APIs
  34. Урок 34. 00:09:21
    Understand Auth Workflow & Optimise OTP related issues
  35. Урок 35. 00:36:54
    Creating APIs for Reset Password functionality & Testing in POSTMAN
  36. Урок 36. 00:27:05
    Optimising Code
  37. Урок 37. 00:32:05
    Fetch & Update User Profile
  38. Урок 38. 00:06:57
    Fixing Minor Bugs
  39. Урок 39. 00:01:15
    Module Introduction
  40. Урок 40. 00:02:51
    Understanding Food Delivery App Workflow & Create an Admin
  41. Урок 41. 00:50:56
    File Upload using Multer for Creating Banner Images
  42. Урок 42. 00:05:54
    Refractor code
  43. Урок 43. 00:07:25
    Insert Cities in Mongodb Database
  44. Урок 44. 01:19:31
    Fetch Cities, Insert Restaurant, Category documents in MongoDB
  45. Урок 45. 00:50:21
    Using Geospatial Queries to Fetch & Search Nearby Restaurants
  46. Урок 46. 00:47:19
    Add Restaurant Menu Items (also understanding mongodb populate() & query project
  47. Урок 47. 00:22:26
    Fetch Restaurant Menu Items
  48. Урок 48. 00:50:32
    Perform CRUD Operations for User Addresses
  49. Урок 49. 00:46:10
    Place order & fetch user orders
  50. Урок 50. 00:00:37
    Module Introduction
  51. Урок 51. 00:05:44
    Make Banner Clickable
  52. Урок 52. 00:19:48
    Implementing Dotenv file
  53. Урок 53. 00:00:37
    Module Introduction
  54. Урок 54. 00:25:29
    Implementing Pagination in User Addresses
  55. Урок 55. 00:05:41
    Implementing Pagination in User Orders list
  56. Урок 56. 00:11:29
    Implementing Pagination in Restaurants list
  57. Урок 57. 00:00:36
    Module Introduction
  58. Урок 58. 00:22:31
    Create Refresh Token & also learn to generate random secret keys
  59. Урок 59. 00:21:00
    Auto-generate new Access & Refresh Tokens when Access token expires
  60. Урок 60. 00:01:06
    Module Introduction
  61. Урок 61. 00:13:37
    Understanding why blacklist RefreshTokens needed & Setting up Redis in MacOS
  62. Урок 62. 00:15:21
    Setting up Redis in Windows
  63. Урок 63. 00:31:42
    Setup Redis with Nodejs & Connect it with Local Server in your System
  64. Урок 64. 00:17:34
    Connecting to Redis Enterprise (Server) for free with Nodejs
  65. Урок 65. 00:15:15
    Optimising UserController in Nodejs to send only required User
  66. Урок 66. 00:25:36
    Blacklisting RefreshToken using Redis
  67. Урок 67. 00:20:39
    Clear User Refresh Token from Redis database on Logout
  68. Урок 68. 00:07:27
    Brief on how to manage RefreshToken in Redis if same account in multiple device
  69. Урок 69. 00:00:43
    Module Introduction
  70. Урок 70. 00:07:45
    Fixing Current Date Timezone & Port Number issue in Nodejs
  71. Урок 71. 00:06:37
    Optimising Restaurant Controller for no records found
  72. Урок 72. 00:03:45
    Optimising OrderController for no records found
  73. Урок 73. 00:03:59
    Optimising AddressController for no records found
  74. Урок 74. 00:00:26
    Module Introduction
  75. Урок 75. 00:07:21
    What is MongoDB Indexing
  76. Урок 76. 00:24:51
    Understanding types of Indexing & a brief about various operators
  77. Урок 77. 00:44:46
    Using geoNear(for distance), nearSphere & geoWithin in Restaurant
  78. Урок 78. 00:00:37
    Module Introduction
  79. Урок 79. 00:06:22
    Applying Strict Role based Restrictions
  80. Урок 80. 00:11:05
    Implementing Edit Profile picture
  81. Урок 81. 00:01:29
    Module Introduction
  82. Урок 82. 00:12:57
    Horizontal vs Vertical Scaling
  83. Урок 83. 00:02:41
    Understanding MongoDB Replication
  84. Урок 84. 00:24:22
    Deploying Nodejs App to Heroku
  85. Урок 85. 00:06:16
    Checking Files in Heroku & Understanding about Heroku filesystem problem
  86. Урок 86. 00:09:19
    How to do Load Testing?
  87. Урок 87. 00:01:22
    Module Introduction
  88. Урок 88. 00:03:30
    Setup NodeJS App for E-commerce
  89. Урок 89. 00:20:52
    Register or Login User via Phone Number
  90. Урок 90. 00:10:53
    OTP based Login
  91. Урок 91. 00:03:07
    Refractor Code
  92. Урок 92. 00:14:53
    Update Customer Profile
  93. Урок 93. 00:15:49
    Create & Fetch Category as an Admin
  94. Урок 94. 00:13:08
    Add & fetch Sub Categories
  95. Урок 95. 00:32:03
    Add & fetch APIs for Store with Owner
  96. Урок 96. 00:32:22
    Add Product
  97. Урок 97. 00:20:17
    Fetch Products
  98. Урок 98. 00:30:55
    Add to Cart & fetch it
  99. Урок 99. 00:32:25
    Place & fetch orders
  100. Урок 100. 00:01:16
    Refractor Code
  101. Урок 101. 00:00:36
    Module Introduction
  102. Урок 102. 00:04:38
    Generate Stripe Keys
  103. Урок 103. 00:03:47
    Integrate Stripe API in NodeJS
  104. Урок 104. 00:28:55
    Make payment using Stripe Payment Gateway
  105. Урок 105. 00:00:41
    Module Introduction
  106. Урок 106. 00:01:59
    Regular Expression to validate proper email address in Model Schema
  107. Урок 107. 00:16:00
    Clusters - Boost NodeJS Performance & Scalability
  108. Урок 108. 00:18:45
    Export Data to ExcelSheet
  109. Урок 109. 00:04:42
    Virtual field
  110. Урок 110. 00:00:28
    Module Introduction
  111. Урок 111. 00:02:09
    What is Cronjob?
  112. Урок 112. 00:19:33
    Creating a Cronjob