1. Урок 1. 00:03:30
    Welcome To The Course
  2. Урок 2. 00:05:23
    A Look At The Course Project
  3. Урок 3. 00:06:34
    Environment & Setup
  4. Урок 4. 00:06:15
    MongoDB Atlas Setup
  5. Урок 5. 00:08:08
    Install Dependencies & Basic Express Setup
  6. Урок 6. 00:07:06
    Connecting To MongoDB With Mongoose
  7. Урок 7. 00:07:56
    Route Files With Express Router
  8. Урок 8. 00:04:23
    Creating The User Model
  9. Урок 9. 00:09:51
    Request & Body Validation
  10. Урок 10. 00:14:14
    User Registration
  11. Урок 11. 00:10:04
    Implementing JWT
  12. Урок 12. 00:12:32
    Custom Auth Middleware & JWT Verify
  13. Урок 13. 00:09:40
    User Authentication / Login Route
  14. Урок 14. 00:05:20
    Creating The Profile Model
  15. Урок 15. 00:06:46
    Get Current User Profile
  16. Урок 16. 00:21:24
    Create & Update Profile Routes
  17. Урок 17. 00:12:04
    Get All Profiles & Profile By User ID
  18. Урок 18. 00:06:20
    Delete Profile & User
  19. Урок 19. 00:11:45
    Add Profile Experience
  20. Урок 20. 00:06:50
    Delete Profile Experience
  21. Урок 21. 00:07:19
    Add & Delete Profile Education
  22. Урок 22. 00:09:06
    Get Github Repos For Profile
  23. Урок 23. 00:05:49
    Creating The Post Model
  24. Урок 24. 00:11:16
    Add Post Route
  25. Урок 25. 00:12:13
    Get & Delete Post Routes
  26. Урок 26. 00:11:24
    Post Like & Unlike Routes
  27. Урок 27. 00:13:23
    Add & Remove Comment Routes
  28. Урок 28. 00:06:12
    A Look At The The UI / Theme
  29. Урок 29. 00:05:43
    React & Concurrently Setup
  30. Урок 30. 00:06:29
    Clean Up & Initial Components
  31. Урок 31. 00:06:16
    React Router Setup
  32. Урок 32. 00:09:01
    Register Form & useState Hook
  33. Урок 33. 00:08:38
    Request Example & Login Form
  34. Урок 34. 00:05:47
    The Gist Of Redux
  35. Урок 35. 00:07:30
    Creating a Redux Store
  36. Урок 36. 00:11:48
    Alert Reducer, Action & Types
  37. Урок 37. 00:17:49
    Alert Component & Action Call
  38. Урок 38. 00:19:02
    Auth Reducer & Register Action
  39. Урок 39. 00:14:26
    Load User & Set Auth Token
  40. Урок 40. 00:13:55
    User Login
  41. Урок 41. 00:09:34
    Logout & Navbar Links
  42. Урок 42. 00:10:23
    Protected Route For Dashboard
  43. Урок 43. 00:13:33
    Profile Reducer & Get Current Profile
  44. Урок 44. 00:15:27
    Starting On The Dashboard
  45. Урок 45. 00:11:33
    CreateProfile Component
  46. Урок 46. 00:14:00
    Create Profile Action
  47. Урок 47. 00:14:46
    Edit Profile
  48. Урок 48. 00:22:56
    Add Education & Experiences
  49. Урок 49. 00:13:18
    List Education & Experiences
  50. Урок 50. 00:16:31
    Delete Education, Experiences & Account
  51. Урок 51. 00:08:10
    Finish Profile Actions & Reducer
  52. Урок 52. 00:17:14
    Display Profiles
  53. Урок 53. 00:04:13
    Addressing The Console Warnings
  54. Урок 54. 00:10:59
    Starting On The Profile
  55. Урок 55. 00:14:55
    ProfileTop & ProfileAbout Components
  56. Урок 56. 00:10:21
    Profile Experience & Education Display
  57. Урок 57. 00:11:29
    Displaying Github Repos
  58. Урок 58. 00:12:16
    Post Reducer, Action & Initial Component
  59. Урок 59. 00:12:27
    Post Item Component
  60. Урок 60. 00:09:29
    Like & Unlike Functionality
  61. Урок 61. 00:05:54
    Deleting Posts
  62. Урок 62. 00:10:22
    Adding Posts
  63. Урок 63. 00:13:05
    Single Post Display
  64. Урок 64. 00:12:21
    Adding Comments
  65. Урок 65. 00:10:49
    Comment Display & Delete
  66. Урок 66. 00:03:55
    Install Heroku CLI
  67. Урок 67. 00:07:07
    Prepare For Deployment
  68. Урок 68. 00:07:54
    Deploy To Heroku
  69. Урок 69. 00:08:17
    Not Found Page & Theme Workaround