SOLID in Go

Dave Cheney recently did a keynote about Go and SOLID, teaching his interpretation of SOLID in a language that reimagines classes in a new way. ...

August 18, 2016 · 1 min · Xackery

Go Concurrency

Go has many styles of concurrency, and Rob Pike, one of the original developers of Go, speaks in detail about a way to approach concurrency in a mock design of Google’s search system with pseudo patterns. ...

August 3, 2016 · 1 min · Xackery