1. Урок 1. 00:02:21
    Introduction
  2. Урок 2. 00:01:49
    Are you ready for this course?
  3. Урок 3. 00:15:48
    Server setup
  4. Урок 4. 00:03:41
    Postman and CORS
  5. Урок 5. 00:09:07
    Database setup with mongo atlas
  6. Урок 6. 00:02:00
    Database setup locally
  7. Урок 7. 00:04:43
    Separating routes
  8. Урок 8. 00:03:41
    Controllers
  9. Урок 9. 00:09:14
    User model and schema
  10. Урок 10. 00:04:28
    Signup route and controller setup
  11. Урок 11. 00:04:09
    Installing npm packages for auth and blog
  12. Урок 12. 00:07:40
    Signup validator
  13. Урок 13. 00:08:43
    User schema virtual fields and methods
  14. Урок 14. 00:09:43
    User signup
  15. Урок 15. 00:02:50
    Trouble with mongo atlas
  16. Урок 16. 00:11:30
    Trying user signup
  17. Урок 17. 00:06:23
    Signout and protected routes
  18. Урок 18. 00:04:15
    Starting with nextjs
  19. Урок 19. 00:03:17
    Page layout
  20. Урок 20. 00:04:58
    Custom document page
  21. Урок 21. 00:06:45
    Reactstrap navbar
  22. Урок 22. 00:06:04
    env variables with nextjs
  23. Урок 23. 00:07:33
    Navigation using link component
  24. Урок 24. 00:12:53
    Signup form
  25. Урок 25. 00:15:15
    Signup action and alerts
  26. Урок 26. 00:06:02
    Signin
  27. Урок 27. 00:14:14
    Saving user and token in cookie and localstorage
  28. Урок 28. 00:10:14
    Signout and conditionally showing nav links
  29. Урок 29. 00:00:44
    Homework - Redirect authenticated user from signin and signup page
  30. Урок 30. 00:02:42
    Homework solution
  31. Урок 31. 00:16:05
    Auth and admin middlewares - Backend
  32. Урок 32. 00:04:52
    Admin and user dashboard
  33. Урок 33. 00:05:59
    Protecting routes for auth and admin user
  34. Урок 34. 00:00:47
    Homework - Show dashboard link in nav based on user role
  35. Урок 35. 00:03:13
    Dashboard link
  36. Урок 36. 00:12:54
    Category schema routes and controllers
  37. Урок 37. 00:02:40
    Error handler to avoid duplicates
  38. Урок 38. 00:09:50
    Category list read delete
  39. Урок 39. 00:02:13
    Homework tags
  40. Урок 40. 00:05:29
    Homework solution - Tags create list read and delete
  41. Урок 41. 00:05:28
    Using nprogress
  42. Урок 42. 00:06:57
    CSS using static file and next-css
  43. Урок 43. 00:07:24
    Category page
  44. Урок 44. 00:15:45
    Create category
  45. Урок 45. 00:15:42
    Category read delete and messages
  46. Урок 46. 00:03:27
    Homework - Tags
  47. Урок 47. 00:07:28
    Homework solution - Tags
  48. Урок 48. 00:07:54
    Blog schema
  49. Урок 49. 00:18:08
    Create blog with photo
  50. Урок 50. 00:18:40
    Create blog with categories and tags
  51. Урок 51. 00:05:50
    Generate blog excerpt
  52. Урок 52. 00:04:35
    Blog create page setup
  53. Урок 53. 00:12:35
    Blog create action and imports
  54. Урок 54. 00:09:36
    Blog create form
  55. Урок 55. 00:16:53
    Quill modules, event handlers and localstorage
  56. Урок 56. 00:11:04
    Show categories and tags in checkbox
  57. Урок 57. 00:08:54
    Toggle categories check uncheck
  58. Урок 58. 00:12:42
    Publish blog
  59. Урок 59. 00:09:52
    Blog published message
  60. Урок 60. 00:10:59
    List all blogs
  61. Урок 61. 00:08:40
    List all blogs categories and tags
  62. Урок 62. 00:09:48
    Read and delete blogs
  63. Урок 63. 00:16:08
    Blog update
  64. Урок 64. 00:04:28
    Show blog photo
  65. Урок 65. 00:11:10
    Blogs page
  66. Урок 66. 00:18:22
    SSR blogs page with getInitialProps
  67. Урок 67. 00:09:42
    Show blog categories and tags
  68. Урок 68. 00:03:36
    Show blog image
  69. Урок 69. 00:04:14
    Show all categories and tags
  70. Урок 70. 00:21:47
    SEO head section for blogs
  71. Урок 71. 00:15:50
    Load more blogs
  72. Урок 72. 00:10:59
    Show Single Blog
  73. Урок 73. 00:08:15
    Single blog with fullwidth image and content
  74. Урок 74. 00:08:33
    Single blog head section for SEO
  75. Урок 75. 00:05:46
    Related blogs backend
  76. Урок 76. 00:16:43
    Related blogs frontend
  77. Урок 77. 00:08:36
    List of blogs for admin
  78. Урок 78. 00:11:30
    Delete blog
  79. Урок 79. 00:11:01
    Update blog page setup
  80. Урок 80. 00:13:24
    Update blog - Populate content in rich text editor
  81. Урок 81. 00:18:31
    Update blog - Show checked categories and tags
  82. Урок 82. 00:15:59
    Blog update complete
  83. Урок 83. 00:03:54
    Categories and tags page for SEO
  84. Урок 84. 00:12:05
    Show categories with associated blogs
  85. Урок 85. 00:01:46
    Homework - Tags page and SEO
  86. Урок 86. 00:08:47
    Solution - Tags with all blogs and SEO
  87. Урок 87. 00:04:33
    What is next
  88. Урок 88. 00:06:04
    Blogs search backend
  89. Урок 89. 00:23:01
    Blogs search frontend
  90. Урок 90. 00:09:46
    User public profile backend
  91. Урок 91. 00:05:10
    Public profile page setup
  92. Урок 92. 00:15:39
    User public profile page
  93. Урок 93. 00:05:14
    Click blog author name to view profile
  94. Урок 94. 00:09:54
    User profile update and photo backend
  95. Урок 95. 00:07:59
    Profile update actions and page setup
  96. Урок 96. 00:07:37
    Profile update component setup
  97. Урок 97. 00:16:33
    Update user profile
  98. Урок 98. 00:08:49
    Profile update errors validation messages and user photo
  99. Урок 99. 00:07:19
    Update user in local storage
  100. Урок 100. 00:08:23
    Blog create for auth user
  101. Урок 101. 00:05:26
    Auth user can create blog
  102. Урок 102. 00:12:41
    Auth user can update delete blog backend
  103. Урок 103. 00:13:06
    Auth user can update delete blog frontend
  104. Урок 104. 00:15:47
    Handling token expiry
  105. Урок 105. 00:09:58
    DISQUS commenting system
  106. Урок 106. 00:08:41
    Sending Emails with Sendgrid part 1
  107. Урок 107. 00:10:49
    Sending Emails with Sendgrid part 2
  108. Урок 108. 00:04:02
    Contact blog author - Backend
  109. Урок 109. 00:08:05
    Contact page
  110. Урок 110. 00:14:23
    Contact page - sending emails
  111. Урок 111. 00:03:56
    Contact author by email
  112. Урок 112. 00:03:58
    Forgot and reset password workflow
  113. Урок 113. 00:16:37
    Forgot password backend
  114. Урок 114. 00:11:14
    Reset password backend
  115. Урок 115. 00:15:48
    Forgot password frontend
  116. Урок 116. 00:13:27
    Reset password frontend
  117. Урок 117. 00:13:59
    Account activation email pre-signup
  118. Урок 118. 00:21:12
    Signup user after successful account activation
  119. Урок 119. 00:21:08
    Login with google backend
  120. Урок 120. 00:17:23
    Login with google frontend
  121. Урок 121. 00:10:54
    Using Google Analytics
  122. Урок 122. 00:01:42
    Static Home page
  123. Урок 123. 00:16:39
    Getting started with Digital Ocean
  124. Урок 124. 00:04:05
    Running backend and frontend in digital ocean part 1
  125. Урок 125. 00:20:22
    Running backend and frontend in digital ocean part 2
  126. Урок 126. 00:01:48
    Live server test - signup and contact form
  127. Урок 127. 00:05:11
    How to write SEO blogs - TIPS
  128. Урок 128. 00:05:21
    Admin user in live server
  129. Урок 129. 00:02:00
    Creating blog and updating profile in live site
  130. Урок 130. 00:04:56
    Pushing changes from local project to Github and live server
  131. Урок 131. 00:03:08
    Adding domain name
  132. Урок 132. 00:02:54
    Using Cloudflare CDN and free SSL
  133. Урок 133. 00:04:12
    Updating config endpoints to use actual domain
  134. Урок 134. 00:01:49
    MERN Stack - React Node from Scratch with Social Network Project
  135. Урок 135. 00:00:55
    MERN Stack - React Node Ecommerce App from Scratch to Cloud Servers
  136. Урок 136. 00:05:21
    MERN Stack - React Node Web Development with Ultimate Authentication Project