1. Урок 1. 00:11:44
    Getting ready to start project
  2. Урок 2. 00:07:47
    Initialize Application
  3. Урок 3. 00:08:48
    Back-End Development
  4. Урок 4. 00:07:42
    View Engine
  5. Урок 5. 00:09:55
    Render template for view
  6. Урок 6. 00:09:29
    Nodemon Module
  7. Урок 7. 00:06:35
    Bootstrap
  8. Урок 8. 00:06:34
    Navbar Component
  9. Урок 9. 00:03:38
    Footer Component
  10. Урок 10. 00:09:03
    Form
  11. Урок 11. 00:10:01
    Dynamic Title
  12. Урок 12. 00:09:30
    GitHub
  13. Урок 13. 00:02:54
    Heroku CLI
  14. Урок 14. 00:06:46
    Deployment
  15. Урок 15. 00:10:18
    Form Submit
  16. Урок 16. 00:06:11
    Parse Incoming Data
  17. Урок 17. 00:10:34
    Mongoose Module
  18. Урок 18. 00:14:46
    mLab Database
  19. Урок 19. 00:11:29
    Storing data into database
  20. Урок 20. 00:10:28
    Dynamically display data
  21. Урок 21. 00:08:24
    User Model
  22. Урок 22. 00:03:33
    Login With Facebook
  23. Урок 23. 00:04:31
    Facebook App ID and Secret
  24. Урок 24. 00:03:22
    Passport Module
  25. Урок 25. 00:07:10
    Auth Configuration
  26. Урок 26. 00:10:13
    Facebook Strategy
  27. Урок 27. 00:09:58
    FB Auth Process
  28. Урок 28. 00:17:45
    Storing User Data
  29. Урок 29. 00:09:00
    Display User Data on profile page
  30. Урок 30. 00:08:39
    Logout User
  31. Урок 31. 00:07:38
    Access control
  32. Урок 32. 00:08:59
    Auth Helpers
  33. Урок 33. 00:09:06
    User profile
  34. Урок 34. 00:08:41
    Google Auth
  35. Урок 35. 00:07:33
    Passport-google-oauth module
  36. Урок 36. 00:06:29
    Google Strategy
  37. Урок 37. 00:07:48
    Testing Google Auth Process
  38. Урок 38. 00:10:17
    Store Google User Data
  39. Урок 39. 00:04:17
    Adjustment of google user image url
  40. Урок 40. 00:07:59
    Static folder to serve css and js files
  41. Урок 41. 00:07:08
    Login Form
  42. Урок 42. 00:06:56
    Signup form
  43. Урок 43. 00:06:25
    Connect-flash module
  44. Урок 44. 00:19:47
    Signup form validation
  45. Урок 45. 00:09:59
    User with email already exist
  46. Урок 46. 00:07:21
    Encrypt Password
  47. Урок 47. 00:10:30
    Store User Data into MongoDB
  48. Урок 48. 00:07:36
    Passport-local module
  49. Урок 49. 00:11:32
    Local Strategy
  50. Урок 50. 00:10:30
    Login with email
  51. Урок 51. 00:05:10
    Default user image
  52. Урок 52. 00:03:50
    Pushing changes to Github
  53. Урок 53. 00:09:06
    Deploy changes to heroku
  54. Урок 54. 00:08:00
    MongoDB for production
  55. Урок 55. 00:07:28
    Facebook App ID and Secret for production
  56. Урок 56. 00:04:34
    Facebook CB url for production
  57. Урок 57. 00:07:52
    Google +API for production
  58. Урок 58. 00:09:03
    Login with google for production
  59. Урок 59. 00:09:58
    AWS S3 storage
  60. Урок 60. 00:07:28
    AWS Access ID and Key
  61. Урок 61. 00:03:20
    Deployment of Changes in source code
  62. Урок 62. 00:05:11
    Aws-sdk module
  63. Урок 63. 00:16:27
    Helper to upload image
  64. Урок 64. 00:03:08
    Upload Route
  65. Урок 65. 00:12:03
    Submit form to upload image
  66. Урок 66. 00:05:08
    POST method to upload profile image
  67. Урок 67. 00:12:21
    jQuery AJAX request
  68. Урок 68. 00:10:31
    Formidable module
  69. Урок 69. 00:12:31
    Upload image into AWS S3 storage
  70. Урок 70. 00:09:02
    Font-Awesome icons
  71. Урок 71. 00:09:41
    Display User Profile
  72. Урок 72. 00:15:06
    Update form for user profile
  73. Урок 73. 00:07:28
    Update profile
  74. Урок 74. 00:12:21
    Delete Account
  75. Урок 75. 00:06:11
    Deploy Changes
  76. Урок 76. 00:03:47
    RequireLogin Helper
  77. Урок 77. 00:14:02
    UI Style
  78. Урок 78. 00:09:00
    Fetch all users from DB
  79. Урок 79. 00:07:50
    Online Users
  80. Урок 80. 00:08:58
    Single User
  81. Урок 81. 00:04:11
    Card Component
  82. Урок 82. 00:10:54
    Chat model
  83. Урок 83. 00:05:25
    Chat route
  84. Урок 84. 00:15:40
    Starting chat process
  85. Урок 85. 00:06:14
    Find one dialogue
  86. Урок 86. 00:06:26
    Rendering Chat Template
  87. Урок 87. 00:07:32
    Chat Array
  88. Урок 88. 00:05:43
    Chat Form
  89. Урок 89. 00:24:57
    Submit Chat Form
  90. Урок 90. 00:05:06
    Testing Chat Process
  91. Урок 91. 00:06:13
    Receiver continue dialogue
  92. Урок 92. 00:06:06
    Chat Overflow
  93. Урок 93. 00:05:43
    Auto Scroll Function
  94. Урок 94. 00:10:49
    Moment.js
  95. Урок 95. 00:06:15
    Route to profile page from chat room
  96. Урок 96. 00:11:57
    Styling single page
  97. Урок 97. 00:08:43
    UX design
  98. Урок 98. 00:03:16
    Fixed Navbar
  99. Урок 99. 00:03:29
    Navbar Logo
  100. Урок 100. 00:03:18
    Smile icon
  101. Урок 101. 00:03:45
    Singles Page Style
  102. Урок 102. 00:06:29
    Smile Model
  103. Урок 103. 00:07:28
    Send Smile
  104. Урок 104. 00:09:42
    Display Smile on User Profile
  105. Урок 105. 00:06:36
    Delete Smile
  106. Урок 106. 00:09:42
    Smile Notification
  107. Урок 107. 00:09:27
    Show new smile
  108. Урок 108. 00:08:32
    Styling new smile
  109. Урок 109. 00:08:17
    Fix smile notification
  110. Урок 110. 00:06:13
    Find unread messages
  111. Урок 111. 00:07:44
    Notify user about unread message
  112. Урок 112. 00:06:34
    Chat History
  113. Урок 113. 00:15:07
    Display Chat History
  114. Урок 114. 00:05:09
    Path to Chat History
  115. Урок 115. 00:09:33
    Delete chat
  116. Урок 116. 00:06:26
    Route to chat room
  117. Урок 117. 00:04:52
    No messages found
  118. Урок 118. 00:13:11
    Wallet Checker
  119. Урок 119. 00:06:09
    Stripe Checkout
  120. Урок 120. 00:07:33
    Payment Form
  121. Урок 121. 00:12:10
    Stripe Module
  122. Урок 122. 00:09:05
    Submit payment form
  123. Урок 123. 00:16:29
    Buy messages
  124. Урок 124. 00:05:07
    Fixing chat order
  125. Урок 125. 00:07:26
    Payment options
  126. Урок 126. 00:09:59
    More payment options
  127. Урок 127. 00:07:28
    Styling payment form
  128. Урок 128. 00:04:51
    Styling smile icon
  129. Урок 129. 00:10:06
    Deploy changes
  130. Урок 130. 00:10:33
    Post Model
  131. Урок 131. 00:08:02
    Icon for Post
  132. Урок 132. 00:17:43
    Post Form
  133. Урок 133. 00:05:41
    Submit Post Form
  134. Урок 134. 00:17:24
    Create post
  135. Урок 135. 00:04:05
    Public posts
  136. Урок 136. 00:12:26
    Display public posts
  137. Урок 137. 00:08:03
    Public post icon
  138. Урок 138. 00:12:13
    Public and Private posts
  139. Урок 139. 00:07:30
    Private posts
  140. Урок 140. 00:14:35
    Dynamic icon
  141. Урок 141. 00:06:49
    Edit and delete post
  142. Урок 142. 00:04:30
    Delete post
  143. Урок 143. 00:08:26
    Edit post
  144. Урок 144. 00:18:29
    Save edited post
  145. Урок 145. 00:04:00
    Allow people to leave comment
  146. Урок 146. 00:08:42
    Like and Comment post
  147. Урок 147. 00:03:43
    UI for like and comment icons
  148. Урок 148. 00:06:23
    Like post
  149. Урок 149. 00:04:35
    Full post
  150. Урок 150. 00:09:36
    Display post with like users
  151. Урок 151. 00:02:43
    Route to user profile
  152. Урок 152. 00:03:00
    View more about post
  153. Урок 153. 00:11:46
    Display comment form
  154. Урок 154. 00:07:23
    Submit comment form
  155. Урок 155. 00:06:01
    Display comments
  156. Урок 156. 00:01:52
    Display date
  157. Урок 157. 00:06:19
    Find public posts
  158. Урок 158. 00:09:51
    Display public post comments
  159. Урок 159. 00:05:55
    Populate user likes
  160. Урок 160. 00:07:12
    Profile page update
  161. Урок 161. 00:19:37
    Update post
  162. Урок 162. 00:03:47
    Online and Offline User
  163. Урок 163. 00:08:48
    Forget password?
  164. Урок 164. 00:09:15
    Password does not match
  165. Урок 165. 00:07:14
    Update password
  166. Урок 166. 00:09:17
    UX design
  167. Урок 167. 00:02:21
    Facebook and Google icons
  168. Урок 168. 00:03:33
    Deployment
  169. Урок 169. 00:08:22
    Domain name
  170. Урок 170. 00:13:51
    UX Style
  171. Урок 171. 00:07:09
    Friend Request
  172. Урок 172. 00:03:56
    Friends Array
  173. Урок 173. 00:13:10
    Send Friend Request
  174. Урок 174. 00:05:12
    Update friends array
  175. Урок 175. 00:17:34
    Notify friend request
  176. Урок 176. 00:08:58
    Show friend request
  177. Урок 177. 00:11:04
    Accept friend request
  178. Урок 178. 00:16:10
    Display new friend
  179. Урок 179. 00:18:20
    Display all friends
  180. Урок 180. 00:12:40
    Display only friends
  181. Урок 181. 00:08:11
    Reject friend request
  182. Урок 182. 00:09:45
    Show rejected friend
  183. Урок 183. 00:12:03
    Update friends array of sender
  184. Урок 184. 00:14:17
    Display friends for public
  185. Урок 185. 00:05:03
    Display friends in profile page
  186. Урок 186. 00:14:41
    Upload more pictures
  187. Урок 187. 00:04:53
    Display upload form
  188. Урок 188. 00:08:26
    Submit form to upload image
  189. Урок 189. 00:04:48
    Upload picture
  190. Урок 190. 00:10:42
    Icons for picture
  191. Урок 191. 00:08:42
    Styling picture
  192. Урок 192. 00:07:18
    UX for pictures
  193. Урок 193. 00:07:09
    Delete picture
  194. Урок 194. 00:07:46
    Enlarge picture
  195. Урок 195. 00:14:01
    Socket.io in server side
  196. Урок 196. 00:11:02
    Socket.io in Client side
  197. Урок 197. 00:05:30
    Emit event from Server
  198. Урок 198. 00:18:01
    Require age and gender
  199. Урок 199. 00:11:25
    Catch user ID by Socket.io
  200. Урок 200. 00:30:28
    Automatic message from Admin
  201. Урок 201. 00:08:29
    Show user wallet
  202. Урок 202. 00:15:27
    Deployment
  203. Урок 203. 00:06:14
    UX style
  204. Урок 204. 00:09:21
    UI design
  205. Урок 205. 00:13:20
    HTTPS certificate for website