Showing posts with label Go. Show all posts
Showing posts with label Go. Show all posts

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

Wednesday, 6 January 2016

Online Course: Go Fundamentals

Completed this course to learn go for one of my projects. The course material while interesting and easy-to-learn is quite far away from practical use of go, so have to  read up other materials.

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