1. Урок 1. 00:01:38
    Introduction To The Course
  2. Урок 2. 00:05:02
    Course Overview - MUST WATCH!
  3. Урок 3. 00:05:23
    Setting up the Development Environment
  4. Урок 4. 00:02:27
    Section Objectives
  5. Урок 5. 00:07:32
    APIs, JSON and ENDPOINTS
  6. Урок 6. 00:10:30
    REST, HTTP and STATUS CODES
  7. Урок 7. 00:15:27
    The Requests Module
  8. Урок 8. 00:22:41
    Your First Django API - Part One
  9. Урок 9. 00:14:55
    Your First Django API - Part Two
  10. Урок 10. 00:00:48
    Competency Assessment - Project Introduction
  11. Урок 11. 00:09:11
    Competency Assessment - Project Solution
  12. Урок 12. 00:01:50
    DRF Level One - Section Objectives
  13. Урок 13. 00:12:37
    Introduction to DRF and NewsAPI Project Setup
  14. Урок 14. 00:19:47
    What are the Serializers?
  15. Урок 15. 00:14:54
    The @api_view Decorator - Part One
  16. Урок 16. 00:08:58
    The @api_view Decorator - Part Two
  17. Урок 17. 00:09:55
    The APIView Class
  18. Урок 18. 00:09:24
    Serializers Validation
  19. Урок 19. 00:12:34
    The ModelSerializer Class
  20. Урок 20. 00:18:07
    How to handle Nested Relationships
  21. Урок 21. 00:02:02
    DRF Level One - Competency Assessment - JobBoardAPI Project Introduction
  22. Урок 22. 00:14:32
    DRF Level One - Competency Assessment - JobBoardAPI Project Solution
  23. Урок 23. 00:01:31
    DRF Level Two - Section Objectives
  24. Урок 24. 00:09:34
    EbooksAPI - Project Setup
  25. Урок 25. 00:10:36
    The GenericAPIView Class and Mixins
  26. Урок 26. 00:13:29
    Concrete View Classes
  27. Урок 27. 00:14:48
    The Permissions System - Part One
  28. Урок 28. 00:11:06
    The Permissions System - Part Two
  29. Урок 29. 00:06:49
    Pagination in Django REST Framework
  30. Урок 30. 00:01:06
    DRF Level Two - Competency Assessment - QuotesAPI Project Introduction
  31. Урок 31. 00:18:22
    DRF Level Two - Competency Assessment - QuotesAPI Project Solution
  32. Урок 32. 00:01:47
    DRF Level Three - Section Objectives
  33. Урок 33. 00:11:18
    UserProfilesAPI - Project Setup - Part One
  34. Урок 34. 00:10:16
    UserProfilesAPI - Project Setup - Part Two
  35. Урок 35. 00:08:25
    Authentication in DRF
  36. Урок 36. 00:13:51
    Django REST Auth - Part One
  37. Урок 37. 00:07:25
    Django REST Auth - Part Two
  38. Урок 38. 00:19:58
    Viewsets and Routers
  39. Урок 39. 00:07:24
    The Filtering System
  40. Урок 40. 00:14:31
    Automated Testing of a REST API - Part One
  41. Урок 41. 00:08:46
    Automated Testing of a REST API - Part Two
  42. Урок 42. 00:00:58
    Introduction to Vue JS - Section Objectives
  43. Урок 43. 00:03:23
    Introduction: What is Vue JS?
  44. Урок 44. 00:13:31
    Your First Vue Instance
  45. Урок 45. 00:09:26
    Events and Methods
  46. Урок 46. 00:08:32
    Conditional Rendering
  47. Урок 47. 00:07:10
    Class and Style Binding
  48. Урок 48. 00:06:18
    List Rendering with v-for
  49. Урок 49. 00:07:02
    Computed Properties
  50. Урок 50. 00:16:45
    Forms and User Input
  51. Урок 51. 00:09:13
    Components and Props
  52. Урок 52. 00:15:48
    How To Use $emit
  53. Урок 53. 00:02:19
    Vue JS - Section Assignment
  54. Урок 54. 00:16:05
    Vue JS - Section Assignment Solution
  55. Урок 55. 00:06:03
    End of the Course Project: Introduction
  56. Урок 56. 00:16:05
    Project Creation, Users Application and Authentication Settings
  57. Урок 57. 00:08:05
    User Authentication - Settings and Templates
  58. Урок 58. 00:10:15
    Single Page Application Entry-Point and First REST Endpoint
  59. Урок 59. 00:12:29
    Main App - Models and Signals
  60. Урок 60. 00:07:31
    Main App - Serializers
  61. Урок 61. 00:06:55
    Main App - Question ViewSet
  62. Урок 62. 00:08:27
    Answers: Creation and Listing
  63. Урок 63. 00:10:26
    Like and Detail Endpoints
  64. Урок 64. 00:06:42
    Backend Testing with POSTMAN
  65. Урок 65. 00:06:17
    Authentication Template - CSS Styling
  66. Урок 66. 00:08:42
    Vue CLI, Node, NPM and Single Page Applications
  67. Урок 67. 00:15:05
    Webpack Bundle Tracker and Django Webpack Loader
  68. Урок 68. 00:16:21
    Vue Router and Single File Components
  69. Урок 69. 00:15:34
    The Navbar Component
  70. Урок 70. 00:06:04
    API Service with Fetch and CSRF TOKEN
  71. Урок 71. 00:09:33
    Home Component and Questions List
  72. Урок 72. 00:11:37
    Single Question Component
  73. Урок 73. 00:10:18
    Question Editor Component
  74. Урок 74. 00:05:42
    Load More Questions Button
  75. Урок 75. 00:06:27
    Single Answer Component
  76. Урок 76. 00:12:30
    Add New Answers Feature
  77. Урок 77. 00:04:48
    Load More Answers Button
  78. Урок 78. 00:13:12
    Delete Answer Button
  79. Урок 79. 00:17:10
    Edit Answer Button
  80. Урок 80. 00:11:02
    Edit and Delete Buttons for Questions
  81. Урок 81. 00:10:50
    Like Button Implementation
  82. Урок 82. 00:07:24
    404 Not Found Component
  83. Урок 83. 00:10:27
    NPM Run Build - Setting the App for Production
  84. Урок 84. 00:00:53
    Final Lesson: What to Do Next?