-
Урок 1. 00:02:34Project demo
-
Урок 2. 00:02:10Is this course right for you?
-
Урок 3. 00:02:16VS Code editor setup
-
Урок 4. 00:06:12JavaScript in HTML
-
Урок 5. 00:11:11Window object, DOM and Local storage
-
Урок 6. 00:09:29Variables using var, let and const
-
Урок 7. 00:08:49Const and Object
-
Урок 8. 00:06:56Template Strings
-
Урок 9. 00:06:44Function and default arguments
-
Урок 10. 00:10:49Arrow function and return keyword
-
Урок 11. 00:06:01This keyword
-
Урок 12. 00:08:26Object destructuring
-
Урок 13. 00:02:23Array destructuring
-
Урок 14. 00:03:53Spread operator
-
Урок 15. 00:06:18Rest operator
-
Урок 16. 00:06:31Function and prototype
-
Урок 17. 00:04:47Classes
-
Урок 18. 00:08:20Extending class
-
Урок 19. 00:04:44NodeJs
-
Урок 20. 00:06:00Code execution in nodejs
-
Урок 21. 00:05:45Using NPM
-
Урок 22. 00:09:58Require and export
-
Урок 23. 00:05:55Core nodejs module
-
Урок 24. 00:05:51NodeJs event loop (theory)
-
Урок 25. 00:11:41Code execution
-
Урок 26. 00:04:56Synchronous vs Non-Asynchronous
-
Урок 27. 00:11:54Using ExpressJs
-
Урок 28. 00:08:26Create react app
-
Урок 29. 00:10:09Creating a form
-
Урок 30. 00:04:25HTML to JSX
-
Урок 31. 00:13:05React state and event handlers
-
Урок 32. 00:10:10Making API request using fetch
-
Урок 33. 00:09:03Handling CORS error
-
Урок 34. 00:13:38Rendering data
-
Урок 35. 00:07:58External API request
-
Урок 36. 00:07:44Fetch to Axios
-
Урок 37. 00:12:22Reusable components
-
Урок 38. 00:08:26CSS in React
-
Урок 39. 00:04:33Styled components
-
Урок 40. 00:06:25Using Ant Design
-
Урок 41. 00:06:41Loading state
-
Урок 42. 00:05:10Middlewares
-
Урок 43. 00:08:48Routes and controllers
-
Урок 44. 00:03:13MongoDB connection (theory)
-
Урок 45. 00:07:06Signup to Mongo Atlas
-
Урок 46. 00:05:47Connect to MongoDB
-
Урок 47. 00:07:10Dotenv and Gitignore
-
Урок 48. 00:03:40Using import export in nodejs
-
Урок 49. 00:07:44Creating pages
-
Урок 50. 00:09:13React router
-
Урок 51. 00:07:21SEO and NextJs
-
Урок 52. 00:04:38Social network project
-
Урок 53. 00:08:29NextJs setup
-
Урок 54. 00:03:55Bootstrap CSS
-
Урок 55. 00:09:23Navigation
-
Урок 56. 00:06:30Public folder
-
Урок 57. 00:11:20Register page
-
Урок 58. 00:06:21React state and onChange event
-
Урок 59. 00:03:51Using axios
-
Урок 60. 00:15:07Server setup
-
Урок 61. 00:11:16Routes and controllers
-
Урок 62. 00:10:16User model
-
Урок 63. 00:06:20Bcrypt hash and compare
-
Урок 64. 00:15:15Register user
-
Урок 65. 00:11:09Toast notifications
-
Урок 66. 00:06:09Ant design modal
-
Урок 67. 00:07:18Env, validation and form cleanup
-
Урок 68. 00:06:01Loading state
-
Урок 69. 00:03:13Background image
-
Урок 70. 00:09:26Auth form component
-
Урок 71. 00:10:48Login page
-
Урок 72. 00:14:29User login and JWT token
-
Урок 73. 00:02:42Global state using context (theory)
-
Урок 74. 00:08:27Context state
-
Урок 75. 00:08:49Local storage
-
Урок 76. 00:05:02Logout
-
Урок 77. 00:04:23Conditional Nav links
-
Урок 78. 00:11:07Active links
-
Урок 79. 00:04:10Redirect logged in user
-
Урок 80. 00:10:09Using Postman
-
Урок 81. 00:09:22Verify current user token
-
Урок 82. 00:16:36Wrapper component for Authorization
-
Урок 83. 00:09:36Axios interceptors
-
Урок 84. 00:05:40Axios config
-
Урок 85. 00:08:10Forgot password page
-
Урок 86. 00:06:31Forgot password form
-
Урок 87. 00:10:55Forgot password server
-
Урок 88. 00:09:47Fix the error (cannot read property data of undefined)
-
Урок 89. 00:08:01Create post form
-
Урок 90. 00:09:39Create post request
-
Урок 91. 00:07:27Post model
-
Урок 92. 00:12:53Save post
-
Урок 93. 00:09:39React Quill rich text editor (WYSIWYG)
-
Урок 94. 00:13:46Image upload client
-
Урок 95. 00:10:34Using cloudinary
-
Урок 96. 00:07:14Upload to cloudinary
-
Урок 97. 00:14:24Create post with image
-
Урок 98. 00:07:03User posts (server)
-
Урок 99. 00:06:59User posts (client)
-
Урок 100. 00:07:35Post list component
-
Урок 101. 00:11:57Render posts
-
Урок 102. 00:04:55Background image
-
Урок 103. 00:06:46Ant design icons
-
Урок 104. 00:10:53Edit and delete icons
-
Урок 105. 00:03:36Load posts on new post create
-
Урок 106. 00:13:42Single post edit
-
Урок 107. 00:12:07Post update client
-
Урок 108. 00:15:44Can update and delete middleware
-
Урок 109. 00:04:59Delete post and image
-
Урок 110. 00:05:56Delete post
-
Урок 111. 00:03:04What's next?
-
Урок 112. 00:09:44Dropdown menu
-
Урок 113. 00:07:53Adding username
-
Урок 114. 00:13:37Profile update page
-
Урок 115. 00:10:49Profile update client
-
Урок 116. 00:17:44Profile update server
-
Урок 117. 00:09:03Update user in local storage and context
-
Урок 118. 00:11:18User profile image
-
Урок 119. 00:06:29Find people to follow (server)
-
Урок 120. 00:08:03Find people (client)
-
Урок 121. 00:10:01People component
-
Урок 122. 00:07:26User avatar
-
Урок 123. 00:04:10Generate app logo (optional)
-
Урок 124. 00:06:52Handle follow click
-
Урок 125. 00:16:08User follow (server)
-
Урок 126. 00:07:17User follow (client)
-
Урок 127. 00:12:02News feed
-
Урок 128. 00:08:17List of following
-
Урок 129. 00:10:36Following page
-
Урок 130. 00:10:25User unfollow
-
Урок 131. 00:06:55Like and unlike post (client)
-
Урок 132. 00:09:38Like and unlike post (server)
-
Урок 133. 00:06:36Helper function and likes count
-
Урок 134. 00:10:11Ant design modal
-
Урок 135. 00:06:10Comment form
-
Урок 136. 00:04:55Add comment (client)
-
Урок 137. 00:09:37Add comment (server)
-
Урок 138. 00:05:56Comment count link and fixes
-
Урок 139. 00:09:11Render comments
-
Урок 140. 00:07:48Post comments page
-
Урок 141. 00:13:34Render posts with all comments
-
Урок 142. 00:11:49Comment remove
-
Урок 143. 00:05:37Pagination
-
Урок 144. 00:15:45Pagination client
-
Урок 145. 00:13:11Search component
-
Урок 146. 00:10:50Search result
-
Урок 147. 00:08:30Conditional follow and unfollow
-
Урок 148. 00:05:03Follow and unfollow searched user
-
Урок 149. 00:09:49User profile page
-
Урок 150. 00:10:17Public profile page
-
Урок 151. 00:12:06Parallax image
-
Урок 152. 00:11:28Posts SSR (server side rendering)
-
Урок 153. 00:12:53SEO and Head section
-
Урок 154. 00:10:38Single post and public post component
-
Урок 155. 00:12:25Single post view, SEO and head section
-
Урок 156. 00:10:29Socker.io server
-
Урок 157. 00:06:47Socker.io client
-
Урок 158. 00:11:12Broadcasting event
-
Урок 159. 00:11:02Realtime posts (server)
-
Урок 160. 00:09:19Realtime posts (client)
-
Урок 161. 00:12:40Admin access server
-
Урок 162. 00:09:46Is admin middleware
-
Урок 163. 00:09:53Admin route
-
Урок 164. 00:05:25Wrap up
-
Урок 165. 00:03:31Deployment explained
-
Урок 166. 00:08:16Socker.io path
-
Урок 167. 00:05:46Digital ocean setup
-
Урок 168. 00:08:56SSH access
-
Урок 169. 00:05:37Push code to Github
-
Урок 170. 00:13:18Installing NodeJs, NGINX and Git clone
-
Урок 171. 00:15:49Running server, MongoDB and commit changes
-
Урок 172. 00:04:59Running React and NextJs client
-
Урок 173. 00:01:48Project demo
-
Урок 174. 00:02:19What is node js
-
Урок 175. 00:02:21Why learn node js
-
Урок 176. 00:02:40Installing node js
-
Урок 177. 00:03:16Javascript in browser environment
-
Урок 178. 00:02:27Javascript in node js environment
-
Урок 179. 00:02:55Getting started with node js
-
Урок 180. 00:03:44Writing functions
-
Урок 181. 00:06:27Import export
-
Урок 182. 00:05:38Using arrow functions
-
Урок 183. 00:02:02Object destructuring
-
Урок 184. 00:03:30Using node js core modules
-
Урок 185. 00:08:16Using npm packages
-
Урок 186. 00:05:29Using express
-
Урок 187. 00:03:07Node js event loop
-
Урок 188. 00:04:29Programming for event loop
-
Урок 189. 00:08:14Asynchronous programming
-
Урок 190. 00:04:25Synchronous programming
-
Урок 191. 00:03:47Functional approach
-
Урок 192. 00:02:38Secrets of understanding node js
-
Урок 193. 00:07:16Creating server with express
-
Урок 194. 00:05:05Separating routes
-
Урок 195. 00:06:50Middleware explained
-
Урок 196. 00:07:14Using controllers
-
Урок 197. 00:04:33Json and postman
-
Урок 198. 00:11:32Signup with mlab to use mongodb
-
Урок 199. 00:05:42Connecting to database using mongoose
-
Урок 200. 00:04:53Post schema
-
Урок 201. 00:12:59Creating a post
-
Урок 202. 00:14:27Validation and friendly error messages
-
Урок 203. 00:06:37Getting posts
-
Урок 204. 00:03:04Whats next and cleanup
-
Урок 205. 00:05:08User schema
-
Урок 206. 00:12:49Virtual fields and methods
-
Урок 207. 00:12:16User signup using async await
-
Урок 208. 00:09:49User signin validation and error messaging
-
Урок 209. 00:09:41User signin flow
-
Урок 210. 00:13:33User signin with jwt
-
Урок 211. 00:03:43Testing user signin
-
Урок 212. 00:03:27Signout method
-
Урок 213. 00:06:39Protecting routes
-
Урок 214. 00:02:59Handling unauthorized error
-
Урок 215. 00:05:23Implementing authorization
-
Урок 216. 00:06:35Find user by id and add to req object
-
Урок 217. 00:03:59Has authorization method
-
Урок 218. 00:02:01Apply require signin to create post
-
Урок 219. 00:08:49Showing all users
-
Урок 220. 00:07:49Showing single user
-
Урок 221. 00:10:51Update user
-
Урок 222. 00:06:22Delete user
-
Урок 223. 00:06:46User post relationship with post schema
-
Урок 224. 00:11:13Create post with image upload and user
-
Урок 225. 00:09:34Testing create post
-
Урок 226. 00:02:36Get all posts with user
-
Урок 227. 00:07:31Get all posts by user
-
Урок 228. 00:02:53Post update delete flow
-
Урок 229. 00:03:51Post by id based on route param
-
Урок 230. 00:10:39Delete post
-
Урок 231. 00:05:59Update post
-
Урок 232. 00:03:59Whats next
-
Урок 233. 00:09:11Documenting api
-
Урок 234. 00:03:41Adding cors
-
Урок 235. 00:01:54Modern javascript
-
Урок 236. 00:04:06Creating variables using const
-
Урок 237. 00:03:48Creating variables using let
-
Урок 238. 00:05:10Template strings
-
Урок 239. 00:03:25Default parameters
-
Урок 240. 00:05:58Arrow functions
-
Урок 241. 00:10:11Arrow functions and this keyword
-
Урок 242. 00:08:14Destructuring object
-
Урок 243. 00:02:09Destructuring array
-
Урок 244. 00:04:57Restructuring
-
Урок 245. 00:07:32Spread and rest operators
-
Урок 246. 00:14:23Class constructor super
-
Урок 247. 00:05:24Installing react
-
Урок 248. 00:06:23React files and folders introduction
-
Урок 249. 00:10:59Storing data in component state via ajax call
-
Урок 250. 00:05:48Rendering state data using map
-
Урок 251. 00:04:18Conditional rendering
-
Урок 252. 00:09:36Imports exports props
-
Урок 253. 00:07:40Handling click events
-
Урок 254. 00:04:24Destructuring inline styling and keys
-
Урок 255. 00:04:45Create react project
-
Урок 256. 00:09:30Using react router dom
-
Урок 257. 00:02:51Adding pages
-
Урок 258. 00:04:25Signup form
-
Урок 259. 00:08:46Handling onChange events
-
Урок 260. 00:11:02User signup
-
Урок 261. 00:06:03Code refactoring
-
Урок 262. 00:08:48Showing validation and success message
-
Урок 263. 00:03:57Code refactoring signup page
-
Урок 264. 00:08:07Signin page
-
Урок 265. 00:10:56User signin
-
Урок 266. 00:05:05Loading...
-
Урок 267. 00:04:20Menu component
-
Урок 268. 00:08:49Styling and active link
-
Урок 269. 00:13:00Signout
-
Урок 270. 00:08:09Conditional rendering of signup signin links
-
Урок 271. 00:02:48Show user name
-
Урок 272. 00:05:29Code refactoring auth logic
-
Урок 273. 00:07:07Profile page
-
Урок 274. 00:05:40Showing user info from local storage
-
Урок 275. 00:03:51Using .env variables
-
Урок 276. 00:13:46Fetch user profile
-
Урок 277. 00:08:19Code refactoring fetch user
-
Урок 278. 00:06:45Show edit profile delete profile buttons
-
Урок 279. 00:02:42Active link user profile
-
Урок 280. 00:01:45Whats next?
-
Урок 281. 00:02:30Users component
-
Урок 282. 00:04:22Populate users in state
-
Урок 283. 00:06:08Loop through users
-
Урок 284. 00:06:18Style user cards
-
Урок 285. 00:03:39Default profile image
-
Урок 286. 00:08:37All users profile page
-
Урок 287. 00:02:15Delete profile component
-
Урок 288. 00:03:25Users profile based on props change
-
Урок 289. 00:03:58Delete account prompt
-
Урок 290. 00:07:35Delete user account
-
Урок 291. 00:07:09Edit profile component
-
Урок 292. 00:05:30Pre profile edit profile form
-
Урок 293. 00:09:51Update user profile
-
Урок 294. 00:09:18Client side validation on profile update
-
Урок 295. 00:08:58Private route for authenticated users only
-
Урок 296. 00:11:00Profile photo upload
-
Урок 297. 00:03:53Loading... on edit profile
-
Урок 298. 00:13:44Node API - Update profile with image
-
Урок 299. 00:04:22File size validation
-
Урок 300. 00:05:45Node API - Get user photo with separate route
-
Урок 301. 00:05:18Display profile image in edit profile page
-
Урок 302. 00:09:21Default image and profile image on all pages
-
Урок 303. 00:04:52User about field
-
Урок 304. 00:07:34Update user info in local storage
-
Урок 305. 00:03:03Whats next?
-
Урок 306. 00:05:54Following and followers - User schema and userById method
-
Урок 307. 00:09:46Following and followers - Routes and controller methods
-
Урок 308. 00:03:44Remove following and remove followers - Routes and controller methods
-
Урок 309. 00:04:41Follow Profile Buttons Component
-
Урок 310. 00:08:08Check follow or not
-
Урок 311. 00:10:55Implement follow
-
Урок 312. 00:04:49Implement unfollow
-
Урок 313. 00:06:02Profile tabs component
-
Урок 314. 00:07:34Display followers list
-
Урок 315. 00:05:22Display following list
-
Урок 316. 00:06:49Node API - Who to follow?
-
Урок 317. 00:08:55Find people component
-
Урок 318. 00:10:19Find people and follow
-
Урок 319. 00:02:58Starting with posts
-
Урок 320. 00:18:32Create new post
-
Урок 321. 00:08:39Show all posts in home page
-
Урок 322. 00:12:38Show post's user date and excerpt
-
Урок 323. 00:03:45Node API - Post image
-
Урок 324. 00:04:52Show posts with image
-
Урок 325. 00:03:25Single post component
-
Урок 326. 00:06:15Load single post in state
-
Урок 327. 00:06:40Display single post
-
Урок 328. 00:03:04Show loading on single post and posts
-
Урок 329. 00:08:15Posts by user
-
Урок 330. 00:04:29Display posts by user
-
Урок 331. 00:06:48Show update delete buttons
-
Урок 332. 00:07:24Delete post
-
Урок 333. 00:01:52Delete post prompt
-
Урок 334. 00:04:48Update post component
-
Урок 335. 00:17:23Implement update post
-
Урок 336. 00:05:36Update post photo and error messaging
-
Урок 337. 00:02:13Whats next?
-
Урок 338. 00:09:45Node API - Implement like unlike
-
Урок 339. 00:03:21React frontend - Like Unlike methods
-
Урок 340. 00:15:28Implement like unlike in frontend
-
Урок 341. 00:04:38Like unlike styling
-
Урок 342. 00:04:46Like signin redirect
-
Урок 343. 00:08:56Comments backend
-
Урок 344. 00:03:21React comment uncomment methods
-
Урок 345. 00:14:54Adding comments
-
Урок 346. 00:12:04Render comments
-
Урок 347. 00:13:04Comment uncomment and validations
-
Урок 348. 00:13:44Deploy Node JS API - Signup and super user
-
Урок 349. 00:12:09Running API in Digital Ocean
-
Урок 350. 00:07:02Using mongoDB in Digital Ocean
-
Урок 351. 00:10:15Deploy React SPA to Digital Ocean
-
Урок 352. 00:02:18Own reCAPTCHA?
-
Урок 353. 00:01:27Super Admin Overview
-
Урок 354. 00:11:44Implementing role to users
-
Урок 355. 00:11:40Making a user admin using command line
-
Урок 356. 00:06:44Admin can update and delete anyone's post
-
Урок 357. 00:12:45Admin can update and delete any user
-
Урок 358. 00:07:30How to download source code from Github and checkout different commits
- Категории
- Источники
- Все курсы
- Разделы
- Книги