-
Урок 1. 00:03:16Build react node udemy clone
-
Урок 2. 00:06:48Nextjs client setup
-
Урок 3. 00:06:52Bootstrap and ant design
-
Урок 4. 00:03:38Custom CSS
-
Урок 5. 00:07:10Pages
-
Урок 6. 00:09:03Ant menu and icons
-
Урок 7. 00:10:43Register page
-
Урок 8. 00:04:47Server setup
-
Урок 9. 00:13:06Express
-
Урок 10. 00:09:43Routes
-
Урок 11. 00:04:00Controllers
-
Урок 12. 00:09:42Mongo atlas or local install
-
Урок 13. 00:04:49Mongoose connect
-
Урок 14. 00:08:41Axios post request
-
Урок 15. 00:09:55User model
-
Урок 16. 00:05:49Bcrypt helper functions
-
Урок 17. 00:11:41Register user
-
Урок 18. 00:07:01Toast notifications
-
Урок 19. 00:05:45Loading spinner
-
Урок 20. 00:05:43Env and gitignore files
-
Урок 21. 00:13:37Custom next dev server (for dev mode only)
-
Урок 22. 00:08:29Active nav links
-
Урок 23. 00:05:54Login page
-
Урок 24. 00:13:12Login backend updated
-
Урок 25. 00:04:32Trying login
-
Урок 26. 00:09:08Global state with context api and reducer hook
-
Урок 27. 00:05:51Dispatch user response to context
-
Урок 28. 00:05:55Preserve user info on page refresh and redirect
-
Урок 29. 00:11:24Logout
-
Урок 30. 00:05:48Conditional nav links
-
Урок 31. 00:05:48Protecting pages from loggedin user
-
Урок 32. 00:10:29Handling expired token using axios interceptors
-
Урок 33. 00:14:30CSRF protection
-
Урок 34. 00:09:15Verify token and get current user
-
Урок 35. 00:15:02Protected page
-
Урок 36. 00:11:57Wrapper component user route
-
Урок 37. 00:12:04AWS setup IAM user
-
Урок 38. 00:08:17Login to AWS as IAM user and verify email
-
Урок 39. 00:15:00Sending test email
-
Урок 40. 00:07:44Password reset workflow
-
Урок 41. 00:13:35Forgot password page
-
Урок 42. 00:21:04Send email to reset password
-
Урок 43. 00:09:19Reset password client
-
Урок 44. 00:11:52Reset password server
-
Урок 45. 00:09:25Stripe setup
-
Урок 46. 00:08:19User sidebar nav
-
Урок 47. 00:08:26Conditional links and pages
-
Урок 48. 00:14:21Become instructor page
-
Урок 49. 00:17:59Stripe account link for onboarding
-
Урок 50. 00:10:56Stripe onboarding client
-
Урок 51. 00:07:17Stripe callback page
-
Урок 52. 00:11:14User account status from stripe
-
Урок 53. 00:03:12Dispatch updated user info to context
-
Урок 54. 00:03:58Current instructor server
-
Урок 55. 00:10:31Instructor protected routes
-
Урок 56. 00:09:05Active nav links
-
Урок 57. 00:07:00Create course form part 1
-
Урок 58. 00:13:27Create course form part 2
-
Урок 59. 00:06:22Create course component
-
Урок 60. 00:10:48Price dropdown and category
-
Урок 61. 00:05:22Image preview
-
Урок 62. 00:13:43Image resize client
-
Урок 63. 00:09:48AWS S3 bucket policy
-
Урок 64. 00:13:08Upload image to S3
-
Урок 65. 00:09:59Image remove client
-
Урок 66. 00:03:57Delete image S3 server
-
Урок 67. 00:10:41Course schema
-
Урок 68. 00:08:40Is instructor middleware and create endpoint
-
Урок 69. 00:12:50Save courses in database
-
Урок 70. 00:15:14Instructor courses in dashboard
-
Урок 71. 00:14:48Instructor course list
-
Урок 72. 00:09:44Single course view for instructors
-
Урок 73. 00:09:12Single course view
-
Урок 74. 00:07:24Display markdown context
-
Урок 75. 00:07:32Add lesson modal
-
Урок 76. 00:11:57Add lesson form
-
Урок 77. 00:07:16Video upload button
-
Урок 78. 00:08:39Send video upload using form data
-
Урок 79. 00:14:57Upload video to S3
-
Урок 80. 00:12:18Remove video request
-
Урок 81. 00:13:17Remove video from S3
-
Урок 82. 00:09:32Only instructor can upload and delete videos
-
Урок 83. 00:16:26Add lesson
-
Урок 84. 00:07:01Rendering lessons as list items
-
Урок 85. 00:09:54Course edit page
-
Урок 86. 00:11:54Reuse component to update course
-
Урок 87. 00:15:44Update course server
-
Урок 88. 00:04:37List of lessons on edit page
-
Урок 89. 00:06:43Draggable items
-
Урок 90. 00:11:49Drag and drop lessons to reorder
-
Урок 91. 00:11:41Delete lesson client
-
Урок 92. 00:10:13Delete lesson server
-
Урок 93. 00:06:00Update lesson modal
-
Урок 94. 00:13:43Update lesson component
-
Урок 95. 00:09:11Video preview and switch button
-
Урок 96. 00:14:07Remove and upload new video on update
-
Урок 97. 00:05:47Update lesson request client
-
Урок 98. 00:15:09Update lesson server
-
Урок 99. 00:09:09Publish unpublish icons
-
Урок 100. 00:04:59Course publish unpublish client
-
Урок 101. 00:10:06Course publish unpublish server
-
Урок 102. 00:08:52Published courses server
-
Урок 103. 00:04:34Published courses client
-
Урок 104. 00:10:39Ant card component to display courses
-
Урок 105. 00:11:40Server render courses for SEO
-
Урок 106. 00:10:44Fetch single course
-
Урок 107. 00:11:07Display single course info
-
Урок 108. 00:10:52Video or image preview
-
Урок 109. 00:07:08Single course jumbotron
-
Урок 110. 00:06:42Course preview modal
-
Урок 111. 00:09:18Show course lessons
-
Урок 112. 00:12:04Show lessons preview
-
Урок 113. 00:09:36Enroll button
-
Урок 114. 00:06:37Check enrollment server
-
Урок 115. 00:08:56Conditional rendering of enroll button
-
Урок 116. 00:10:30Free enrollment server
-
Урок 117. 00:07:09Free enrollment client
-
Урок 118. 00:06:25Stripe payment setup
-
Урок 119. 00:18:22Stripe paid enrollment server
-
Урок 120. 00:10:14Stripe paid enrollment client
-
Урок 121. 00:08:27Stripe cancel page
-
Урок 122. 00:07:55Stripe success page
-
Урок 123. 00:16:52Stripe success server
-
Урок 124. 00:07:20User courses on dashboard
-
Урок 125. 00:16:21List of user courses
-
Урок 126. 00:09:07Single course view for user
-
Урок 127. 00:10:04Is enrolled middleware
-
Урок 128. 00:03:26Student route client
-
Урок 129. 00:11:04Lessons menu sidebar
-
Урок 130. 00:15:05Clicked lesson content and collapsed sidebar
-
Урок 131. 00:07:33Mark as completed client
-
Урок 132. 00:14:45Mark as completed server
-
Урок 133. 00:09:39Completed lessons
-
Урок 134. 00:11:35Implement mark completed
-
Урок 135. 00:12:19Implement mark incomplete
-
Урок 136. 00:11:21Enrolled students count
-
Урок 137. 00:11:11Revenue page
-
Урок 138. 00:10:19Instructor revenue balance
-
Урок 139. 00:11:54Instructor account history and payouts
-
Урок 140. 00:02:29Some styling
-
Урок 141. 00:05:46Digital ocean setup
-
Урок 142. 00:08:56SSH access
-
Урок 143. 00:05:37Push code to Github
-
Урок 144. 00:13:18Installing Nodejs, NGINX and pull code from Github
-
Урок 145. 00:15:49Running server, installing MongoDB and commit changes
-
Урок 146. 00:04:59Running React, Nextjs client
-
Урок 147. 00:04:09Signup as instructor in live site
-
Урок 148. 00:12:03Create enroll publish free, paid course, getting paid and more
- Категории
- Источники
- Все курсы
- Разделы
- Книги