Merge of The Case For Go

Jason Buberel 2015-09-15 08:41:46 -07:00
parent a3d2320b27
commit 373992d8b2
2 changed files with 31 additions and 7 deletions

@ -92,6 +92,7 @@ Start by reading the [overview of mobile development](Mobile) documentation firs
## Interfaces / OOP
* [Sorting Inventory Items in Go - the sort.Interface](http://adampresley.com/2015/09/06/sorting-inventory-items-in-go.html) _2015-09-06_
* [Loose Copuling in Go Lang](https://blog.8thlight.com/javier-saldana/2015/02/06/loose-coupling-in-go-lang.html) _2015-02-06_
* [Interface Types in Go](https://medium.com/@rakyll/interface-pollution-in-go-7d58bccec275) _2014-10-18_
* [no methods on interfaces](http://gowithconfidence.tumblr.com/post/31735316104/interface-methods) _2012-09-17_
* [How to use interfaces in Go](http://jordanorelli.tumblr.com/post/32665860244/how-to-use-interfaces-in-go) _2012-10-01_

@ -1,6 +1,36 @@
Here's why: a list of people/organizations explaining why they use Go. This is partly redundant with [GoUsers](GoUsers)
## Why Go
- [Iron.io: How We Went from 30 Servers to 2 with Go](http://blog.iron.io/2013/03/how-we-went-from-30-servers-to-2-go.html)
- [Behind the Scenes: Big Data at Torbit](http://torbit.com/blog/2013/02/19/big-data-at-torbit/)
- [Juju at Canonical](http://www.reddit.com/r/programming/comments/18atce/juju_canonical_109k_lines_of_go_code/)
- [Go at bitly](http://word.bitly.com/post/29550171827/go-go-gadget)
- [NSQ: realtime distributed message processing at scale](http://word.bitly.com/post/33232969144/nsq)
- [CloudFlare blows hole in laws of Web physics with Go and Railgun](http://arstechnica.com/information-technology/2013/02/cloudflare-blows-hole-in-laws-of-web-physics-with-go-and-railgun/)
- [Go as an alternative to Node.js for Very Fast Servers](http://techblog.safaribooksonline.com/2013/02/22/go-as-an-alternative-to-node-js-for-very-fast-servers/)
- [Why I Like Go](https://gist.github.com/freeformz/4746274)
- [dl.google.com now served by Go](https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/BNUNbKSypE0)
- [Google's Go Programming Language Grows Up: Now What?](http://www.readwriteweb.com/cloud/2012/03/googles-go-programming-languag.php)
- [Moving to Go](http://blog.toggl.com/2012/09/moving-to-go/)
- [Rob Pike: Why Learn Go?](http://www.youtube.com/watch?v=FTl0tl9BGdc)
- [Go At Conformal](https://www.cyphertite.com/blog.php?/archives/7-Go-at-Conformal..html)
- [Why I went from Python to Go (and not node.js)](http://jordanorelli.tumblr.com/post/31533769172/why-i-went-from-python-to-go-and-not-node-js)
- [@tobi](http://twitter.com/tobi): ["I have now completed two projects in Go. I predict that it's going to be the dominant language for server work."](https://twitter.com/tobi/status/245873677483274240)
- [@derekcollison](http://twitter.com/derekcollison): ["Prediction: Go will become the dominant language for systems work in IaaS, Orchestration, and PaaS in 24 months."](https://twitter.com/derekcollison/status/245522124666716160)
- [Will Go be the new go-to programming language?](http://gigaom.com/cloud/will-go-be-the-new-go-to-programming-language/)
- [PARALLELISM FOR THE WIN!](http://areyoufuckingcoding.me/2012/08/16/parallelism-for-the-win/)
- [Go is boring](http://aeronotix.pl/blog/go-is-boring)
- [Dr. Dobb's: Why Not Go?](http://www.drdobbs.com/open-source/why-not-go/240005062)
- [Google I/O 2012: Go in production](http://www.youtube.com/watch?v=kKQLhGZVN4A)
- [Go at Novartis](https://plus.google.com/114945221884326152379/posts/d1SVaqkRyTL)
- [Go at the BBC](http://www.quora.com/Go-programming-language/Is-Google-Go-ready-for-production-use/answer/Kunal-Anand)
- [Go at SoundCloud](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/)
- [Go at Moovweb](https://groups.google.com/forum/#!topic/golang-nuts/MeiTNnGhLg8/discussion)
- [Building StatHat with Go](http://blog.golang.org/2011/12/building-stathat-with-go.html)
- [Go at CloudFlare](http://blog.cloudflare.com/go-at-cloudflare)
- [Why you PHP guys should learn Golang](http://www.mikespook.com/2012/08/why-you-php-guys-should-learn-golang/)
- [I/O BootCamp 2011: Real World Go](http://www.youtube.com/watch?v=7QDVRowyUQA)
- [Go at Heroku](http://blog.golang.org/2011/04/go-at-heroku.html)
- [**The Business Benefits of Building Your Next Project With Go** by Tom Maiaroto](https://medium.com/@shift8creative/the-business-benefits-of-building-your-next-project-with-go-ebed4bbc3ed7)
- [**TweetQureet: a full Golang technology stack** by Qureet](http://www.qureet.com/blog/golang-technology-stack/)
- [**Where and why we use Go** by Jeremey Bingham, Raintank.io](https://blog.raintank.io/where-and-why-we-use-go/)
@ -45,10 +75,3 @@ Here's why: a list of people/organizations explaining why they use Go. This is p
- [**Express vs Flask vs Go vs Sparkjava** by Bijan](https://medium.com/@tschundeee/express-vs-flask-vs-go-acc0879c2122)
- [**Comparing the Performance of Various Web Frameworks** by Abel Avram](http://www.infoq.com/news/2014/05/benchmark-web-framework)
- [TechEmpower Web Framework Benchmarks](http://www.techempower.com/benchmarks/)
## Conference & Meetup
- [dotGo](http://www.dotgo.eu/)
- [Gophercon](http://www.gophercon.com/)
- [Gophercon India](http://www.gophercon.in/)
- [GothamGo](http://gothamgo.com/)