From 859df3a7a3284924b20e1efde9b6dc8b7c8c3a2c Mon Sep 17 00:00:00 2001 From: Nikhil Singh Date: Mon, 4 Dec 2017 19:39:23 +0530 Subject: [PATCH 1/5] Updated broken link in Node.js section (#47) Updated the link for Colt Steele's bootcamp in the node.js section it was broken earlier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2db21d..fcc4051 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * Official Node.js [Docs](https://nodejs.org/en/docs/) * Resources for learning Node.js [[Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5xpidt/best_resource_to_learn_nodejs/) * [YouTube](https://www.youtube.com/watch?v=w-7RQ46RgxU&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp) - * [Colt Steele's Bootcamp](https://goo.gl/qTzEtx) + * [Colt Steele's Bootcamp](https://goo.gl/PkK4Ww) * [Node School](https://nodeschool.io/#workshoppers) * [Medium - Why the hell would you use Node?](https://medium.com/the-node-js-collection/why-the-hell-would-you-use-node-js-4b053b94ab8e#.9s49rbove) * Courses/Tutorials From 285085c4353bfb7b2a9ead5c11b3082586fd9f48 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Mon, 4 Dec 2017 09:12:46 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcc4051..c412155 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,10 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [SANITIZED list of 530+ free online programming/CS courses (MOOCs) with feedback(i.e. exams/homeworks/assignments) that you can start this month (December 2016)](https://www.reddit.com/r/learnprogramming/comments/5gr8nw/heres_a_sanitized_list_of_530_free_online/) - *Needs Updating* * [Udacity Free Web Development Courses (Google)](https://www.udacity.com/courses/web-development) * Bootcamps + * [The Web Developer Bootcamp by Colt Steele](http://bit.ly/2yEYsoB). I include this paid course because it because it is worth its weight in gold. Inexpensive (less than $20) and one of the best resources out there. If you're going to buy one course to learn WebDev, buy this one. Also see - [The Advanced Web Dev Bootcamp](http://bit.ly/2z3TnGR) * [Thoughts on Coding Boot camps](https://www.reddit.com/r/learnprogramming/comments/5ew1gs/thoughts_on_coding_boot_camps/) * [The Complete Guide to Bootcamps](https://www.reddit.com/r/cscareerquestions/comments/506myw/the_complete_guide_to_bootcamps/) * Self Study - My programming notes. 275 Pages of Content [[Updated Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5opg9k/my_programming_notes_275_pages_summaries_of/) [[Original Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/4iewun/my_programming_notes_141_pages_summaries_of/) -* Paid - * [The Web Developer Bootcamp by Colt Steele](http://bit.ly/2yEYsoB). I include this paid course because it because it is worth its weight in gold. Inexpensive (less than $20) and one of the best resources out there. If you're going to buy one course, buy this one. * GitHub * [A Step by Step Guide to Making Your First GitHub Contribution](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940) @@ -213,7 +212,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * Official Node.js [Docs](https://nodejs.org/en/docs/) * Resources for learning Node.js [[Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5xpidt/best_resource_to_learn_nodejs/) * [YouTube](https://www.youtube.com/watch?v=w-7RQ46RgxU&list=PL4cUxeGkcC9gcy9lrvMJ75z9maRw4byYp) - * [Colt Steele's Bootcamp](https://goo.gl/PkK4Ww) + * [Colt Steele's Bootcamp](http://bit.ly/2yEYsoB) * [Node School](https://nodeschool.io/#workshoppers) * [Medium - Why the hell would you use Node?](https://medium.com/the-node-js-collection/why-the-hell-would-you-use-node-js-4b053b94ab8e#.9s49rbove) * Courses/Tutorials From 49b31245c6a4fc3b93b49bec5bdf0f592cd4078e Mon Sep 17 00:00:00 2001 From: Booligoosh Date: Tue, 5 Dec 2017 01:14:15 +1100 Subject: [PATCH 3/5] Added a few of my tutorials (#43) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c412155..e58ae93 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * How to Learn. * Coursera Course (Not CS Specific) - [Learning how to learn](https://www.coursera.org/learn/learning-how-to-learn) * Repetition, Repetition, Repetition - [Reddit Discussion on study techniques](https://www.reddit.com/r/learnprogramming/comments/5pyx5t/a_beginners_trick_i_learned_way_too_late_in_the/) + * What technologies to learn and strategies to learn them - [How to learn web development](https://codetheweb.blog/2017/10/04/how-to-learn-web-development/) --- ### What is the Single most useful CS Bookmark you have? @@ -98,6 +99,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) * [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/) * [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf) +* [Learn HTML series - Code The Web](https://codetheweb.blog/learn/html/) --- ### Learn CSS From 54d4d473da035bdefd13bed0b195a8152a8f061e Mon Sep 17 00:00:00 2001 From: HemangiS <24651268+HemangiS@users.noreply.github.com> Date: Fri, 5 Jan 2018 05:07:30 +0530 Subject: [PATCH 4/5] changed link of github repo for javascript interview questions (#50) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e58ae93..dd4b0c7 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [CS50 - Prep and Practice for Technical Interviews [YouTube]](https://youtu.be/qIi-tIrcaww?t=2m32s) * [How to Break Into the Tech Industry—a Guide to Job Hunting and Tech Interviews](http://haseebq.com/how-to-break-into-tech-job-hunting-and-interviews/) * Common JavaScript Interview Questions Repo - * [GitHub Repo - All questions and answers](https://www.reddit.com/r/learnprogramming/comments/5sa35k/fun_github_repo_containing_common_interview/) + * [GitHub Repo - All questions and answers](https://github.com/kennymkchan/interview-questions-in-javascript) * [Reddit Post - Discussion, with additional questions and answers](https://www.reddit.com/r/learnprogramming/comments/5sa35k/fun_github_repo_containing_common_interview/) * [Ammon Bartram - Ask an interviewer anything: interview questions, answers, mistakes](https://www.reddit.com/r/cscareerquestions/comments/5y95x6/i_am_ammon_bartram_and_i_have_done_900/) * [Sharing some interview tips (Silicon valley employee)](https://www.reddit.com/r/cscareerquestions/comments/5w2oyn/sharing_some_interview_tips/) From 3e622c2e947fc3e14b0cd422f2e605d161d9b193 Mon Sep 17 00:00:00 2001 From: Rafael Araujo Lehmkuhl Date: Thu, 4 Jan 2018 21:38:29 -0200 Subject: [PATCH 5/5] Update README.md - Remove repetition (#49) Remove repetition of "because it" on line 84. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4b0c7..471e0f5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [SANITIZED list of 530+ free online programming/CS courses (MOOCs) with feedback(i.e. exams/homeworks/assignments) that you can start this month (December 2016)](https://www.reddit.com/r/learnprogramming/comments/5gr8nw/heres_a_sanitized_list_of_530_free_online/) - *Needs Updating* * [Udacity Free Web Development Courses (Google)](https://www.udacity.com/courses/web-development) * Bootcamps - * [The Web Developer Bootcamp by Colt Steele](http://bit.ly/2yEYsoB). I include this paid course because it because it is worth its weight in gold. Inexpensive (less than $20) and one of the best resources out there. If you're going to buy one course to learn WebDev, buy this one. Also see - [The Advanced Web Dev Bootcamp](http://bit.ly/2z3TnGR) + * [The Web Developer Bootcamp by Colt Steele](http://bit.ly/2yEYsoB). I include this paid course because it is worth its weight in gold. Inexpensive (less than $20) and one of the best resources out there. If you're going to buy one course to learn WebDev, buy this one. Also see - [The Advanced Web Dev Bootcamp](http://bit.ly/2z3TnGR) * [Thoughts on Coding Boot camps](https://www.reddit.com/r/learnprogramming/comments/5ew1gs/thoughts_on_coding_boot_camps/) * [The Complete Guide to Bootcamps](https://www.reddit.com/r/cscareerquestions/comments/506myw/the_complete_guide_to_bootcamps/) * Self Study - My programming notes. 275 Pages of Content [[Updated Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/5opg9k/my_programming_notes_275_pages_summaries_of/) [[Original Reddit Link]](https://www.reddit.com/r/learnprogramming/comments/4iewun/my_programming_notes_141_pages_summaries_of/)