Added some more resources (all free) to the list (#21232)

* Added some more resources (all free) to the list

* Updated the index.md and removed a few links

Specifically removed the Java2s book link, and the Java Freeware link. Also changed the link for the Helsinki MOOC to https.
This commit is contained in:
ayra-jafri
2018-11-09 22:23:45 -08:00
committed by Huyen Nguyen
parent d260f82df1
commit 7dc9394cc9

View File

@ -17,6 +17,7 @@ Java is trademarked and licensed by Oracle. Most of the following are un-officia
* [Java Programming notes by NTU](http://www3.ntu.edu.sg/home/ehchua/programming/index.html#Java) * [Java Programming notes by NTU](http://www3.ntu.edu.sg/home/ehchua/programming/index.html#Java)
* [HackerRank's 30 days of Code Challenge with video tutorials in Java<](https://www.hackerrank.com/domains/tutorials/30-days-of-code) * [HackerRank's 30 days of Code Challenge with video tutorials in Java<](https://www.hackerrank.com/domains/tutorials/30-days-of-code)
* [Princeton's Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) * [Princeton's Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/)
* [The University of Helsinki's MOOC on Programming in Java (Part 1)](https://moocfi.github.io/courses/2013/programming-part-1/)
* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/)
* [Java Practices](http://javapractices.com/home/HomeAction.do) * [Java Practices](http://javapractices.com/home/HomeAction.do)
* [Java Design Patterns](https://github.com/iluwatar/java-design-patterns/) * [Java Design Patterns](https://github.com/iluwatar/java-design-patterns/)
@ -24,9 +25,11 @@ Java is trademarked and licensed by Oracle. Most of the following are un-officia
* [Spring Official Guides](https://spring.io/guides) * [Spring Official Guides](https://spring.io/guides)
* [TutorialsPoint - Java](http://www.tutorialspoint.com/java/) * [TutorialsPoint - Java](http://www.tutorialspoint.com/java/)
* [Java for Small Teams](https://www.gitbook.com/book/ncrcoe/java-for-small-teams/details) * [Java for Small Teams](https://www.gitbook.com/book/ncrcoe/java-for-small-teams/details)
* [Cave of Programming's Java Course](https://courses.caveofprogramming.com/p/java-for-complete-beginners)
## Challenges ## Challenges
* [/r/dailyprogrammer](https://www.reddit.com/r/dailyprogrammer)
* [Java Koans](https://github.com/matyb/java-koans) * [Java Koans](https://github.com/matyb/java-koans)
* [Coding Bat Java Challenges](http://codingbat.com/java) * [Coding Bat Java Challenges](http://codingbat.com/java)
* [Excercism Java Challenges](http://exercism.io/languages/java) * [Excercism Java Challenges](http://exercism.io/languages/java)
@ -43,6 +46,8 @@ Java is trademarked and licensed by Oracle. Most of the following are un-officia
* [Awesome Java](https://github.com/akullpp/awesome-java) * [Awesome Java](https://github.com/akullpp/awesome-java)
* [/r/Java](https://www.reddit.com/r/Java) * [/r/Java](https://www.reddit.com/r/Java)
* [/r/LearnJava](https://www.reddit.com/r/learnjava) * [/r/LearnJava](https://www.reddit.com/r/learnjava)
* [/r/javahelp](https://www.reddit.com/r/javahelp)
* [/r/javaexamples](https://www.reddit.com/r/javaexamples)
* [Java Ranch](http://www.javaranch.com/) * [Java Ranch](http://www.javaranch.com/)
* [Java Code Geeks](https://www.javacodegeeks.com/) * [Java Code Geeks](https://www.javacodegeeks.com/)
* [Java 8 API Search](http://javasearch.org) * [Java 8 API Search](http://javasearch.org)