Learn Buffalo in Go - Part 4 Controllers

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • Part 4. Intro to Controllers
    Topics covered:
    00:00 - intro to CRUD patterns used in MVC applications
    00:43 - conventional URL patterns for CRUD applications
    2:10 - use Buffalo cli to create an action
    3:15 - modify the handler to return some data
    4:04 - Buffalo grift tasks to seed data in the database
    5:20 - create test fixtures to setup data for testing controllers
    6:22 - testing controllers with the ActionSuite
    8:45 - more sophisticated test fixture for Blogs, using associations
    10:42 - Buffalo pop Eager() method to load associations
    11:10 - HTML template basics: looping over list
    11:54 - linkTo HTML helper
    13:08 - using Where and Limit clauses with pop DB methods
    14:43 - next videos
    Github repo:
    github.com/briwagner/learn-bu...
    Series playlist:
    • Web application develo...
  • ХоббиХобби

Комментарии • 2

  • @samuelcollado3107
    @samuelcollado3107 2 года назад

    Thanks a lot for this Buffalo playlist ! Very good job 👍