Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Go success stories from around the web |
| 2 | |
Jason Buberel | 1fecbe8 | 2015-09-15 08:59:59 -0700 | [diff] [blame] | 3 | * [400 Days of Go](http://www.philipotoole.com/400-days-of-go/) |
Jason Buberel | 75a9fb1 | 2015-09-12 15:24:14 -0700 | [diff] [blame] | 4 | * [From Python to Go: Migrating our entire API](https://blog.repustate.com/migrating-entire-api-go-python/) |
Jason Buberel | 1fecbe8 | 2015-09-15 08:59:59 -0700 | [diff] [blame] | 5 | * [Our Experience with Golang](https://www.scriptrock.com/blog/our-experience-with-golang) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 6 | * [The Reliability of Go](http://andrewwdeane.blogspot.de/2013/05/the-reliability-of-go.html) |
| 7 | * [A Go Redirection Service](http://blog.dnsimple.com/a-golang-redirection-service/) |
| 8 | * [pool.ntp.org DNS server in Go](http://news.ntppool.org/2012/10/new-dns-server.html) |
| 9 | * [Juju at Canonical](http://www.reddit.com/r/programming/comments/18atce/juju_canonical_109k_lines_of_go_code/) |
| 10 | * [Go at bitly](http://word.bitly.com/post/29550171827/go-go-gadget) |
| 11 | * [NSQ: realtime distributed message processing at scale](http://word.bitly.com/post/33232969144/nsq) |
| 12 | * [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/) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 13 | * [Why I Like Go](https://gist.github.com/freeformz/4746274) |
| 14 | * [Why I Program in Go](http://tech.t9i.in/2013/01/why-program-in-go/) |
| 15 | * [dl.google.com now served by Go](https://groups.google.com/forum/?fromgroups=#!topic/golang-nuts/BNUNbKSypE0) |
| 16 | * [Google's Go Programming Language Grows Up: Now What?](http://www.readwriteweb.com/cloud/2012/03/googles-go-programming-languag.php) |
| 17 | * [Moving to Go](http://blog.toggl.com/2012/09/moving-to-go/) |
| 18 | * [Rob Pike: Why Learn Go?](http://www.youtube.com/watch?v=FTl0tl9BGdc) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 19 | * [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) |
| 20 | * [Another go at the Next Big Language](http://dave.cheney.net/2012/09/03/another-go-at-the-next-big-language) |
| 21 | * [@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) |
| 22 | * [@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) |
| 23 | * [Will Go be the new go-to programming language?](http://gigaom.com/cloud/will-go-be-the-new-go-to-programming-language/) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 24 | * [Dr. Dobb's: Why Not Go?](http://www.drdobbs.com/open-source/why-not-go/240005062) |
| 25 | * [Google I/O 2012: Go in production](http://www.youtube.com/watch?v=kKQLhGZVN4A) |
| 26 | * [Go at Novartis](https://plus.google.com/114945221884326152379/posts/d1SVaqkRyTL) |
| 27 | * [Go at the BBC](http://www.quora.com/Go-programming-language/Is-Google-Go-ready-for-production-use/answer/Kunal-Anand) |
| 28 | * [Go at SoundCloud](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/) |
| 29 | * [Go at Moovweb](https://groups.google.com/forum/#!topic/golang-nuts/MeiTNnGhLg8/discussion) |
| 30 | * [Building StatHat with Go](http://blog.golang.org/2011/12/building-stathat-with-go.html) |
| 31 | * [Go at CloudFlare](http://blog.cloudflare.com/go-at-cloudflare) |
| 32 | * [Why you PHP guys should learn Golang](http://www.mikespook.com/2012/08/why-you-php-guys-should-learn-golang/) |
| 33 | * [I/O BootCamp 2011: Real World Go](http://www.youtube.com/watch?v=7QDVRowyUQA) |
| 34 | * [Go at Heroku](http://blog.golang.org/2011/04/go-at-heroku.html) |
Nathan Youngman | 8d9227f | 2015-08-31 12:51:35 -0600 | [diff] [blame] | 35 | * [Go at Basecamp](https://signalvnoise.com/posts/3897-go-at-basecamp) |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 36 | |
Jason Buberel | 75a9fb1 | 2015-09-12 15:24:14 -0700 | [diff] [blame] | 37 | See also [[GoUsers]]. |