1. Урок 1. 00:02:19
    What is node js
  2. Урок 2. 00:02:21
    Why learn node js
  3. Урок 3. 00:02:40
    Installing node js
  4. Урок 4. 00:03:16
    Javascript in browser environment
  5. Урок 5. 00:02:27
    Javascript in node js environment
  6. Урок 6. 00:02:55
    Getting started with node js
  7. Урок 7. 00:03:44
    Writing functions
  8. Урок 8. 00:06:27
    Import export
  9. Урок 9. 00:05:38
    Using arrow functions
  10. Урок 10. 00:02:02
    Object destructuring
  11. Урок 11. 00:03:30
    Using node js core modules
  12. Урок 12. 00:08:16
    Using npm packages
  13. Урок 13. 00:05:29
    Using express
  14. Урок 14. 00:03:07
    Node js event loop
  15. Урок 15. 00:04:29
    Programming for event loop
  16. Урок 16. 00:08:14
    Asynchronous programming
  17. Урок 17. 00:04:25
    Synchronous programming
  18. Урок 18. 00:03:47
    Functional approach
  19. Урок 19. 00:02:38
    Secrets of understanding node js
  20. Урок 20. 00:07:16
    Creating server with express
  21. Урок 21. 00:05:05
    Separating routes
  22. Урок 22. 00:06:50
    Middleware explained
  23. Урок 23. 00:07:14
    Using controllers
  24. Урок 24. 00:04:33
    Json and postman
  25. Урок 25. 00:11:32
    Signup with mlab to use mongodb
  26. Урок 26. 00:05:42
    Connecting to database using mongoose
  27. Урок 27. 00:04:53
    Post schema
  28. Урок 28. 00:12:59
    Creating a post
  29. Урок 29. 00:14:27
    Validation and friendly error messages
  30. Урок 30. 00:06:37
    Getting posts
  31. Урок 31. 00:03:04
    Whats next and cleanup
  32. Урок 32. 00:05:08
    User schema
  33. Урок 33. 00:12:49
    Virtual fields and methods
  34. Урок 34. 00:12:16
    User signup using async await
  35. Урок 35. 00:09:49
    User signin validation and error messaging
  36. Урок 36. 00:09:41
    User signin flow
  37. Урок 37. 00:13:33
    User signin with jwt
  38. Урок 38. 00:03:43
    Testing user signin
  39. Урок 39. 00:03:27
    Signout method
  40. Урок 40. 00:06:39
    Protecting routes
  41. Урок 41. 00:02:59
    Handling unauthorized error
  42. Урок 42. 00:05:23
    Implementing authorization
  43. Урок 43. 00:06:35
    Find user by id and add to req object
  44. Урок 44. 00:03:59
    Has authorization method
  45. Урок 45. 00:02:01
    Apply require signin to create post
  46. Урок 46. 00:08:49
    Showing all users
  47. Урок 47. 00:07:49
    Showing single user
  48. Урок 48. 00:10:51
    Update user
  49. Урок 49. 00:06:22
    Delete user
  50. Урок 50. 00:06:46
    User post relationship with post schema
  51. Урок 51. 00:11:13
    Create post with image upload and user
  52. Урок 52. 00:09:34
    Testing create post
  53. Урок 53. 00:02:36
    Get all posts with user
  54. Урок 54. 00:07:31
    Get all posts by user
  55. Урок 55. 00:02:53
    Post update delete flow
  56. Урок 56. 00:03:51
    Post by id based on route param
  57. Урок 57. 00:10:39
    Delete post
  58. Урок 58. 00:05:59
    Update post
  59. Урок 59. 00:03:59
    Whats next
  60. Урок 60. 00:09:11
    Documenting api
  61. Урок 61. 00:03:41
    Adding cors
  62. Урок 62. 00:01:54
    Modern javascript
  63. Урок 63. 00:04:06
    Creating variables using const
  64. Урок 64. 00:03:48
    Creating variables using let
  65. Урок 65. 00:05:10
    Template strings
  66. Урок 66. 00:03:25
    Default parameters
  67. Урок 67. 00:05:58
    Arrow functions
  68. Урок 68. 00:10:11
    Arrow functions and this keyword
  69. Урок 69. 00:08:14
    Destructuring object
  70. Урок 70. 00:02:09
    Destructuring array
  71. Урок 71. 00:04:57
    Restructuring
  72. Урок 72. 00:07:32
    Spread and rest operators
  73. Урок 73. 00:14:23
    Class constructor super
  74. Урок 74. 00:05:24
    Installing react
  75. Урок 75. 00:06:23
    React files and folders introduction
  76. Урок 76. 00:10:59
    Storing data in component state via ajax call
  77. Урок 77. 00:05:48
    Rendering state data using map
  78. Урок 78. 00:04:18
    Conditional rendering
  79. Урок 79. 00:09:36
    Imports exports props
  80. Урок 80. 00:07:40
    Handling click events
  81. Урок 81. 00:04:24
    Destructuring inline styling and keys
  82. Урок 82. 00:04:45
    Create react project
  83. Урок 83. 00:09:30
    Using react router dom
  84. Урок 84. 00:02:51
    Adding pages
  85. Урок 85. 00:04:25
    Signup form
  86. Урок 86. 00:08:46
    Handling onChange events
  87. Урок 87. 00:11:02
    User signup
  88. Урок 88. 00:06:03
    Code refactoring
  89. Урок 89. 00:08:48
    Showing validation and success message
  90. Урок 90. 00:03:57
    Code refactoring signup page
  91. Урок 91. 00:08:07
    Signin page
  92. Урок 92. 00:10:56
    User signin
  93. Урок 93. 00:05:05
    Loading...
  94. Урок 94. 00:04:20
    Menu component
  95. Урок 95. 00:08:49
    Styling and active link
  96. Урок 96. 00:13:00
    Signout
  97. Урок 97. 00:08:09
    Conditional rendering of signup signin links
  98. Урок 98. 00:02:48
    Show user name
  99. Урок 99. 00:05:29
    Code refactoring auth logic
  100. Урок 100. 00:07:07
    Profile page
  101. Урок 101. 00:05:40
    Showing user info from local storage
  102. Урок 102. 00:03:51
    Using .env variables
  103. Урок 103. 00:13:46
    Fetch user profile
  104. Урок 104. 00:08:19
    Code refactoring fetch user
  105. Урок 105. 00:06:45
    Show edit profile delete profile buttons
  106. Урок 106. 00:02:42
    Active link user profile
  107. Урок 107. 00:01:45
    Whats next?
  108. Урок 108. 00:02:30
    Users component
  109. Урок 109. 00:04:22
    Populate users in state
  110. Урок 110. 00:06:08
    Loop through users
  111. Урок 111. 00:06:18
    Style user cards
  112. Урок 112. 00:03:39
    Default profile image
  113. Урок 113. 00:08:37
    All users profile page
  114. Урок 114. 00:02:15
    Delete profile component
  115. Урок 115. 00:03:25
    Users profile based on props change
  116. Урок 116. 00:03:58
    Delete account prompt
  117. Урок 117. 00:07:35
    Delete user account
  118. Урок 118. 00:07:09
    Edit profile component
  119. Урок 119. 00:05:30
    Pre profile edit profile form
  120. Урок 120. 00:09:51
    Update user profile
  121. Урок 121. 00:09:18
    Client side validation on profile update
  122. Урок 122. 00:08:58
    Private route for authenticated users only
  123. Урок 123. 00:11:00
    Profile photo upload
  124. Урок 124. 00:03:53
    Loading... on edit profile
  125. Урок 125. 00:13:44
    Node API - Update profile with image
  126. Урок 126. 00:04:22
    File size validation
  127. Урок 127. 00:05:45
    Node API - Get user photo with separate route
  128. Урок 128. 00:05:18
    Display profile image in edit profile page
  129. Урок 129. 00:09:21
    Default image and profile image on all pages
  130. Урок 130. 00:04:52
    User about field
  131. Урок 131. 00:07:34
    Update user info in local storage
  132. Урок 132. 00:03:03
    Whats next?
  133. Урок 133. 00:05:54
    Following and followers - User schema and userById method
  134. Урок 134. 00:09:46
    Following and followers - Routes and controller methods
  135. Урок 135. 00:03:44
    Remove following and remove followers - Routes and controller methods
  136. Урок 136. 00:04:41
    Follow Profile Buttons Component
  137. Урок 137. 00:08:08
    Check follow or not
  138. Урок 138. 00:10:55
    Implement follow
  139. Урок 139. 00:04:49
    Implement unfollow
  140. Урок 140. 00:06:02
    Profile tabs component
  141. Урок 141. 00:07:34
    Display followers list
  142. Урок 142. 00:05:22
    Display following list
  143. Урок 143. 00:06:49
    Node API - Who to follow?
  144. Урок 144. 00:08:55
    Find people component
  145. Урок 145. 00:10:19
    Find people and follow
  146. Урок 146. 00:02:58
    Starting with posts
  147. Урок 147. 00:18:32
    Create new post
  148. Урок 148. 00:08:39
    Show all posts in home page
  149. Урок 149. 00:12:38
    Show post's user date and excerpt
  150. Урок 150. 00:03:45
    Node API - Post image
  151. Урок 151. 00:04:52
    Show posts with image
  152. Урок 152. 00:03:25
    Single post component
  153. Урок 153. 00:06:15
    Load single post in state
  154. Урок 154. 00:06:40
    Display single post
  155. Урок 155. 00:03:04
    Show loading on single post and posts
  156. Урок 156. 00:08:15
    Posts by user
  157. Урок 157. 00:04:29
    Display posts by user
  158. Урок 158. 00:06:48
    Show update delete buttons
  159. Урок 159. 00:07:24
    Delete post
  160. Урок 160. 00:01:52
    Delete post prompt
  161. Урок 161. 00:04:48
    Update post component
  162. Урок 162. 00:17:23
    Implement update post
  163. Урок 163. 00:05:36
    Update post photo and error messaging
  164. Урок 164. 00:02:13
    Whats next?
  165. Урок 165. 00:09:45
    Node API - Implement like unlike
  166. Урок 166. 00:03:21
    React frontend - Like Unlike methods
  167. Урок 167. 00:15:28
    Implement like unlike in frontend
  168. Урок 168. 00:04:38
    Like unlike styling
  169. Урок 169. 00:04:46
    Like signin redirect
  170. Урок 170. 00:08:56
    Comments backend
  171. Урок 171. 00:03:21
    React comment uncomment methods
  172. Урок 172. 00:14:54
    Adding comments
  173. Урок 173. 00:12:04
    Render comments
  174. Урок 174. 00:13:04
    Comment uncomment and validations
  175. Урок 175. 00:13:44
    Deploy Node JS API - Signup and super user
  176. Урок 176. 00:12:09
    Running API in Digital Ocean
  177. Урок 177. 00:07:02
    Using mongoDB in Digital Ocean
  178. Урок 178. 00:10:15
    Deploy React SPA to Digital Ocean
  179. Урок 179. 00:02:18
    Own reCAPTCHA?
  180. Урок 180. 00:01:27
    Super Admin Overview
  181. Урок 181. 00:11:44
    Implementing role to users
  182. Урок 182. 00:11:40
    Making a user admin using command line
  183. Урок 183. 00:06:44
    Admin can update and delete anyone's post
  184. Урок 184. 00:12:45
    Admin can update and delete any user
  185. Урок 185. 00:07:30
    How to download source code from Github and checkout different commits