PS
this course is good for you if you are beginners in programming . in this course i learn basics of html CSS and JavaScript. this course is very helpful for me in starting with basics of programming.
Take your first step towards a career in software development with this introduction to Java—one of the most in-demand programming languages and the foundation of the Android operating system. Designed for beginners, this Specialization will teach you core programming concepts and equip you to write programs to solve complex problems. In addition, you will gain the foundational skills a software engineer needs to solve real-world problems, from designing algorithms to testing and debugging your programs.
PS
this course is good for you if you are beginners in programming . in this course i learn basics of html CSS and JavaScript. this course is very helpful for me in starting with basics of programming.
KA
Being new to programming, this course was challenging, but it was well designed course and helped me with reasoning and gaining confidence with handling Methods and Loops and conditionals.
SZ
This is my second Duke course, i'll take them all they are great. And i like the feel when i finish it. I'm still a student, i finish one course every two weeks.
AP
I was more diffucult than the previous three courses in the specialization, but all in all, I enjoyed it very much and learned a lot! Thanks for such a great course, keep up the good work! :)
SS
Outstanding specialization, Excellent explanation of the concepts and programs, Interesting assignments. Highly recommend this one.
MM
An excellent course that is so easy to follow and comprehend. It has everything that a beginner needs. Wonderful teachers and very good content. I really enjoyed this course. Thank you so much!
AR
Thank you for the course, the only improvement i could think of is to improve contents for non English speaking people. E.g. You say decimal places, we say numbers after comma.Thank you!
KM
Very difficult material in week 2. Took a lot of effort to get through, but was worth it. I am continuing to learn about Java and writing more fluid programs in this specialization.
MW
This was really a tough course. It made me to learn clean coding by implementing blocks of codes in an organized way without redundancy.
AG
This Caption project will help you to apply and have better understanding of the 5 courses in this specialization.
SD
Absolutely great course to step into the wonders of CSE. The experience and the guidance we receive in the graphic manipulation is absolutely wonderful. Thank you for the greatly formulated course !
FA
Excellent explanations and amount of course work for practice, the tests made good use of the examples and work given, I am satisfied with what I learned in this course and see it's real world usage.
Showing: 20 of 3,237
This course is very inconsistent when it comes to JavaScript. Instead of giving fundamentals of the language, course instructors prefer to give you a bunch of non-standard libraries and teach you a couple of randomly selected methods which could be applied to images. All core concepts such as data types, data structures are explained very sketchy. OOP paradigm isn;t explained at all. For example, they give you a line of code which goes something like:
var x = new SimpleImage("...");
no explanation of what SimpleImage is is given neither you are taught how exactly it works. Apparently, this course relies heavily on self-learning the lib docs given on their site.
All together this leads you to simply monkey-coping lecture materials into code editor without even realising how it works and what it does. This course is at best serve observatory purpose to give student just a peek at what web development is like.
This course could not be used as a solid foundation fow specialization.
This is NOT a beginner's course. There is not enough coverage of fundamental programming concepts, and too much playing around with complex application concepts such as Steganography. Simple image manipulation is a good way to teach programming concepts. Teaching bit arithmetic in a first programming course is NOT. Also, there are many errors in the videos that should be corrected. And finally, this course is advertised as requiring 3-5 hours per week. What a huge underestimate! I have been programming professionally since 1989. Other than week 1, every week requires closer to 8-10 hours at least. Stop advertising this as a beginning course, or restructure it such that it is more appropriate for beginners.
The first week of this course was great, and then the second week was a huge leap up in terms of expectations for the exercises. There was not enough instruction to enable the learner to do the exercises, leaving them feeling demotivated. I'm switching back to the course I was doing on Lynda.com instead, which was must more thorough.
This is the first course I am taking in Coursera.org. The valuable instructors of Duke University designed and created a masterpiece for learners. Thank you so much guys. Greets from Istanbul, Turkey.
A very helpful code which allows you to learn the simple of JavaScript HTML and CSS. Very helpful in building websites and an excellent course for beginners or even people who have never coded before.
Very insightful and helped me learn about the basics of computer science. Now I'm able to better understand the jargon of computer science and can discuss with others or even review codes. Thank you!
This course is the first course in the Courser's Java Programming specialization, however, it uses JavaScript to teach high level programming concepts. If you want to learn JavaScript, this course is not for you. If you want to learn Java, this course is not for you.
The course mainly solves image manipulation problems with Duke's proprietary JavaScript IDE. All the details are "black boxed" so you can't see what's in the JavaScript functions. I believe this is the wrong way to teach newbies because too much abstraction is never good.
Also, as a man, I was personally offended by Professor Susan Rodger saying she wanted to see more women in programming. More woman means less men and that is sexist. As a supporter of equal opportunity, Duke University should take disciplinary action against Professor Rodger. I will not financially support any University that allows it's faculty to express inappropriate personal ideology in a classroom setting.
I do not recommend this course, or any course with Professor Susan Rodger.
The teachers and instructors really should make better videos and stop giving peer edit assignment when people are picky and do not grade your assignment. The instructors should also give their contacts to let their students contact them when the discussion forums dont work
My first Coursera course I've ever done and I was very impressed with the platform on which it was presented. My experience was a positive one and I will definitely continue to pursue other courses.
A giant and complete waste of time. $79, and 1 month of work and it's all Javascript, no java. Worse yet, you are required to work in BlueJ, (google it) with custom Javascript functions that you are not allowed to view or use outside the course. So, none of the code you write in this course will ever be able to be used anywhere else. (The functions probably are in a minified file, but the students were not given access to that file.) A complete waste of time. I would give it ZERO stars but can't submit this rating without giving it one star.
not everything that we are tested for is taught. for example in week 2 we never learned how to add filters to pictures and questions related to it is asked in the graded quiz and the try its. I do not recommend taking this cause. very disappointed!!
No help in discussion forums at all.
Tutors reading from a teleprompter comes across as robotic, lifeless and boring. We should be told before we do a piece of work that we can only submit it by upgrading, not afterwards!
Excellent course .
Just felt that there should be examples that could help someone to understand in a more better way.The videos were good and were very simple and easy to understand then the text.
I've been learning Javascript with lots of different online courses over the last 2 years and this is the first one that presented the information in such a way that I could understand it. Thanks!
This course was a good introduction to learning how to program a website. I do not yet feel as though i know enough to build a complex website, but I am now very familiar with website components and can make a basic website. The videos are short, so you don't get bored watching them, and the script is written for each video, so you can read through the lesson, which helped me process the more difficult concepts. I learned most from doing the projects/ exercises. By giving problems for the student to write code for, it makes the learner actually apply the information from each video. (I don' t get those online learning courses that just show video and after video, with no problems given. This is NOT one of those.) I also enjoy the short quizzes, which solidify understanding of concepts. (You can take quizzes again if you fail!) This course was well presented, with projects that students do to get hands on learning of coding to make a website. The only way to learn to code, is by coding! Not by watch video alone.
Comprehensive course. Completing the optional assignments are key to developing proficiency. The course provides many resources for continuing study. Worthwhile course if you want to learn front-end web development.
This course is amazing, The main thing of this is the way of teaching which makes this course more interesting and amazing. loved this course and looking forward to learn some more exciting programs.
thank you for giving me an opportunity to learn new thing..totally recommended to learn about programming..easy to understand for someone like me who have zero knowledge about html,css and javascript
Personally I do not think this course is very beginner friendly at all..... The first week was nice and slow then week 2 just blasted me in the face and its moving very very fast and hard to grasp it all at once. I feel like I need to take some other courses first and then come back to this one.