From 230a89ff488916e9dc0ba674b98bf145ea9f35b8 Mon Sep 17 00:00:00 2001 From: Faisal Hassan Date: Thu, 23 Mar 2017 00:19:16 +0000 Subject: [PATCH 1/2] Add resources to Programs, Learn CSS and Learn JavaScript sections --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d53ab..1891dda 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 16e29facffbd928a4844fb9ab61a55fe534af3ce Mon Sep 17 00:00:00 2001 From: Faisal Hassan Date: Thu, 23 Mar 2017 16:40:40 +0000 Subject: [PATCH 2/2] Add resources and minor edits --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1891dda..1e573bd 100644 --- a/README.md +++ b/README.md @@ -93,7 +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/) +* [CSS Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) --- ### Learn JavaScript @@ -164,6 +164,8 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * Cool stuff other people have built: * [Belgian Beer Explorer with React, Bootstrap, Node.js and Postgres](http://coenraets.org/blog/2015/01/belgian-beer-explorer-with-react-bootstrap-node-js-and-postgres/) * [90 Full Stack React Examples (some with tuts)](https://react.rocks/tag/FullStack?show=40) +* [A free full stack web dev curriculum by top engineers](https://bento.io) +* [HTML, CSS and JavaScript Tutorials](http://htmldog.com/) --- ### Learn Node JS @@ -199,6 +201,7 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Learn PostgreSQL (GitHub)](https://github.com/dwyl/learn-postgresql) * [Try Redis](https://try.redis.io/) * [Redis Tutorial](https://www.tutorialspoint.com/redis/) +* [SQL Fundamentals - SoloLearn](https://www.sololearn.com/Course/SQL/) --- ### Learn Authentication @@ -235,9 +238,10 @@ I've still got a lot of bookmarks to go through, so I'll be updating and adding * [Codechef](https://www.codechef.com/) * [Code Wars](https://www.codewars.com/) * [Coding Game](https://www.codingame.com) - * [Hacker Rank (some debate about this being good/bad](https://www.hackerrank.com/domains/cpp/cpp-introduction) + * [Hacker Rank (some debate about this being good/bad)](https://www.hackerrank.com/domains/cpp/cpp-introduction) * [Project Euler (math focus)](https://projecteuler.net/) * [Exercism](http://exercism.io/) + * [CMD Challenge: Test your command line skills](https://cmdchallenge.com/) --- ### Free Programming Books