Friday 8 January 2016

Online Course: Concurrent Programming with Go

Completed this course, very good material for learning go for concurrent programming. Much appreciate the authors showing how concurrency models such as events, callback, promise, mutex can be implemented via goroutines and channel. The prime number generator code is amazing and elegant. Also got several tips on using some standard libraries from go, which is nice.

Link: https://app.pluralsight.com/library/courses/go-concurrent-programming/table-of-contents

No comments:

Post a Comment