Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering NodeJS with Interview Questions 2024, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:07
    What is Node,js?
  2. Урок 2. 00:02:02
    Installation and Environment Setup
  3. Урок 3. 00:02:16
    Initializing Project using NPM
  4. Урок 4. 00:01:20
    First Application
  5. Урок 5. 00:03:10
    Introduction to Modules
  6. Урок 6. 00:03:59
    Exporting Object Literal - Multiple Exports
  7. Урок 7. 00:03:58
    Basic Debugging
  8. Урок 8. 00:02:10
    Global Objects
  9. Урок 9. 00:02:23
    setTimeout() - Global object Method
  10. Урок 10. 00:01:54
    clearTimeout() - Global object Method
  11. Урок 11. 00:02:34
    setInterval() - Global Object Method
  12. Урок 12. 00:01:43
    clearInterval() - Global Object Method
  13. Урок 13. 00:01:53
    The “process” Global Object
  14. Урок 14. 00:02:30
    Process.argv
  15. Урок 15. 00:02:18
    “process.on()” - Process Event Handling
  16. Урок 16. 00:02:24
    Chalk library
  17. Урок 17. 00:01:52
    OS Module
  18. Урок 18. 00:01:22
    What is REPL?
  19. Урок 19. 00:04:20
    Event Loop
  20. Урок 20. 00:00:46
    Introduction to Buffers
  21. Урок 21. 00:04:05
    Numeric Systems
  22. Урок 22. 00:01:58
    Character sets - Unicode
  23. Урок 23. 00:02:07
    Working with Buffers
  24. Урок 24. 00:01:27
    Buffer.from()
  25. Урок 25. 00:01:15
    Changing Buffer Values
  26. Урок 26. 00:02:16
    What is File System Object?
  27. Урок 27. 00:01:42
    Does it Exist? - fs.existsSync()
  28. Урок 28. 00:01:38
    Reading Files With ‘fs’ Object
  29. Урок 29. 00:01:29
    Writing Files - writeFile()
  30. Урок 30. 00:04:15
    readFile() vs readFileSync()
  31. Урок 31. 00:03:30
    fs.copyFile()
  32. Урок 32. 00:01:11
    Assignment - Copy Any File to a Given Location
  33. Урок 33. 00:03:11
    fs.appendFile()
  34. Урок 34. 00:01:07
    Reading Directory Using “readdir()”
  35. Урок 35. 00:01:37
    Assignment - Count files & folders of directory
  36. Урок 36. 00:01:52
    Renaming and moving Files - fs.rename()
  37. Урок 37. 00:01:31
    Deleting a File - fs.unlink()
  38. Урок 38. 00:02:22
    readdir() Vs readdirSync()
  39. Урок 39. 00:01:37
    Creating Folder using fs.mkdir()
  40. Урок 40. 00:02:11
    Delete Folder - fs.rmdir() & recursive
  41. Урок 41. 00:03:28
    Introduction - What is a server?
  42. Урок 42. 00:05:16
    Creating Server with "http"
  43. Урок 43. 00:02:24
    Decoding "The Request" object
  44. Урок 44. 00:01:36
    Auto Restart Server - "Nodemon"
  45. Урок 45. 00:02:49
    Responding to request - Response object
  46. Урок 46. 00:04:49
    Routes - Request.url
  47. Урок 47. 00:02:52
    Sending JSON Response
  48. Урок 48. 00:02:21
    Assignment - Get Server Date & Time
  49. Урок 49. 00:05:26
    <form>, Query String - GET method
  50. Урок 50. 00:02:16
    Request with POST method
  51. Урок 51. 00:02:34
    POST-ing Data
  52. Урок 52. 00:03:48
    “querystring” - Parsing
  53. Урок 53. 00:02:36
    Assignment - POST data to a JSON file on server
  54. Урок 54. 00:01:01
    Introduction
  55. Урок 55. 00:02:06
    Creating Server with Express.js
  56. Урок 56. 00:02:30
    Understanding the Request
  57. Урок 57. 00:03:24
    Responding to the Request
  58. Урок 58. 00:02:18
    Headers & JSON Response
  59. Урок 59. 00:01:27
    Defining Routes
  60. Урок 60. 00:02:27
    Wildcard Characters in Routing
  61. Урок 61. 00:03:19
    Dealing with URL parameters
  62. Урок 62. 00:04:52
    POST Request With Express.js
  63. Урок 63. 00:02:45
    Accessing POST Data with Middleware
  64. Урок 64. 00:03:39
    express.Router() - Better Approach for Routes
  65. Урок 65. 00:02:01
    POSTMAN - Introduction & Installation
  66. Урок 66. 00:01:38
    Making Request Using POSTMAN
  67. Урок 67. 00:02:27
    PUT, PATCH, DELETE Request
  68. Урок 68. 00:04:15
    res.sendFile() - Serving HTML Files
  69. Урок 69. 00:03:40
    express.static()
  70. Урок 70. 00:02:13
    Introduction to Middleware
  71. Урок 71. 00:02:47
    First Custom Middleware
  72. Урок 72. 00:04:27
    Assignment - Create a Middleware to Check Content-Type
  73. Урок 73. 00:02:51
    The bodyParser() Middleware
  74. Урок 74. 00:03:28
    Introduction to Server Side Rendering
  75. Урок 75. 00:01:31
    Project Scaffolding
  76. Урок 76. 00:05:25
    Creating Store HTML - Nav & Product Cards
  77. Урок 77. 00:03:47
    Converting HTML to Pug
  78. Урок 78. 00:01:36
    Rendering the Pug File
  79. Урок 79. 00:03:03
    Creating Form Using Templating Engine
  80. Урок 80. 00:02:22
    Fetching the Product Data
  81. Урок 81. 00:02:39
    Rendering Products Using each...in...
  82. Урок 82. 00:01:19
    Conditional Rendering - No Product Section
  83. Урок 83. 00:02:55
    Inherited Reusable Interface - Template Layout
  84. Урок 84. 00:01:51
    Giving Dynamic Classes With Pug
  85. Урок 85. 00:03:48
    Configuring Handlebars
  86. Урок 86. 00:04:13
    Adding Dynamism With Handlebars
  87. Урок 87. 00:02:51
    Working with Default Layout in Handlebars
  88. Урок 88. 00:04:32
    Introduction to EJS
  89. Урок 89. 00:02:33
    Component Based EJS? - Partials
  90. Урок 90. 00:01:45
    Setting up the Project
  91. Урок 91. 00:04:08
    Connecting to the Database
  92. Урок 92. 00:01:24
    Querying the Database - pool.query()
  93. Урок 93. 00:01:26
    Inserting Data with pool.query()
  94. Урок 94. 00:02:26
    Updating Records with pool.query()
  95. Урок 95. 00:01:25
    Deleting Records with pool.query()
  96. Урок 96. 00:01:22
    Safer Approach for Query Execution - pool.execute()
  97. Урок 97. 00:02:44
    Introduction to APIs
  98. Урок 98. 00:02:37
    API Creation
  99. Урок 99. 00:03:18
    Status Codes
  100. Урок 100. 00:02:39
    Inserting Data with POST Request
  101. Урок 101. 00:01:22
    Deleting Records With API
  102. Урок 102. 00:02:33
    Updating Database with PUT
  103. Урок 103. 00:06:19
    Refactoring the Code Structure
  104. Урок 104. 00:01:54
    Introduction to MyStore
  105. Урок 105. 00:01:23
    MyStore Application Flow
  106. Урок 106. 00:02:49
    Creating Home Route
  107. Урок 107. 00:01:52
    Configuring the Template Files
  108. Урок 108. 00:02:36
    Creating Navbar with "includes"
  109. Урок 109. 00:06:25
    Creating Home Interface
  110. Урок 110. 00:01:46
    Conditional Rendering - No Product Found
  111. Урок 111. 00:02:31
    Configuring Add Product Route
  112. Урок 112. 00:05:29
    Creating “Add Product” Interface
  113. Урок 113. 00:02:27
    Configuring Edit Product Route
  114. Урок 114. 00:03:09
    Interface and Functionality - “Edit Product”
  115. Урок 115. 00:01:30
    Setting Up MySQL
  116. Урок 116. 00:01:59
    Fetching the Products
  117. Урок 117. 00:04:31
    Adding Product to Database
  118. Урок 118. 00:04:30
    Editing the Product
  119. Урок 119. 00:02:14
    Deleting the Product
  120. Урок 120. 00:01:07
    Introduction
  121. Урок 121. 00:02:09
    Authentication Workflow
  122. Урок 122. 00:03:13
    Understanding Cookies
  123. Урок 123. 00:02:33
    Creating Cookie Using setHeader()
  124. Урок 124. 00:01:15
    res.setHeader() vs. res.cookie()
  125. Урок 125. 00:02:31
    Reading a Cookie
  126. Урок 126. 00:05:39
    Expiring Cookie - expires & maxAge Attributes
  127. Урок 127. 00:02:51
    Optional Security Attributes of Cookie
  128. Урок 128. 00:02:37
    Introduction
  129. Урок 129. 00:03:39
    Setting Up the Route for SignUp
  130. Урок 130. 00:03:04
    Designing the SignUp Form
  131. Урок 131. 00:05:00
    Show/Hide Password Functionality
  132. Урок 132. 00:01:47
    Validating Password
  133. Урок 133. 00:03:23
    Registering User to the Database
  134. Урок 134. 00:01:41
    Configuring Login Page
  135. Урок 135. 00:04:38
    Validating User and Sending Cookie
  136. Урок 136. 00:03:11
    Reading the Cookie - cookie-parser
  137. Урок 137. 00:03:00
    Rendering DOM Based on Login Status
  138. Урок 138. 00:01:21
    Implementing Logout
  139. Урок 139. 00:01:54
    Why Need Session Cookie?
  140. Урок 140. 00:03:12
    Configuring express-session
  141. Урок 141. 00:02:08
    Sending Session Cookie to Client
  142. Урок 142. 00:02:11
    Reading and Configuring Session Cookie
  143. Урок 143. 00:04:58
    Storing Session in MySQL - express-mysql-session
  144. Урок 144. 00:02:38
    Logout - Destroying Session
  145. Урок 145. 00:02:10
    Introduction to JSON Web Token
  146. Урок 146. 00:02:59
    Understanding JWT Practically
  147. Урок 147. 00:01:50
    Verifying a Token with JWT
  148. Урок 148. 00:03:38
    Sending Token on Login
  149. Урок 149. 00:04:44
    Validating Request with Custom Middleware
  150. Урок 150. 00:06:05
    Enabling The Conditional Rendering
  151. Урок 151. 00:01:50
    Introduction & Installing Bcrypt
  152. Урок 152. 00:03:36
    Generating Salt with Bcrypt
  153. Урок 153. 00:02:28
    Hashing with Bcrypt
  154. Урок 154. 00:01:31
    Validating a Hashed String
  155. Урок 155. 00:02:19
    Hashing the Password on SignUp
  156. Урок 156. 00:01:41
    Validating Login Credentials
  157. Урок 157. 00:02:23
    Introduction
  158. Урок 158. 00:02:55
    Configuring Multer as Middleware
  159. Урок 159. 00:04:46
    Storing Files Using Multer
  160. Урок 160. 00:02:43
    Updating the Database
  161. Урок 161. 00:03:28
    Introduction
  162. Урок 162. 00:05:25
    Connecting to MySQL using Sequelize
  163. Урок 163. 00:05:31
    Creating Model With Sequelize
  164. Урок 164. 00:02:10
    Entering records in the table
  165. Урок 165. 00:03:21
    Displaying records from table
  166. Урок 166. 00:01:50
    Updating records from table
  167. Урок 167. 00:02:04
    Deleting records from table
  168. Урок 168. 00:03:15
    Validations And Constraints With Sequelize
  169. Урок 169. 00:02:23
    Empty String Validation
  170. Урок 170. 00:03:55
    Setting Unique Constraint
  171. Урок 171. 00:02:50
    Validating Length of Characters
  172. Урок 172. 00:02:31
    Built-in min and max validator
  173. Урок 173. 00:02:55
    Applying Custom Validations
  174. Урок 174. 00:02:15
    Getting the field value
  175. Урок 175. 00:10:22
    Assignment - Implementing User Validation
  176. Урок 176. 00:01:21
    Introduction
  177. Урок 177. 00:04:10
    Configuring Sequelize with MyStore
  178. Урок 178. 00:03:28
    Updating Products Model
  179. Урок 179. 00:01:25
    Updating Users Model
  180. Урок 180. 00:01:53
    Synchronizing models with the database
  181. Урок 181. 00:08:58
    Updating Product CRUD Operations
  182. Урок 182. 00:03:50
    Updating User Auth
  183. Урок 183. 00:03:14
    Managing Login Session With Sequelize
  184. Урок 184. 00:03:29
    Introduction To MongoDB
  185. Урок 185. 00:05:56
    Installing MongoDB
  186. Урок 186. 00:04:46
    Creating Database with MongoDB
  187. Урок 187. 00:05:52
    Connecting MongoDB with Node.js
  188. Урок 188. 00:05:33
    Inserting document
  189. Урок 189. 00:07:01
    Finding Data From Collection
  190. Урок 190. 00:04:56
    What is a Cursor?
  191. Урок 191. 00:04:58
    Sorting and Limiting
  192. Урок 192. 00:03:41
    Counting Documents
  193. Урок 193. 00:04:01
    Assignment - Total Employees Earning Above 50K
  194. Урок 194. 00:04:40
    Updating Documents
  195. Урок 195. 00:02:31
    Assignment - Increase and decrease salary by department
  196. Урок 196. 00:03:37
    Deleting Documents
  197. Урок 197. 00:03:47
    Introduction To Mongoose
  198. Урок 198. 00:03:27
    Installing Mongoose
  199. Урок 199. 00:06:27
    Creating Collection Using model()
  200. Урок 200. 00:01:56
    Schema - A Better Way
  201. Урок 201. 00:04:01
    Required Constraints In Schema
  202. Урок 202. 00:03:47
    Unique Constraints In Schema
  203. Урок 203. 00:02:10
    Built-in Validators (minLength & maxLength)
  204. Урок 204. 00:01:57
    Built-in Numeric min & max Validators
  205. Урок 205. 00:04:58
    Implementing Custom Validations
  206. Урок 206. 00:01:44
    { VALUE } Placeholder
  207. Урок 207. 00:08:41
    Assignment - UserSchema with Password and Email Validation
  208. Урок 208. 00:02:44
    CRUD With Mongoose (CREATE Operation)
  209. Урок 209. 00:02:25
    CRUD With Mongoose (READ Operation)
  210. Урок 210. 00:04:20
    CRUD With Mongoose(UPDATE Operation)
  211. Урок 211. 00:02:10
    CRUD With Mongoose (DELETE Operation)
  212. Урок 212. 00:01:48
    Introduction
  213. Урок 213. 00:03:24
    Configuring Mongoose with MyStore
  214. Урок 214. 00:01:35
    Creating Product Schema and Model
  215. Урок 215. 00:03:44
    Creating User Schema and Model
  216. Урок 216. 00:10:20
    Defining Product CRUD Operations
  217. Урок 217. 00:06:05
    Defining User Auth
  218. Урок 218. 00:04:13
    Managing Login Session With MongoDB
  219. Урок 219. 00:05:05
    Introduction to web sockets
  220. Урок 220. 00:03:23
    Getting Started With Web Socket
  221. Урок 221. 00:06:16
    Configuring Socket.IO Server
  222. Урок 222. 00:01:18
    Disconnecting Socket.IO With Client
  223. Урок 223. 00:06:02
    Socket.IO Events - Part 1 (Transfer messages in real time)
  224. Урок 224. 00:03:29
    Socket.IO Events - Part 2 (Broadcasting message)
  225. Урок 225. 00:04:13
    Assignment - Broadcasting message to connected clients
  226. Урок 226. 00:03:57
    Event Acknowledgements
  227. Урок 227. 00:05:38
    Rendering Messages Inside The Template
  228. Урок 228. 00:04:22
    Creating A Join Page
  229. Урок 229. 00:08:23
    Storing & Displaying Connected Users In Chat Page - Part 1
  230. Урок 230. 00:02:39
    Storing & Displaying Connected Users In Chat Page - Part 2
  231. Урок 231. 00:05:51
    Sorting The Displayed Users
  232. Урок 232. 00:04:18
    Updating the UI
  233. Урок 233. 00:08:02
    Sending Private Message
  234. Урок 234. 00:09:49
    Implementing A Persistent User ID
  235. Урок 235. 00:07:12
    Sending Images in the Chat
  236. Урок 236. 00:02:26
    Finalizing the chat app