-
Урок 1. 00:06:16Project demo
-
Урок 2. 00:12:33Project demo (dashboard)
-
Урок 3. 00:02:57Are you ready for this course?
-
Урок 4. 00:04:43Code editor
-
Урок 5. 00:04:45Using live demo as a guide
-
Урок 6. 00:06:44Initialize a project using npm
-
Урок 7. 00:07:53React NextJs project setup
-
Урок 8. 00:11:05Ant design and custom app component
-
Урок 9. 00:06:23Trying ant component
-
Урок 10. 00:06:36Global context (theory)
-
Урок 11. 00:11:41React hooks
-
Урок 12. 00:12:51Accessing context
-
Урок 13. 00:12:18Toggle theme context
-
Урок 14. 00:05:52Static folder for storing CSS files
-
Урок 15. 00:12:03Menu component
-
Урок 16. 00:13:14Next link to navigate between components
-
Урок 17. 00:13:55Layout component
-
Урок 18. 00:10:28Class to functional component (sidebar)
-
Урок 19. 00:15:22Admin menu
-
Урок 20. 00:08:37Menu icons
-
Урок 21. 00:13:10Set current url
-
Урок 22. 00:11:20Set active link
-
Урок 23. 00:10:02Auto collapse menu based on window width
-
Урок 24. 00:10:13Ant design form (theory)
-
Урок 25. 00:05:00Understanding grid and columns
-
Урок 26. 00:13:18Signup form
-
Урок 27. 00:05:24Signin form
-
Урок 28. 00:09:18Generate auth server
-
Урок 29. 00:11:49Understanding server and GET request
-
Урок 30. 00:07:06Understanding server and POST request
-
Урок 31. 00:12:34Signup to mongo atlas
-
Урок 32. 00:08:27Signup to sendgrid
-
Урок 33. 00:16:24Axios POST request and debugging
-
Урок 34. 00:13:27Save user in database
-
Урок 35. 00:14:20Toast notifications and loading
-
Урок 36. 00:16:20Auth context
-
Урок 37. 00:14:30Using context and local storage
-
Урок 38. 00:10:48Env file and axios configuration
-
Урок 39. 00:11:33Signin backend
-
Урок 40. 00:07:37Signin frontend
-
Урок 41. 00:10:59Signout
-
Урок 42. 00:13:01Conditional rendering and reset fields
-
Урок 43. 00:04:19How forgot password works (theory)
-
Урок 44. 00:11:01Forgot password request
-
Урок 45. 00:09:37Forgot password resposne
-
Урок 46. 00:12:11Implement reset password
-
Урок 47. 00:05:51Trying reset password
-
Урок 48. 00:07:36Admin categories page
-
Урок 49. 00:11:06Category create form
-
Урок 50. 00:11:32Category schema
-
Урок 51. 00:14:00Category route and controller function
-
Урок 52. 00:07:05Middleware explained
-
Урок 53. 00:09:59Request headers
-
Урок 54. 00:12:58Require signin middleware
-
Урок 55. 00:07:31Create category
-
Урок 56. 00:12:47Is admin middleware
-
Урок 57. 00:12:53Role based redirect
-
Урок 58. 00:09:13Protecting admin pages
-
Урок 59. 00:08:50Loading state
-
Урок 60. 00:16:46Current admin endpoint
-
Урок 61. 00:10:38Protecting page based on server response
-
Урок 62. 00:09:41Categories list server
-
Урок 63. 00:10:32List of categories client
-
Урок 64. 00:09:33Ant columns layout
-
Урок 65. 00:09:39Delete category
-
Урок 66. 00:06:42Update category server
-
Урок 67. 00:09:06Using modal component
-
Урок 68. 00:13:47Updating category on modal
-
Урок 69. 00:09:39Complete category update
-
Урок 70. 00:13:52Editor preview and posts page
-
Урок 71. 00:09:05Installing rich markdown editor
-
Урок 72. 00:15:08Styling editor
-
Урок 73. 00:15:52Post title and content in local storage
-
Урок 74. 00:06:24Load categories
-
Урок 75. 00:07:42Multiple select
-
Урок 76. 00:04:15Rich text editor upload image
-
Урок 77. 00:15:34React image resize and resolve editor issues
-
Урок 78. 00:09:38Using cloudinary
-
Урок 79. 00:14:27Uploading image
-
Урок 80. 00:13:59Post preview
-
Урок 81. 00:08:10Handle publish
-
Урок 82. 00:10:11Post route and schema
-
Урок 83. 00:15:47Save post in database
-
Урок 84. 00:07:03All posts server
-
Урок 85. 00:12:27Creating posts
-
Урок 86. 00:14:30List posts client
-
Урок 87. 00:05:03Why we need post context (theory)
-
Урок 88. 00:11:37Lifting state of posts
-
Урок 89. 00:10:56Lifting state of categories
-
Урок 90. 00:04:40WordPress inspired media library
-
Урок 91. 00:08:21Featured image modal
-
Урок 92. 00:08:08Media components
-
Урок 93. 00:09:39Upload component
-
Урок 94. 00:12:48Sending image as formdata
-
Урок 95. 00:12:35Save media in database
-
Урок 96. 00:12:52Drag and drop multiple images
-
Урок 97. 00:13:03Media context
-
Урок 98. 00:08:28Uploaded image preview
-
Урок 99. 00:08:16Create post with featured image
-
Урок 100. 00:06:28Media endpoints
-
Урок 101. 00:04:29Fetch media
-
Урок 102. 00:09:11Select from media library
-
Урок 103. 00:09:56Remove media
-
Урок 104. 00:09:01SEO in react apps and nextjs apps
-
Урок 105. 00:10:48Load all posts
-
Урок 106. 00:13:17Display posts
-
Урок 107. 00:11:34Single post page
-
Урок 108. 00:14:26Post image and meta content
-
Урок 109. 00:08:24Scrolling post view and responsive layout
-
Урок 110. 00:07:16Delete post
-
Урок 111. 00:16:19Post edit page
-
Урок 112. 00:15:18Pre populate post for edit
-
Урок 113. 00:07:14Post edit request client
-
Урок 114. 00:10:53Post edit server
-
Урок 115. 00:12:40Admin media upload
-
Урок 116. 00:03:45Admin media library
-
Урок 117. 00:12:50Create user by admin
-
Урок 118. 00:12:48Password generator select and checkbox
-
Урок 119. 00:15:49Create user by admin server
-
Урок 120. 00:12:26Send account info by email
-
Урок 121. 00:10:33Code refactoring new post
-
Урок 122. 00:06:25Code refactoring post list
-
Урок 123. 00:05:11Is admin middleware
-
Урок 124. 00:11:51Author nav and layout
-
Урок 125. 00:05:12Author post create page
-
Урок 126. 00:17:26Can create read update delete middleware
-
Урок 127. 00:08:58Apply new middleware
-
Урок 128. 00:14:15Author posts
-
Урок 129. 00:09:35Author post edit
-
Урок 130. 00:18:03Author media management
-
Урок 131. 00:12:08Subscriber nav layout and pages
-
Урок 132. 00:08:19Users page for admin
-
Урок 133. 00:16:57Users list for admin
-
Урок 134. 00:12:38Users list with number of posts
-
Урок 135. 00:08:36Delete user by admin
-
Урок 136. 00:14:33User update page for admin
-
Урок 137. 00:14:37User update form fields and media
-
Урок 138. 00:17:52Update user by admin
-
Урок 139. 00:10:55User image preview
-
Урок 140. 00:13:07Profile page
-
Урок 141. 00:10:19Author and subscriber profile page
-
Урок 142. 00:17:34Updating own profile based on roles
-
Урок 143. 00:10:36Post count and pagination server
-
Урок 144. 00:17:47Load more posts
-
Урок 145. 00:09:55All posts for admin
-
Урок 146. 00:08:29Searching and filtering
-
Урок 147. 00:09:16Creating comment server
-
Урок 148. 00:07:13Post comment form
-
Урок 149. 00:15:37Posting comment client
-
Урок 150. 00:15:37Populating post comments
-
Урок 151. 00:08:19Render list of comments
-
Урок 152. 00:13:09Can update delete comments server
-
Урок 153. 00:10:29Comments CRUD controller functions
-
Урок 154. 00:10:55Admin comments page
-
Урок 155. 00:10:45Rendering comments for admin
-
Урок 156. 00:10:58Load more comments
-
Урок 157. 00:10:16Comments description view and delete
-
Урок 158. 00:04:05Comments delete by admin
-
Урок 159. 00:06:08Comments page for users
-
Урок 160. 00:14:05Comment edit modal
-
Урок 161. 00:14:00Comment update
-
Урок 162. 00:16:19Contact page
-
Урок 163. 00:05:06Contact form submit
-
Урок 164. 00:16:22Send contact form email
-
Урок 165. 00:09:02Share post to social networks
-
Урок 166. 00:05:21Documents statistics server
-
Урок 167. 00:08:13Admin index page to display statistics
-
Урок 168. 00:12:44Numbers counter with progress
-
Урок 169. 00:11:33Custom hook useCategory
-
Урок 170. 00:05:03Custom hook useLatestPosts
-
Урок 171. 00:06:41Posts by category server
-
Урок 172. 00:11:40Posts by category page
-
Урок 173. 00:11:46List of posts based on category
-
Урок 174. 00:11:09Full width image
-
Урок 175. 00:06:44Loading to redirect
-
Урок 176. 00:07:31Text on top of full width image
-
Урок 177. 00:09:29Stats counter on home page
-
Урок 178. 00:08:05Latest posts in home page
-
Урок 179. 00:09:36Parallax image
-
Урок 180. 00:07:09Categories list in home page
-
Урок 181. 00:07:25Footer
-
Урок 182. 00:10:10Customize page
-
Урок 183. 00:10:04Customize home page from dashboard
-
Урок 184. 00:13:45Page create and fetch server
-
Урок 185. 00:14:33Customize home page
-
Урок 186. 00:06:49Custom hook useHome
-
Урок 187. 00:03:32Deployment overview
-
Урок 188. 00:05:46Digital ocean setup
-
Урок 189. 00:08:56SSH access
-
Урок 190. 00:05:37Push code to github
-
Урок 191. 00:13:18Installing NodeJs NGINX and git clone
-
Урок 192. 00:15:49Installing MongoDB and commit changes
-
Урок 193. 00:04:59Running frontend
-
Урок 194. 00:04:09Trying signup
-
Урок 195. 00:12:03Performing actions in dashboard
-
Урок 196. 00:02:16Final thoughts
- Категории
- Источники
- Все курсы
- Разделы
- Книги