Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.86 KB

screencasts.md

File metadata and controls

44 lines (22 loc) · 1.86 KB

Screencast

This is the tutorial schedule: https://github.com/beego/tutorial

  1. Beego Framework Tutorials - 1 - Introduction to Beego

    <iframe width="640" height="360" src="//www.youtube.com/embed/zvXDgfoUKFY" frameborder="0" allowfullscreen></iframe>

    slide: Introduction to beego

  2. Beego Framework Tutorials - 2 - Router (part 1 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/LvAFH-oLvqY" frameborder="0" allowfullscreen></iframe>

    slide: Router Processor function/method

  3. Beego Framework Tutorials - 2 - Router URI Patterns (part 2 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/81kxo6FcoOw" frameborder="0" allowfullscreen></iframe>

    slide: Router RUI Patterns

  4. Beego Framework Tutorials - 2 - Router Namespace (part 3 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/W9tBcTcXGeo" frameborder="0" allowfullscreen></iframe>

    slide: Router Namespace

  5. Beego Framework Tutorials - 3 - Configuration Parameters

    <iframe width="640" height="360" src="//www.youtube.com/embed/F3tieL1lX1I" frameborder="0" allowfullscreen></iframe>

    slide: Configuration Parameters

  6. Beego Framework Tutorials - 4 - Create a Web API Application in One Minute in Beego

    <iframe width="640" height="360" src="//www.youtube.com/embed/w7RziV_Sn-g" frameborder="0" allowfullscreen></iframe>

    blog: Building Web API with Auto Generated API Document Support