# Learning Beego
Here is a list of links I have used or looked into or were suggested to get a hang of Beego framework.
## Tutorial Links
1. [Kanan Rahimov FB tutorial](https://he-il.facebook.com/CoderVlogger/videos/1632770843590836/)
2. [Go Web Frameworks | Gin, Beego, Echo | Setup Simple Server (Part 1)](https://youtu.be/2rvrcgeNzcw)
3. [Golang Beego Tutorial: Quick Start with Beego & CLI (Tutorial 1)](https://youtu.be/-WqrOptT1Tw)
4. [Build an app with Go Beego: Controller & Router (Part 1)](https://youtu.be/FHtAZjBpdec)
5. [Building API with Beego framework](https://levelup.gitconnected.com/building-api-with-the-beego-framework-ffb400da4a20)
6. [**Persistent APIs using ORM in go with Beego**](https://bestow.info/persistent-apis-using-orm-in-go-with-beego/)
7. [Documentation](https://beego.me/)
8. [Documentation on API](https://beego.me/blog/beego_api)
9. [**Beego migration**](https://www.golangprograms.com/golang/beego-migration/)
10. [Building web applications with Beego](https://www.sitepoint.com/go-building-web-applications-beego-part-2/)
11. [Github repo of Beego](https://github.com/beego/beego)
12. [How Beego & swagger can make coding an api easier](https://medium.com/mobile-development-group/how-beego-swagger-can-make-coding-an-api-easier-227b56055cbc)
13. [Astaxie repo for building a web application](https://github.com/astaxie/build-web-application-with-golang)
14. [Bee repo](https://github.com/beego/bee)
## Worked Out Sample/Repo
1. [assalyk/Beego-Example](https://github.com/assalyk/Beego-Example)
2. [Ruilx/beego-goodsm](https://github.com/Ruilx/beego-goodsm)
3. [gnanakeethan/beego-skeleton](https://github.com/gnanakeethan/beego-skeleton)
4. [**Flycash's repo with usage example**](https://github.com/beego/beego-example)
## API sample
1. [Youtube API sample request](https://developers.google.com/youtube/v3/sample_requests)
## Additional
1. [What Is MVC? Simple Explanation](https://youtu.be/pCvZtjoRq1I)
2. [Aspect oriented programming](https://en.wikipedia.org/wiki/Aspect-oriented_programming)
3. [OOP](https://stackify.com/oop-concept-abstraction/)