Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Web Development Bootcamp with Go and Gin, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:02
    Introduction
  2. Урок 2. 00:01:19
    Development environment Setup
  3. Урок 3. 00:01:36
    Hello Gin - Write your first Gin program
  4. Урок 4. 00:06:11
    First route and HTML view
  5. Урок 5. 00:04:42
    Bootstrap Integration
  6. Урок 6. 00:04:17
    Directory Structure
  7. Урок 7. 00:01:14
    Create Notes App
  8. Урок 8. 00:05:43
    GORM integration
  9. Урок 9. 00:05:59
    GORM - First data model
  10. Урок 10. 00:01:42
    Model Reorg
  11. Урок 11. 00:07:11
    First Controller - Index page
  12. Урок 12. 00:06:55
    New Note Form Page
  13. Урок 13. 00:05:49
    New Note Creation
  14. Урок 14. 00:01:43
    Beautification - Use Bootstrap Card view
  15. Урок 15. 00:04:28
    CRUD - Show API
  16. Урок 16. 00:07:49
    CRUD - Edit
  17. Урок 17. 00:05:37
    CRUD - Delete
  18. Урок 18. 00:01:02
    Auth Packages Introduction
  19. Урок 19. 00:04:18
    Login and Signup pages
  20. Урок 20. 00:15:29
    User model and Signup functionality
  21. Урок 21. 00:18:34
    Login and Logout
  22. Урок 22. 00:07:29
    Add User ID to the Models
  23. Урок 23. 00:00:47
    Code Reorganisation
  24. Урок 24. 00:02:10
    Form binding
  25. Урок 25. 00:01:23
    Route Group
  26. Урок 26. 00:05:28
    Beautification - Navbar
  27. Урок 27. 00:02:10
    App Intro and setup
  28. Урок 28. 00:01:06
    Project Setup
  29. Урок 29. 00:06:10
    FB app Integration
  30. Урок 30. 00:15:36
    Store User and Oauth data in database
  31. Урок 31. 00:05:06
    Authenticate with Facebook
  32. Урок 32. 00:02:16
    App Setup
  33. Урок 33. 00:19:55
    Build the app