1. Урок 1. 00:10:22
    What we will build
  2. Урок 2. 00:04:14
    Aim of the project
  3. Урок 3. 00:14:46
    Application workflow
  4. Урок 4. 00:14:48
    Finished project demo
  5. Урок 5. 00:07:49
    Setup react nextjs client
  6. Урок 6. 00:07:38
    Layout component
  7. Урок 7. 00:05:16
    Head section
  8. Урок 8. 00:05:52
    Link component
  9. Урок 9. 00:08:37
    Nav progress bar
  10. Урок 10. 00:09:13
    Loading css
  11. Урок 11. 00:25:28
    Register page
  12. Урок 12. 00:04:38
    Client folder setup and next steps
  13. Урок 13. 00:12:41
    Server setup
  14. Урок 14. 00:06:16
    Routes
  15. Урок 15. 00:04:51
    Controllers
  16. Урок 16. 00:15:58
    User schema
  17. Урок 17. 00:16:43
    Virtual field and methods
  18. Урок 18. 00:15:56
    More NPM packages
  19. Урок 19. 00:10:24
    Axios post request
  20. Урок 20. 00:17:06
    Validation
  21. Урок 21. 00:12:28
    Mongo atlas
  22. Урок 22. 00:15:16
    AWS signup
  23. Урок 23. 00:19:35
    AWS SES for sending email
  24. Урок 24. 00:20:41
    Register activation email
  25. Урок 25. 00:08:14
    Register email params
  26. Урок 26. 00:13:31
    Success and error messages
  27. Урок 27. 00:06:23
    Async await
  28. Урок 28. 00:09:01
    Environment variables with nextjs
  29. Урок 29. 00:21:57
    Activate account - client
  30. Урок 30. 00:20:27
    Activate account - server
  31. Урок 31. 00:19:31
    Login - server
  32. Урок 32. 00:12:36
    Login - client
  33. Урок 33. 00:18:57
    Local storage and cookie helpers
  34. Урок 34. 00:08:07
    Save user token in browser cookie
  35. Урок 35. 00:11:54
    Redirect based on role
  36. Урок 36. 00:13:29
    Logout and conditional rendering
  37. Урок 37. 00:16:15
    Express JWT middleware
  38. Урок 38. 00:08:11
    Auth and admin middleware
  39. Урок 39. 00:16:03
    User profile - server
  40. Урок 40. 00:20:06
    SSR and getInitialProps
  41. Урок 41. 00:19:31
    Auth routes server side
  42. Урок 42. 00:19:01
    withUser and withAdmin HOC
  43. Урок 43. 00:04:15
    What's next?
  44. Урок 44. 00:21:58
    Forgot password - server
  45. Урок 45. 00:13:31
    Reset password - server
  46. Урок 46. 00:19:31
    Forgot password - client
  47. Урок 47. 00:21:33
    Reset password - client
  48. Урок 48. 00:08:17
    Category schema
  49. Урок 49. 00:13:29
    Category routes and controllers setup
  50. Урок 50. 00:15:44
    Trying create category with postman
  51. Урок 51. 00:20:43
    AWS S3
  52. Урок 52. 00:36:42
    Uploading images to S3 using form data
  53. Урок 53. 00:38:55
    Create category - client
  54. Урок 54. 00:20:20
    Show all categories
  55. Урок 55. 00:14:07
    Uploading base64 image to S3
  56. Урок 56. 00:23:10
    Image resize client side and upload
  57. Урок 57. 00:15:06
    Rich text editor
  58. Урок 58. 00:10:59
    Link schema
  59. Урок 59. 00:14:04
    Link validators routes and controllers
  60. Урок 60. 00:10:30
    Link create and read - server
  61. Урок 61. 00:06:06
    Steps to create/submit link - client
  62. Урок 62. 00:12:37
    Submit link page part 1
  63. Урок 63. 00:10:12
    Submit link page part 2
  64. Урок 64. 00:17:06
    Submit link page part 3
  65. Урок 65. 00:15:20
    Submit link page part 4
  66. Урок 66. 00:15:36
    Submit link page part 5
  67. Урок 67. 00:22:19
    Single category with links - server
  68. Урок 68. 00:19:49
    Single category page with links part 1
  69. Урок 69. 00:24:02
    Single category page with links part 2
  70. Урок 70. 00:10:59
    Load more
  71. Урок 71. 00:12:54
    Click count - server
  72. Урок 72. 00:09:30
    Click count - client
  73. Урок 73. 00:07:51
    Infinite scrolling
  74. Урок 74. 00:04:05
    Next steps
  75. Урок 75. 00:14:19
    Categories read - admin
  76. Урок 76. 00:13:43
    Update delete buttons and warnings
  77. Урок 77. 00:13:53
    Update category - server
  78. Урок 78. 00:03:27
    Delete category - server
  79. Урок 79. 00:09:51
    Delete category - client
  80. Урок 80. 00:12:57
    Reset mongo atlas database and AWS S3
  81. Урок 81. 00:29:43
    Update category - client
  82. Урок 82. 00:20:12
    All links by user
  83. Урок 83. 00:16:05
    User dashboard part 1
  84. Урок 84. 00:13:05
    User dashboard part 2
  85. Урок 85. 00:06:58
    Update delete link - server
  86. Урок 86. 00:19:25
    Update link - client
  87. Урок 87. 00:08:00
    All links for admin - server
  88. Урок 88. 00:13:32
    All links for admin - client
  89. Урок 89. 00:13:29
    canUpdateDeleteLink middleware
  90. Урок 90. 00:14:05
    Delete any link by admin
  91. Урок 91. 00:12:05
    Update any link by admin
  92. Урок 92. 00:08:42
    Choose favourite category on user registration - client
  93. Урок 93. 00:07:54
    Choose favourite category on user registration - server
  94. Урок 94. 00:38:28
    Mass email to users on new link publish
  95. Урок 95. 00:08:34
    Update user profile - server
  96. Урок 96. 00:16:45
    Update user profile - client
  97. Урок 97. 00:09:16
    Update user in local storage
  98. Урок 98. 00:09:53
    Most popular / Trending links - server
  99. Урок 99. 00:14:18
    Most popular / Trending links - client
  100. Урок 100. 00:04:55
    Click count - client
  101. Урок 101. 00:06:39
    Most popular link in given category
  102. Урок 102. 00:15:44
    Head section for SEO
  103. Урок 103. 00:05:34
    Push code to github
  104. Урок 104. 00:01:25
    AWS IAM acces
  105. Урок 105. 00:08:44
    AWS EC2 Instance
  106. Урок 106. 00:17:45
    Running our projects in EC2
  107. Урок 107. 00:11:27
    NGINX Configuration
  108. Урок 108. 00:11:27
    Push code changes to EC2
  109. Урок 109. 00:07:50
    Route 53 - Add domain