1. Урок 1. 00:04:27
    Introduction
  2. Урок 2. 00:05:26
    Text Editors
  3. Урок 3. 00:07:32
    The Command Line
  4. Урок 4. 00:15:19
    Exploring & Installing NodeJS
  5. Урок 5. 00:08:11
    Sidebar: ES6 Constants and Let
  6. Урок 6. 00:08:27
    Sidebar: ES6 Arrow Functions
  7. Урок 7. 00:10:33
    Understanding Asynchronous and Non-Blocking code
  8. Урок 8. 00:11:53
    Modules
  9. Урок 9. 00:09:17
    Using Default & Third Party Modules
  10. Урок 10. 00:03:12
    Understanding Node Errors
  11. Урок 11. 00:09:46
    Exploring the package.json File
  12. Урок 12. 00:13:24
    Stack Overview
  13. Урок 13. 00:05:00
    HTTP
  14. Урок 14. 00:06:37
    Creating a Web Server
  15. Урок 15. 00:11:33
    Routing
  16. Урок 16. 00:08:39
    Reading Files
  17. Урок 17. 00:08:31
    Serving Files
  18. Урок 18. 00:09:45
    Adonis CLI and the App setup
  19. Урок 19. 00:06:20
    Sidebar: Github
  20. Урок 20. 00:03:33
    Sidebar: ES6 Destructuring
  21. Урок 21. 00:15:00
    App & MVC Overview
  22. Урок 22. 00:06:37
    Routes
  23. Урок 23. 00:06:44
    Preparing the Assets
  24. Урок 24. 00:15:19
    Edge Master Layouts
  25. Урок 25. 00:04:59
    Edge Partials
  26. Урок 26. 00:07:49
    Loading CSS and JavaScript Files
  27. Урок 27. 00:07:24
    Intro to SQL
  28. Урок 28. 00:14:56
    Installing & Connecting to the Database
  29. Урок 29. 00:04:13
    Understanding Migrations
  30. Урок 30. 00:13:58
    Creating a Table Manually
  31. Урок 31. 00:18:01
    Creating Tables with Migrations
  32. Урок 32. 00:10:38
    Sidebar: ES7 Async/Await
  33. Урок 33. 00:17:20
    Seeding & Models
  34. Урок 34. 00:06:34
    SQL Insert Statements
  35. Урок 35. 00:06:10
    Creating the login form
  36. Урок 36. 00:10:01
    Introducing Vue
  37. Урок 37. 00:13:23
    VueJS Two way data binding, events and binding attributes
  38. Урок 38. 00:11:25
    Creating the Login Form
  39. Урок 39. 00:14:48
    Submitting the Form
  40. Урок 40. 00:07:32
    Controllers
  41. Урок 41. 00:14:10
    Understanding Authentication & Sessions
  42. Урок 42. 00:11:20
    Providers
  43. Урок 43. 00:11:08
    Validation
  44. Урок 44. 00:17:28
    User Authentication & Signing Out
  45. Урок 45. 00:08:29
    Setting up the Registration Form
  46. Урок 46. 00:11:43
    User Registration
  47. Урок 47. 00:15:21
    Middleware
  48. Урок 48. 00:04:21
    Guest Middleware
  49. Урок 49. 00:11:23
    Creating the Submission Form
  50. Урок 50. 00:13:25
    Submitting the Form Data
  51. Урок 51. 00:14:07
    Posts Migration and Model
  52. Урок 52. 00:04:15
    Validating the Post
  53. Урок 53. 00:08:51
    Uploading a File
  54. Урок 54. 00:09:39
    Sanitizing HTML
  55. Урок 55. 00:07:39
    Factories
  56. Урок 56. 00:12:02
    Query Builder
  57. Урок 57. 00:06:00
    Attaching Data and Looping
  58. Урок 58. 00:11:12
    Formatting Dates in Templates
  59. Урок 59. 00:13:23
    Pagination
  60. Урок 60. 00:14:23
    Single Post
  61. Урок 61. 00:04:26
    Database Relationships
  62. Урок 62. 00:11:57
    User & Posts Relationship
  63. Урок 63. 00:08:37
    Comment Form
  64. Урок 64. 00:06:38
    Processing the Comment
  65. Урок 65. 00:13:39
    Displaying Comments
  66. Урок 66. 00:09:49
    Admin Middleware
  67. Урок 67. 00:05:30
    Category Setup
  68. Урок 68. 00:12:10
    Managing Categories
  69. Урок 69. 00:09:56
    Deleting Categories
  70. Урок 70. 00:08:26
    Displaying Categories
  71. Урок 71. 00:06:53
    Adding Categories to Posts
  72. Урок 72. 00:10:14
    Edit Profile
  73. Урок 73. 00:09:39
    Author Profile
  74. Урок 74. 00:07:22
    Settings Migration & Seeding
  75. Урок 75. 00:10:53
    Creating the Admin Form
  76. Урок 76. 00:14:40
    Processing the Form Data
  77. Урок 77. 00:10:26
    Search Template
  78. Урок 78. 00:08:47
    Translations
  79. Урок 79. 00:10:07
    Custom Commands
  80. Урок 80. 00:06:28
    Handling Exceptions
  81. Урок 81. 00:04:41
    Ignitor
  82. Урок 82. 00:06:11
    Creating SQL Tables
  83. Урок 83. 00:09:39
    SQL Injections
  84. Урок 84. 00:01:04
    Conclusion