mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Morning updates
Added new Podcasts page, several new articles.
parent
cf269d675f
commit
cdf53bf0e1
@ -3,6 +3,9 @@
|
|||||||
## General
|
## General
|
||||||
|
|
||||||
* [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_
|
* [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_
|
||||||
|
* [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_
|
||||||
|
* [Understanding Go Packages](http://thenewstack.io/understanding-golang-packages/) _2014-11-01_
|
||||||
|
* [Go Programming for Beginners](http://thenewstack.io/the-new-stack-intros-go-programming-for-beginners/) _2014-10-01_
|
||||||
* [Go: A New Language for a New Year](http://kylelemons.net/2012/01/go-new-language-new-year/) _2012-01-06_
|
* [Go: A New Language for a New Year](http://kylelemons.net/2012/01/go-new-language-new-year/) _2012-01-06_
|
||||||
* [Why you PHP guys should learn Golang](http://www.mikespook.com/2012/08/why-you-php-guys-should-learn-golang/) _2012-08-10_
|
* [Why you PHP guys should learn Golang](http://www.mikespook.com/2012/08/why-you-php-guys-should-learn-golang/) _2012-08-10_
|
||||||
* [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) _2012-09-14_
|
* [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) _2012-09-14_
|
||||||
@ -30,6 +33,8 @@
|
|||||||
* [Functional Iteration in Go](http://hackthology.com/functional-iteration-in-go.html) _2013-12-13_
|
* [Functional Iteration in Go](http://hackthology.com/functional-iteration-in-go.html) _2013-12-13_
|
||||||
|
|
||||||
## Web Development
|
## Web Development
|
||||||
|
* [Making a RESTful JSON API in Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-01-01_
|
||||||
|
* [Building a Web Server in Go](http://thenewstack.io/building-a-web-server-in-go/) _2014-09-01_
|
||||||
* [Auth and Sessions](http://shadynasty.biz/blog/2012/09/05/auth-and-sessions/) _2012-09-05_
|
* [Auth and Sessions](http://shadynasty.biz/blog/2012/09/05/auth-and-sessions/) _2012-09-05_
|
||||||
* [Painless Web Handlers in Go](http://shadynasty.biz/blog/2012/08/07/painless-web-handlers-in-go/) _2012-08-07_
|
* [Painless Web Handlers in Go](http://shadynasty.biz/blog/2012/08/07/painless-web-handlers-in-go/) _2012-08-07_
|
||||||
* [Implementing Chat with WebSockets](http://gary.beagledreams.com/page/go-websocket-chat.html) _2012-03-22_
|
* [Implementing Chat with WebSockets](http://gary.beagledreams.com/page/go-websocket-chat.html) _2012-03-22_
|
||||||
|
1
Home.md
1
Home.md
@ -62,6 +62,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.
|
- [GopherVids](http://gophervids.appspot.com/) is a searchable index of videos about Go.
|
||||||
- [GoTalks](GoTalks) - A collection of talks from Go conferences and meetups.
|
- [GoTalks](GoTalks) - A collection of talks from Go conferences and meetups.
|
||||||
- [Screencasts](Screencasts)
|
- [Screencasts](Screencasts)
|
||||||
|
- [Podcasts](Podcasts) - Episdoes featuring Go
|
||||||
- [Articles](Articles) - A collection of articles to help you learn more about Go.
|
- [Articles](Articles) - A collection of articles to help you learn more about Go.
|
||||||
- [Training](Training) - Free and commercial, online and classroom training for Go.
|
- [Training](Training) - Free and commercial, online and classroom training for Go.
|
||||||
- [Universtiry Courses](Courses) - A list of CS programs and classes using Go.
|
- [Universtiry Courses](Courses) - A list of CS programs and classes using Go.
|
||||||
|
5
Podcasts.md
Normal file
5
Podcasts.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
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_
|
||||||
|
* [Fatherhood with Andrew Gerrand](http://beatsryetypes.com/episodes/2015/05/18/episode-16-fatherhood-with-andrew-gerrand.html) _2015-05-15_
|
||||||
|
* [Talking with Go Developers at GopherCon India 2015](https://soundcloud.com/thenewstackanalysts/show-33-gophercon-india-2015) _2015-04-01_
|
Loading…
x
Reference in New Issue
Block a user