4 ms·
I'm really excited to get these screencasts out the door. I'm also interested in episode suggestions from you guys who are either using Go or wanting to learn G
by codegangsta 12y ago
I'm really excited to get these screencasts out the door. I'm also interested in episode suggestions from you guys who are either using Go or wanting to learn Go.
- xkarga00 12y agoI would love to see an episode about effectively using or not using panic, understanding goroutine stack traces, etc. An episode about Go debugging in general i guess.
- pdappollonio 12y agoOr even I'll be glad to read simple examples about goroutines and channels in a "proper way". Sure, there are a lot of examples out there but everyone seems to have their own way to handle those.
- stanzheng 12y agoSince we're in a world of polyglots, and many people are transitioning langs always, I find its helpful to have comparisons and benchmarks so people can find equivalencies. * Going from Python to Golang, and how to setup a Flask like workflow. * Create a REST API in Golang coming from a NodeJS and Express background. I find it always really helps to construct working useful projects or examples that people have done before in other langs.
- dexterchief 12y agoI second this. One for Rubyists coming from, say, Sinatra would be great. Or maybe focusing on the language transition separately from the tools/library transition: "the X things that will hurt your head transitioning from Y to Go"