CV
Aug 20, 2021
The explanations and examples are excellent mainly of how the interfaces work, the teacher explains very well. The exercises are the best and allow you to practice and apply the concepts explained.
UU
Nov 15, 2022
One of the best if not the best course on Golang that I have taken. For a long time I struggled with some very fundamental concepts in Go, but today, I am confident of my knowledge in it.
By Indra P
•Jun 21, 2021
Amazing course
By Ilyos Y
•Feb 11, 2023
best lectures
By Felipe M
•Aug 23, 2020
Great course!
By Manikant R
•Jun 16, 2020
Great course!
By Light0617
•Oct 23, 2018
good course!!
By Friedrich A K
•Feb 23, 2020
Great course
By Ambikesh S
•May 7, 2023
good basic
By Nishant R
•Feb 6, 2021
Excellent.
By M. H A P
•Sep 23, 2020
Excellent
By andrew a
•Mar 7, 2020
It good!
By Jonathan H
•Sep 27, 2018
a plus
By A S R
•Aug 25, 2020
good
By yichen z
•May 3, 2019
nice
By Yarramaneni M
•Nov 26, 2020
h
By Alec J
•May 20, 2019
I'll say again what I said regarding the first course in this series. The teacher is good, and the material is valuable, but the fact that students have to grade each others' work is ridiculous, and actually kind of angering, if I'm honest. Why would you trust me to grade someone else's work, while I'm learning it at the same time they are? Who knows? Maybe I'm an idiot. Even if I'm bright and hard-working, I won't have the same insight as an instructor would, looking at the same material. This is pedagogically difficult to justify, and I can only believe that it's meant to shield the instructor from the drudgery of the task.
By Jared D
•May 30, 2020
Much better that the Getting Started Class. I appreciated how the instructions for the activities were much more detailed. There were some problems with the quizzes grading that I report seperately. It would have been nice in the activities encouraged error handling. I put error handling into my program since it was touched on in lectures both in Getting Started Course and this one. My peers wrote brittle code that only handled the expected input, but in the real world gracefully error handling and dealing with unexpected input is very important.
By Michael K
•Mar 7, 2021
I am very much enjoying this course! Learned a lot about interfaces , methods, and functions in Go. My only hope would be the examples in the slides and assignments were aligned a little closer. I feel like i'm having to view other information outside of the core concepts in the course (which one would need to do anyway on the job, i must admit) to build the assignments. Also some of the assignments need a little bit of proof reading , stating requirements that are false. I think a quick read though should clear up any issues on that end.
By ヒミエイゾウ
•May 27, 2020
It was a great course! Especially, after the test was submitted, it was a great learning experience due to the mechanism that students could check the code with each other. Unfortunately, before I submitted my test, I felt that I had less opportunity to learn how to share code tips within the coursera. I felt that it would be even better if the students could learn more from each other.
By George H
•Jul 7, 2021
The course had good information and was well done, however the code and quiz assignments had errors. Some of the quizzes had no correct answers due to typo's in the questions and coding assignment instructions did not align with grading instructions, causing confusion and grading issues.
What I found was already flagged and provided as feedback in the sections I discovered them.
By Daniel N
•Sep 2, 2021
I think the lectures are good, the instructor explains the concepts pretty well. However the design of having students to grade the assignments are really frustrating.. I would except a programming course to have automatic grading. This also renders the discussion forums useless, as 95% of the posts are about requests made by students to other students for assignment grading.
By Parastoo M
•Oct 13, 2021
The presentations and videos are good, however, they lack concrete examples that can compile and run. The assignments are interesting to do, it requires you to read about Go in go documentation a lot; however, instead of always asking to use prompt the user for input, it would be great to ask for TDD , writing unit tests with different sets of data.
By Brian U M F
•Jul 26, 2022
This is a 5-start course if you like to dive deep into the topics from other resources. If you like a self-contained course, it is a 4-start course.
Cons:
-Peer reviews can take time.
-Some important topics are briefly explained.
Pros:
-Great quality and explanations
-Assigments are challenging
By Chauncey G S J
•Nov 11, 2019
Assignment 4 was telling us to create each Animal type: Bird, Cow, Snake with a name field of string type, but this was not required. There were other issues with wrong answers on quiz questions as well. The quiz question issues were well documented by other students in the forums.
By Julien C
•May 26, 2020
several errors here and there, the slides are only duplicating information in a proprietary format, pdf would be better. The level is probably closer to beginner. Some statements are more opinions than facts. I guess this is a new course, thanks for putting it togheter
By Sebastien D
•Jan 7, 2019
Couple of interesting chapters and assignment. I though an additional chapter related to benchmark and testing is missing however in this module. Could make a great add on with assignment to test and benchmark latest assignment of the module.