Adding additional blogs

Jason Buberel 2015-08-30 08:19:59 -07:00
parent 59645dd8d7
commit 86ae5eff1a
4 changed files with 14 additions and 1 deletions

@ -63,7 +63,7 @@ Once you have an overview of the language, here are resources you can use to lea
- [GopherVids](http://gophervids.appspot.com/) is a searchable index of videos about Go.
- [GoTalks](GoTalks) - A collection of talks from Go conferences and meetups.
- [Screencasts](Screencasts)
- [Podcasts](Podcasts) - Episdoes featuring Go
- [Blogs and Podcasts](Podcasts) - Go programming blogs and episdoes.
- [Articles](Articles) - A collection of articles to help you learn more about Go.
- [Training](Training) - Free and commercial, online and classroom training for Go.
- [Universtiry Courses](Courses) - A list of CS programs and classes using Go.

@ -11,6 +11,7 @@ In addition to the resources available [at golang.org](http://golang.org/doc/#le
* [GoingGo.net](http://www.goinggo.net/) - A collection of videos and articles for learning Go.
* [Golang Tutorials](http://golangtutorials.blogspot.com/2011/05/table-of-contents.html) - A free online class.
* [Golang Challenge](http://golang-challenge.com/) - Monthly code competions to improve your Go skills.
* Rob Pike's 2011 three day course - [Day 1](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay1.pdf), [Day 2](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay2.pdf), [Day 3](http://go.googlecode.com/hg-history/release-branch.r60/doc/GoCourseDay3.pdf)
Learning resources for specific topics:

@ -14,6 +14,7 @@ A topic you will see discussed frequently is "middleware". If you're not familia
* [Writing Handsome Golang Middleware](http://laicos.com/writing-handsome-golang-middleware/) _2015-05-05_
* [Middleware in Go: Best practices and examples](https://www.nicolasmerouze.com/middlewares-golang-best-practices-examples/) _2014-11-13_
* Custom Handlers [Part 1 - Avoiding Globals](http://elithrar.github.io/article/custom-handlers-avoiding-globals/), [Part 2 - Error Handling](http://elithrar.github.io/article/http-handler-error-handling-revisited/) _2014-07-16_
* [Making and Using HTTP Middleware](http://www.alexedwards.net/blog/making-and-using-middleware) _2014-10-21_
* [Writing HTTP Middleware in Go](https://justinas.org/writing-http-middleware-in-go/) _2013-10-09_

@ -1,3 +1,14 @@
## Go Blogs
* [The official Go Blog](https://blog.golang.org) - For in depth posts by the Go team
* [Dave Cheney's Resources for Go Programmers](http://dave.cheney.net/resources-for-new-go-programmers)
* [The Golang Weekly](http://golangweekly.com/)
* [Alex Edward's Blog](http://www.alexedwards.net/blog/category/golang)
## Podcast Episodes
A collection of podcast episodes that cover Go programming. Please keep items in reverse chronological order (most recent first)
* [Go on the Web](http://thewebplatform.libsyn.com/55-go-on-the-web) _2015-08-05_