GoSG July Meetup
Hosted by GoSG
Details
Here are the confirmed talks:
Go's facility for concurrency design (channels, goroutine, etc)
Mark Tong (Software Engineer, Viki)
Example on moving a ruby script for processing 250,000 entries of data into go. It will have many things similar to Rob Pike's Concurrency is not parallelism ( http://blog.golang.org/concurrency-is-not-parallelism ), but with closer-to-life example.
Introduction to Docker
Neerav Kumar (Devops engineer, Viki)
Docker, arguably the hottest open source project in Golang, why you should use it and the best practises around it. (ps: Viki uses docker in production). Also, an insight into why docker switched from Python to Golang.
