From a1b5e6ad195971685cbd6c4f02f3b290e0deaf0e Mon Sep 17 00:00:00 2001 From: Rud156 Date: Wed, 22 Mar 2017 06:05:30 +0530 Subject: [PATCH 1/6] Added HTML5 resources and Javascript resources --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38d53ab..ef3a5bb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Introduction to HTML - Mozilla Docs](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML) * [HTML5 Tutorial](http://www.html5tutorial.info) +* [HTML5 Introduction](https://www.edx.org/course/html5-introduction-w3cx-html5-0x-0) * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) * [HTML Fundamentals - Solo Learn](https://www.sololearn.com/Course/HTML/) @@ -98,6 +99,8 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * Javascript [Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript) * Courses/Tutorials + * [Javascript for Beginners (1)](https://www.edx.org/course/html5-part-1-html5-coding-essentials-w3cx-html5-1x-1) + * [Javascript for Beginners (2)](https://www.edx.org/course/html5-part-2-advanced-techniques-w3cx-html5-2x-1) * Javascript [The Right Way](http://jstherightway.org/) * Courses.AngularClass.com - Topics Include: webpack, nodejs, npm, es5, es6, esnext, & rxjs, typescript * [[Course Link]](http://courses.angularclass.com/courses/modern-javascript) [[Reddit Post]](https://www.reddit.com/r/learnjavascript/comments/4vz5y6/learn_modern_javascript_for_free_topics_covered/) From 174fff8609ce9cf116fd13863ae1be0dd747ce50 Mon Sep 17 00:00:00 2001 From: Rick Markins Date: Thu, 23 Mar 2017 08:28:50 -0700 Subject: [PATCH 2/6] Update README.md (#21) updated regex cheat sheet as the other one was just for .NET. Also updated the `Watch this if you want to become a web developer` link to the updated one --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38d53ab..f80af3e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding --- ### Start Here * Take a look at the big picture: [**Web Developer Roadpath**](https://github.com/kamranahmedse/developer-roadmap) -* YouTube video outlining what to learn (similar to above, but in video format) - [Watch this if you want to become a web developer](https://www.youtube.com/watch?v=pB0WvcxTbCA) +* YouTube video outlining what to learn (similar to above, but in video format) - [Watch this if you want to become a web developer](https://www.youtube.com/watch?v=sBzRwzY7G-k) * [My journey to becoming a web developer from scratch without a CS degree (and what I learned from it)](https://medium.freecodecamp.com/my-journey-to-becoming-a-web-developer-from-scratch-without-a-cs-degree-2-years-later-and-what-i-4a7fd2ff5503#.vk5vkb18q) (Medium) * What happens when you type google into your address bar? [[Reddit Link]](https://www.reddit.com/r/cscareerquestions/comments/55ydbs/common_interview_question_what_happens_when_you/) * [Tuts Plus - The http protocol every web developer must know](https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177) @@ -50,7 +50,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [What CS Majors Should Know](http://matt.might.net/articles/what-cs-majors-should-know/) * [Google's Technical Development Guide](https://www.google.com/about/careers/students/guide-to-technical-development.html) * [CSS Tricks - Complete Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - * [Regex Cheat Sheet](http://regexlib.com/CheatSheet.aspx?AspxAutoDetectCookieSupport=1) + * [Regex Cheat Sheet](http://regexr.com/) * [DevDocs](http://devdocs.io) * [Awesome List of Everything Programming](https://github.com/sindresorhus/awesome) * [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/) @@ -59,7 +59,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding ### Programs and Classes * Programs * [The Odin Project](http://www.theodinproject.com/) - * [freeCodeCamp](https://www.freecodecamp.com/) + * [FreeCodeCamp](https://www.freecodecamp.com/) * [The Essential Web Developer Course](http://upskillcourses.com/p/essential-web-developer-course) * Classes * [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* From 6d6dea9344b2b34a087350bc7e2be687666da60e Mon Sep 17 00:00:00 2001 From: Faisal Hassan Date: Thu, 23 Mar 2017 11:31:43 -0400 Subject: [PATCH 3/6] Add resources to Programs, Learn CSS and Learn JavaScript sections (#20) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f80af3e..3b7f44c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [The Odin Project](http://www.theodinproject.com/) * [FreeCodeCamp](https://www.freecodecamp.com/) * [The Essential Web Developer Course](http://upskillcourses.com/p/essential-web-developer-course) + * [Epicodus Programming Bootcamp Curriculum](https://www.learnhowtoprogram.com/courses) * Classes * [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) @@ -83,7 +84,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Introduction to HTML - Mozilla Docs](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML) * [HTML5 Tutorial](http://www.html5tutorial.info) * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) -* [HTML Fundamentals - Solo Learn](https://www.sololearn.com/Course/HTML/) +* [HTML Fundamentals - SoloLearn](https://www.sololearn.com/Course/HTML/) --- ### Learn CSS @@ -92,6 +93,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * A visual guide to CSS - [CSS Reference](http://cssreference.io/) * [CSS Pro Tips](https://github.com/AllThingsSmitty/css-protips?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) - A collection of tips to help take your CSS skills pro. * [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd) +* [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) --- ### Learn JavaScript @@ -105,6 +107,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [[Edabit - Website Link]](https://edabit.com/explore) [[Reddit Post]](https://www.reddit.com/r/learnprogramming/comments/5vc3gb/learn_javascript_with_interactive_challenges_earn/) * [Free Advanced JavaScript Courses - Learn Object Oriented Programming, Call Apply, and Bind, Testing, Functional Programming, and much more](https://www.rithmschool.com/courses#advanced-javascript) * [Intermediate Course - Udacity - OOP JS](https://www.udacity.com/course/object-oriented-javascript--ud015) + * [JavaScript Tutorial](https://www.sololearn.com/Course/JavaScript/) * Projects * [JS 30 For 30 - 30 Projects for 30 Days](https://javascript30.com/) * [Learn to Code with Projects - enlight.ml](https://enlight.ml/) From c14f6b5ca05b4cd3a7aec7346718594f0e502fdd Mon Sep 17 00:00:00 2001 From: Jason Brown Date: Thu, 23 Mar 2017 08:37:50 -0700 Subject: [PATCH 4/6] Update README.md (#22) Add CodeDaily.io Tutorials --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b7f44c..52b5d60 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,9 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Exploring the react Ecosystem!](https://www.toptal.com/react/navigating-the-react-ecosystem) - Article * [Code academy React program](HTTPS://www.codeacademy.com) * [Great Free React books](https://github.com/vhf/free-programming-books/blob/master/javascript-frameworks-resources.md) - Use this link first + * [Code Daily](https://codedaily.io/) + * [Build a Todo Application with React Native](https://codedaily.io/courses/2/Build-a-React-Native-Todo-Application) + * [Learn to Animate with React Native](https://codedaily.io/courses/1/Animate-React-Native-UI-Elements) * Medium Links: * [React Components, Elements, and Instances (Medium)](https://medium.com/@dan_abramov/react-components-elements-and-instances-90800811f8ca#.rjx4d6bgw) * [Working with React](https://medium.com/@prodia/working-with-react-js-3e21a2ff5443#.ensczdgi0) From eda720319ee216e34e66cd81c9955cf7ce8f410c Mon Sep 17 00:00:00 2001 From: Andrew Tehrani Date: Thu, 23 Mar 2017 15:39:54 -0400 Subject: [PATCH 5/6] added quora link to useful web dev terminology (#19) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52b5d60..4cd705b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding ### Start Here * Take a look at the big picture: [**Web Developer Roadpath**](https://github.com/kamranahmedse/developer-roadmap) * YouTube video outlining what to learn (similar to above, but in video format) - [Watch this if you want to become a web developer](https://www.youtube.com/watch?v=sBzRwzY7G-k) +* Learn about the common tools associated with full stack web development - [What is the A-Z of Web Development?](https://www.quora.com/What-is-the-A-Z-of-web-development-and-web-design) * [My journey to becoming a web developer from scratch without a CS degree (and what I learned from it)](https://medium.freecodecamp.com/my-journey-to-becoming-a-web-developer-from-scratch-without-a-cs-degree-2-years-later-and-what-i-4a7fd2ff5503#.vk5vkb18q) (Medium) * What happens when you type google into your address bar? [[Reddit Link]](https://www.reddit.com/r/cscareerquestions/comments/55ydbs/common_interview_question_what_happens_when_you/) * [Tuts Plus - The http protocol every web developer must know](https://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177) From 968b9b4576394932d398a65e6f71684309c87211 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 23 Mar 2017 18:31:54 -0700 Subject: [PATCH 6/6] added EDX to the titles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef3a5bb..b256862 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Introduction to HTML - Mozilla Docs](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML) * [HTML5 Tutorial](http://www.html5tutorial.info) -* [HTML5 Introduction](https://www.edx.org/course/html5-introduction-w3cx-html5-0x-0) +* [HTML5 Introduction EDX](https://www.edx.org/course/html5-introduction-w3cx-html5-0x-0) * [Learn to code HTML & CSS - Shay Howe](http://learn.shayhowe.com/html-css/) * [HTML Fundamentals - Solo Learn](https://www.sololearn.com/Course/HTML/) @@ -99,8 +99,8 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * Javascript [Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript) * Courses/Tutorials - * [Javascript for Beginners (1)](https://www.edx.org/course/html5-part-1-html5-coding-essentials-w3cx-html5-1x-1) - * [Javascript for Beginners (2)](https://www.edx.org/course/html5-part-2-advanced-techniques-w3cx-html5-2x-1) + * [Javascript for Beginners (1) EDX](https://www.edx.org/course/html5-part-1-html5-coding-essentials-w3cx-html5-1x-1) + * [Javascript for Beginners (2) EDX](https://www.edx.org/course/html5-part-2-advanced-techniques-w3cx-html5-2x-1) * Javascript [The Right Way](http://jstherightway.org/) * Courses.AngularClass.com - Topics Include: webpack, nodejs, npm, es5, es6, esnext, & rxjs, typescript * [[Course Link]](http://courses.angularclass.com/courses/modern-javascript) [[Reddit Post]](https://www.reddit.com/r/learnjavascript/comments/4vz5y6/learn_modern_javascript_for_free_topics_covered/)