Misc weekend updates

Jason Buberel 2015-10-03 08:54:20 -07:00
parent c51292cb9a
commit 945d31c304
4 changed files with 7 additions and 2 deletions

@ -62,6 +62,7 @@ Table of Contents
## Containers & Docker
* [Deploying a Go app to a minimal Docker container](http://www.giantflyingsaucer.com/blog/?p=5720) _2015-10-01_
* [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_
* [Building Minimal Docker Images for Go](http://blog.codeship.com/building-minimal-docker-containers-for-go-applications/) _2015-04-23_
@ -93,6 +94,7 @@ Start by reading the [overview of mobile development](Mobile) documentation firs
## Performance and Profiling
* [A Pattern for Optimizing Go](http://blog.signalfx.com/a-pattern-for-optimizing-go) _2015-09-24_
* [Golang Performance Tips](https://joshrendek.com/2015/09/golang-performance-tips/) _2015-09-20_
* [Answering your own (performance) questions in Go](http://www.sanarias.com/blog/915LearningtoansweryourownquestionsinGo) _2015-09-15_
* [Concise Guide to profiling go programs](https://medium.com/@tjholowaychuk/profiling-golang-851db2d9ae24) _2014-08-09_

@ -184,6 +184,7 @@
* [Techequity Technologies](http://www.techequity.in/)
* [TF2Stadium](http://tf2stadium.com) - [github](https://github.com/TF2Stadium), [blog](http://blog.tf2stadium.com/how-it-works-basics/)
* [The Plant](http://theplant.jp) - [Qortex](http://qortex.com), [QoR](http://getqor.com)
* [Thisissoon](http://thisissoon.com/) - [github](https://github.com/thisissoon/yam)
* [Thomson Reuters Eikon](https://github.com/ThomsonReutersEikon) - [github](https://github.com/ThomsonReutersEikon) [source](https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/ikt3hcIqicA), [video](https://www.youtube.com/watch?v=mDTg1dLUqBE)
* [Thumbtack](http://thumbtack.com) - [Go Hercule blog post](http://www.thumbtack.com/engineering/go-hercule/)
* [Timehop](http://timehop.com/) - [blog](https://medium.com/building-timehop/why-timehop-chose-go-to-replace-our-rails-app-2855ea1912d)
@ -217,4 +218,4 @@
* [Braintree Payments](http://braintreepayments.com) - [blog](https://www.braintreepayments.com/braintrust/gotchas-irritants-and-warts-in-go-web-development)
See also [Success Stories](SuccessStories)
See also [Success Stories](SuccessStories)

@ -40,9 +40,10 @@ Ready to write some Go code of your own? Here are a few links to help you get s
- [MultipleGoRoots](MultipleGoRoots) - More advanced information on working with multiple go installations and the `$GOROOT` variable.
- [Go IDEs and Editors](IDEsAndTextEditorPlugins) - Information on how to use your favorite editor with Go.
- [Tools for working with Go code](CodeTools) - Formatting, linting, vetting, refactoring, navigation and visualization.
- Finding Go Libraries & Tools
- Finding Go Libraries and Packages
- Start here: [Go open source projects](Projects).
- Search for Go packages: [godoc.org](http://godoc.org)
- Visualization of the [Go open source package graph](https://anvaka.github.io/pm/#/galaxy/gosearch?l=1)
- [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage the libraries that your application depends on.
- Publishing Go Packages as Open Source
- Getting ready to publish your package? [Start here.](PackagePublishing)

@ -37,6 +37,7 @@ If you decide you need a bit more infrastructure, start by looking at some of th
* [Go RESTful](https://github.com/emicklei/go-restful) - Toolkit for RESTful service APIs
* [Kite Micro-service framework](https://github.com/koding/kite)
* [Alice - Painless middleware chaining for Go](https://github.com/justinas/alice)
* [YAM - Yet Another Middleware](https://github.com/thisissoon/yam)
### Frameworks