Beego: A Go Web Application Framework

Pluralsight
Course Summary
Creating enterprise-grade apps that are also efficient and easily maintained can be challenging, but it doesn't have to be. In this course, you'll see how to use the Beego web application framework including a survey of its major components.
-
+
Course Description
Beego is a full-featured framework for Go, offering many capabilities that enable the construction of large, enterprise-grade applications in an efficient and maintainable way. This course, Beego: A Go Web Application Framework, will introduce you to Beego and help you understand if it is the right choice for you and your team. First, you'll learn about how to route URLs to controller methods and about namespaces. Next, you'll learn how to work with requests and generate responses. Finally, you'll learn how to create and configure filters, and you'll also cover Beego's object relational mapper (or ORM) and how to use it. By the end of this course, you'll be able to use Beego to create large but maintainable applications on par with any professional enterprise.
-
+
Course Syllabus
Course Overview- 1m 7s
—Course Overview 1m 7sIntroduction to Beego- 31m 14s
—Introduction 1m 43s
—Target Audience 3m 40s
—Overview of Resources on the Web 2m 22s
—tl;dr 5m 56s
—Demo: Bootstraping Beego 14m 0s
—Course Overview 3m 31sSetting up Routes- 43m 51sWorking with Requests- 38m 21sGenerating Responses- 33m 56sFilters- 23m 32sIntroduction to Beego's ORM- 39m 13s