Permalink
Please sign in to comment.
42
Java-Resources.md
@@ -0,0 +1,42 @@ | ||
+# Java Resources | ||
+ | ||
+[Home](Java) | ||
+ | ||
+Java is trademarked and licensed by Oracle. Most of the following are un-official resources, unless hosted by Oracle. | ||
+ | ||
+## Tutorials | ||
+ | ||
+- [Oracle Official Java Tutorials](http://docs.oracle.com/javase/tutorial/index.html) | ||
+- [Thinking in Java](http://www.mindview.net/Books/TIJ/) | ||
+- [Think Java](http://greenteapress.com/wp/think-java/) | ||
+- [Effective Java by Joshua Bloch](https://github.com/HackathonHackers/programming-ebooks/blob/master/Java/Effective%20Java%20(2nd%20Edition).pdf) | ||
+- [Jenkov's Java Tutorials](http://tutorials.jenkov.com/java/index.html) | ||
+- [Mkyong's Java & Spring Tutorials](http://www.mkyong.com/) | ||
+- [Vogella's Java Tutorials](http://www.vogella.com/tutorials/java.html) | ||
+- [Java 8 Tutorial](https://github.com/winterbe/java8-tutorial) | ||
+- [Better Java](https://github.com/cxxr/better-java) | ||
+- [Java Programming notes by NTU](http://www3.ntu.edu.sg/home/ehchua/programming/index.html#Java) | ||
+- [Princeton's Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) | ||
+- [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) | ||
+- [Java Practices](http://javapractices.com/home/HomeAction.do) | ||
+- [Java Design Patterns](https://github.com/iluwatar/java-design-patterns/) | ||
+- [Algorithms in Java](https://github.com/pedrovgs/Algorithms) | ||
+- [Spring Official Guides](https://spring.io/guides) | ||
+ | ||
+## Challenges | ||
+ | ||
+- [Java Koans](https://github.com/matyb/java-koans) | ||
+- [Coding Bat Java Challenges](http://codingbat.com/java) | ||
+- [Excercism Java Challenges](http://exercism.io/languages/java) | ||
+- [Project Euler](https://projecteuler.net/) | ||
+- [Practice It! - Java Challenges](http://practiceit.cs.washington.edu/) | ||
+ | ||
+ | ||
+## Community | ||
+ | ||
+- [Oracle Java Community](http://www.oracle.com/technetwork/java/community/index.html) | ||
+- [Awesome Java](https://github.com/akullpp/awesome-java) | ||
+- [/r/Java](https://www.reddit.com/r/Java) | ||
+- [/r/LearnJava](https://www.reddit.com/r/learnjava) | ||
+- [Java Ranch](http://www.javaranch.com/) | ||
+- [Java Code Geeks](https://www.javacodegeeks.com/) |
0 comments on commit
b4efe49