JP
Apr 4, 2020
Great intro. If you already know the basics, you probably don't need this course though. Not much of a deep dive, more of a "skim the surface" type course. Week 4 on IO was the most beneficial for me.
AN
Oct 23, 2020
Very detailed, nice introduction to golang's basic concepts. Might need to google to find better ways to handle some requirements of the assignments, but overall a cool programming language to learn.
By Andres R M
•Aug 28, 2019
Some typos in the text and maybe a bit slow pacing
By Kunwar D D S
•May 23, 2020
Cool Way of explanation and good hands on as well
By munandi s
•Oct 2, 2024
There is no live codding videos form the lecture
By Yaroslav K
•Aug 31, 2021
Some users not properly review your applications
By Emad H
•Sep 9, 2020
Basic but essential concepts of the Go language
By Reda R
•Oct 28, 2018
it is a good start for newbies in go language
By vk s s
•Dec 7, 2019
more of the implementation should be thought
By Kothali
•May 21, 2021
Good content and assignments covers basics.
By Hesham E
•Mar 25, 2020
The course is amazing, simple, and concise.
By Alexandra V
•Sep 23, 2018
Exams would be better with example output
By Kamel S
•Jun 24, 2021
Step by step, straightforward. Thanks!
By Igor S
•Jul 5, 2019
The course has few mistakes on slides.
By Devin A
•Oct 4, 2018
Great course, good introduction to Go.
By Olivia H
•Jul 15, 2020
Good basic course for go fundamentals
By Abhijit M
•Apr 26, 2020
This course is very good for beginner
By Bryan J G R
•May 31, 2020
I really miss more coding examples
By Losaberidze G
•Jun 14, 2021
Peers review sometimes are unfair
By Mauro L D
•Jan 7, 2019
Good introduction - Easy to start
By Kulish M
•Feb 24, 2021
Good base knowledge about Golang
By Ghassan A M
•Dec 26, 2018
Slides are not 100% accurate
By liuxinyun
•Aug 23, 2021
Relatively basic course
By So S P
•Aug 23, 2019
good for beginners
By SUMEET C
•Jul 19, 2021
Nice Course
By DUO
•Mar 30, 2020
good
By Jared D
•May 29, 2020
There are a lot of errors in the videos (syntax of code) which made learning the syntax confusing. The instructions for the assignment were confusing at times and sometimes conflicted with the grading rubrics. For example the slice.go activity has lots of strange details (start with an "empty slice of length 3") which seems like a mistake (maybe capacity of 3?) which made coding and grading confusing. Another example is findian.go, one of the sample input is something like "I asd asd das ds N" which is very difficult to handle using fmt.Scan() for a new Go programmer which is the way of getting input taught in the lesson.. I feel like the instructor never went through i did the exercises following the instructions closely to experience these problems. Finally, in general the programming exercises need more details about expected inputs and expected outputs. Since we are grading peer's works, it make its hard when one peer expected one thing and other expected something else. i feel like im coding extra code to herd my grader toward my version of expected input to prevent them from giving me 0/10 just cuz i didnt follow THEIR expected inputs. The next version of this specialization series is better on details (though I still see errors in presentation video) but this first getting started course could need some improvements.