Chevron Left
Back to Concurrency in Go

Learner Reviews & Feedback for Concurrency in Go by University of California, Irvine

4.6
stars
739 ratings

About the Course

Learn how to implement concurrent programming in Go. Explore the roles of channels and goroutines in implementing concurrency. Topics include writing goroutines and implementing channels for communications between goroutines. Course activities will allow you to exercise Go’s capabilities for concurrent programming by developing several example programs....

Top reviews

RP

Dec 20, 2020

Excellent course. Great instructor. Dives right into computer science fundamentals to fully explain the concepts. Good programming assignments. Only thing left to include concurrent design patterns .

CT

Jul 28, 2024

A very complete course, where they explain everything from the fundamentals of concurrency and parallelism to the natural implementation of these concepts in Golang. Great Instructor.

Filter by:

151 - 154 of 154 Reviews for Concurrency in Go

By bob n

•

Aug 12, 2020

Sloppy, babbling presentation. Multiple inexcusable typos in slides, trying to learn a new programming language/syntax when the presentation contains syntax errors is just plain wrong. Presenter is disorganized, ramble and runs off topic. First week has NOTHING to do with GO. Programming concepts needed to complete second assignment given IN THE FOLLOWING week. I'm so grateful there isn't a fourth course in this series, I could not take much more of "professor" Harris. He might be fun to share a beer with, but not as an instructor.

By Joey W

•

Jul 14, 2021

I have loved the two previous Go courses, and been looking forward to getting to the course on concurrency. Unfortunately, this course embodies the very reasons I could not stand attending college. Right from the beginning, I had to sit through 39 minutes of lectures on a deep dive into topics that really are only relevant if I'm trying to specialize in hardware engineering. Now, I'm being asked to WRITE AN ESSAY covering those topics. I'm here to learn Go, not to dive into the hows and whats of modern CPU architecture.

By Samuel K

•

Apr 7, 2024

Peer review is a horrible idea. You can submit the worst possible code and still have it pass since the criterias are so poorly made.

By Serjik I

•

Oct 13, 2023

Just an introduction, not real tutorial course