Last active
August 29, 2015 14:19
-
-
Save stalcottsmith/6e2f02357671921de7a0 to your computer and use it in GitHub Desktop.
Quick study links for reviewing GoLang with an eye toward web development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://en.wikipedia.org/wiki/Go_%28programming_language%29 | |
https://blog.engineyard.com/2014/intro-to-go-rubyists | |
http://www.sitepoint.com/go-rubyists/ | |
http://www.sitepoint.com/go-rubyists-ii/ | |
http://gofullstack.com/articles/go-project-structure-for-rubyists.html | |
http://techjaw.com/2015/02/04/go-for-rubyists-martini-and-revel/ | |
Interesting experience from a shop that tried to use Go for websites but chose Rails in the end for productivity reasons. | |
http://blog.gopheracademy.com/advent-2014/atlas/ | |
Some presentations: | |
https://www.hakkalabs.co/meetups/gosf | |
Standard Library: | |
http://golang.org/pkg/ | |
Database: | |
https://github.com/mattn/go-sqlite3 | |
https://github.com/jinzhu/gorm | |
https://github.com/go-gorp/gorp | |
https://github.com/eaigner/hood | |
Web Frameworks: | |
http://beego.me/ | |
https://revel.github.io/index.html | |
https://github.com/go-martini/martini | |
https://goji.io/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment