Concurrency made Easy, my @GopherConSG presentation. Thanks to @sausheong, @AudreyLim77 for their hard work. #golang https://www.youtube.com/watch?v=yKQOunhhf4A&index=16&list=PLq2Nv-Sh8EbZEjZdPLaQt1qh_ohZFMDj8
YouTube
Concurrency made easy - GopherCon SG 2017
Speaker: Dave Cheney
Go’s headline feature is its simple, lightweight concurrency, but most Go programmers that stick with the language for a while tend to look back on their early efforts and say things like “wow, I really went overboard with channels”…
Go’s headline feature is its simple, lightweight concurrency, but most Go programmers that stick with the language for a while tend to look back on their early efforts and say things like “wow, I really went overboard with channels”…
Learned that debugging core dumps already helped three companies since last week to diagnose their crashes. https://rakyll.org/coredumps/ #golang
Open sourced new #golang package for generating API documentation from httptest https://github.com/mercari/go-httpdoc https://pbs.twimg.com/media/DBIRe59UMAAANBn.jpg
GitHub
GitHub - mercari/go-httpdoc: Golang package for generating API documentation from httptest. See example output
Golang package for generating API documentation from httptest. See example output - GitHub - mercari/go-httpdoc: Golang package for generating API documentation from httptest. See example output
Video: Runtime & Concurrency in Go #GopherConsg #golang https://golangnews.com/stories/2279-video-runtime-concurrency-in-go-gopherconsg
"hey": HTTP performance testing tool that's a nicer drop-in for Apache Bench. In #golang, from @rakyll https://github.com/rakyll/hey
GitHub
GitHub - rakyll/hey: HTTP load generator, ApacheBench (ab) replacement
HTTP load generator, ApacheBench (ab) replacement. Contribute to rakyll/hey development by creating an account on GitHub.
mercari / go-httpdoc: Golang package for generating API documentation from httptest. See example output https://github.com/mercari/go-httpdoc #golang
GitHub
GitHub - mercari/go-httpdoc: Golang package for generating API documentation from httptest. See example output
Golang package for generating API documentation from httptest. See example output - GitHub - mercari/go-httpdoc: Golang package for generating API documentation from httptest. See example output
We made a multiplayer browser game in Go for fun #golang http://blog.u2i.com/we-made-a-multiplayer-browser-game-in-go-for-fun
We made a multiplayer browser game for fun to learn Go #reddit #golang http://blog.u2i.com/we-made-a-multiplayer-browser-game-in-go-for-fun/ | http://4gophers.ru
"Context and Cancellation of goroutines"
Great step-by-step build up and explanation - @dahernan
http://dahernan.github.io/2015/02/04/context-and-cancellation-of-goroutines/ #golang
Great step-by-step build up and explanation - @dahernan
http://dahernan.github.io/2015/02/04/context-and-cancellation-of-goroutines/ #golang
dahernan.github.io
Context and Cancellation of goroutines - http://dahernan.github.io
Should I #Go? The Pros and Cons of Using Go Programming Language http://bit.ly/2sdPM2n @bugfenderapp @thepracticaldev #golang
The Practical Dev
Should I Go? The Pros and Cons of Using Go Programming Language
"Stopping Goroutines"
Using channels to signal stop and has stopped, plus 'runner' pkg to help - @matryer
https://medium.com/@matryer/stopping-goroutines-golang-1bf28799c1cb #golang
Using channels to signal stop and has stopped, plus 'runner' pkg to help - @matryer
https://medium.com/@matryer/stopping-goroutines-golang-1bf28799c1cb #golang
Medium
Stopping Goroutines
Goroutines are extremely powerful and must be the simplest way to write concurrent code in any programming language…
Hey, it's a me, Maurício! Talking about building proxies in #golang :D https://twitter.com/golangphilly/status/870270813659959300
Twitter
GoLang Philly
Just uploaded the video of last month's main presentation: @mauriciojr on building a proxy server in Go: https://t.co/biAasZcBCW
Ready at @bol_com for 3 days of #golang #ultimatego. Hey @coreos, Singapore loved "all" your stickers, hint hint.… https://twitter.com/i/web/status/870171510832586752
Twitter
William Kennedy
Ready at @bol_com for 3 days of #golang #ultimatego. Hey @coreos, Singapore loved "all" your stickers, hint hint. @HashiCorp represents
We are hiring in SF! Ping me if working on vSphere Integrated Containers sounds interesting #golang #vmware
Ref: https://careers.vmware.com/job/san-francisco/software-engineer-vsphere-integrated-containers/1567/4684490
Ref: https://careers.vmware.com/job/san-francisco/software-engineer-vsphere-integrated-containers/1567/4684490
Vmware
Software Engineer - vSphere Integrated Containers job description at VMware
Learn more about applying for Software Engineer - vSphere Integrated Containers at VMware
In case you missed it last week: Deploying @gobuffalo_io to @heroku With @docker https://blog.gobuffalo.io/deploying-buffalo-to-heroku-with-docker-adafa4afdd6f #golang #rails /cc @golangweekly
Buffalo — Rapid Web Development in Go
Deploying Buffalo to Heroku With Docker
Recently we announced that there are now Docker images for Buffalo. In this post, and video, I’d like to show you how to use those images…