1. Урок 1. 00:09:06
    Introduction
  2. Урок 2. 00:03:41
    Services we'll be using
  3. Урок 3. 00:02:14
    Installing Laravel
  4. Урок 4. 00:04:27
    Authentication and password resets
  5. Урок 5. 00:08:30
    Creating a channel
  6. Урок 6. 00:03:00
    Setting up queues
  7. Урок 7. 00:07:46
    Breaking up the navigation
  8. Урок 8. 00:24:32
    Channel settings
  9. Урок 9. 00:04:43
    Setting up S3
  10. Урок 10. 00:12:58
    Uploading a channel image
  11. Урок 11. 00:04:05
    Resizing the channel image
  12. Урок 12. 00:05:31
    Setting up Elixr
  13. Урок 13. 00:10:20
    Vue component and video selection
  14. Урок 14. 00:08:19
    Video model and migration
  15. Урок 15. 00:11:27
    Initial video creation
  16. Урок 16. 00:16:26
    Saving video details
  17. Урок 17. 00:17:40
    Video upload and progress bar
  18. Урок 18. 00:06:18
    Uploading to S3
  19. Урок 19. 00:02:11
    Preventing exit while uploading
  20. Урок 20. 00:06:31
    Setting up a Factory
  21. Урок 21. 00:04:19
    How we'll test webhooks locally
  22. Урок 22. 00:08:44
    Processed percentage
  23. Урок 23. 00:16:39
    Video index
  24. Урок 24. 00:12:44
    Editing video details
  25. Урок 25. 00:02:58
    Deleting videos
  26. Урок 26. 00:11:33
    Basic video page
  27. Урок 27. 00:11:58
    Access checks and alerts
  28. Урок 28. 00:14:47
    Building the player
  29. Урок 29. 00:23:44
    Logging the view count
  30. Урок 30. 00:09:13
    Search setup
  31. Урок 31. 00:07:11
    Searching for channels
  32. Урок 32. 00:07:39
    Searching for videos
  33. Урок 33. 00:05:16
    Vote model and migration
  34. Урок 34. 00:20:49
    Vote component and showing votes
  35. Урок 35. 00:14:15
    Voting up and down
  36. Урок 36. 00:12:18
    Comment model and migration
  37. Урок 37. 00:15:40
    Comments endpoint
  38. Урок 38. 00:09:43
    Displaying comments
  39. Урок 39. 00:14:01
    Posting a comment
  40. Урок 40. 00:13:00
    Replying to comments
  41. Урок 41. 00:10:28
    Deleting comments
  42. Урок 42. 00:05:34
    Subscription model and migration
  43. Урок 43. 00:15:37
    Subscription component and status
  44. Урок 44. 00:07:08
    Subscribing and unsubscribing
  45. Урок 45. 00:08:41
    Getting videos
  46. Урок 46. 00:02:51
    Displaying the videos
  47. Урок 47. 00:07:31
    Basic channel page
  48. Урок 48. 00:04:04
    Total video views
  49. Урок 49. 00:05:04
    Hide private/unlisted videos in search results
  50. Урок 50. 00:00:39
    Visibility of videos on channel page
  51. Урок 51. 00:03:57
    Fixing comment replies
  52. Урок 52. 00:02:13
    Video views for unauthenticated users
  53. Урок 53. 00:01:21
    Showing reply and delete buttons if unauthenticated
  54. Урок 54. 00:01:17
    Subscribing multiple times
  55. Урок 55. 00:01:40
    Hide vote component if votes are disabled
  56. Урок 56. 00:02:08
    Subscription count on search results
  57. Урок 57. 00:01:22
    Video vote n+1 problem
  58. Урок 58. 00:02:02
    Unique channel slug validation message
  59. Урок 59. 00:02:19
    Video creation form request