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