Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ym1234 committed Feb 25, 2018
1 parent ad8ae6f commit a1e21af
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions java.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [Java9](https://docs.oracle.com/javase/9/docs/api/)

#### Books

* [Effective Java - Third Edition](https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997)
* [Effective Java - Second Edition](https://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683)
* [Java Concurrency In Practice](https://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)
Expand All @@ -19,23 +20,23 @@

#### Online courses & tutorials [free]

* Java Video Tutorial: https://www.youtube.com/watch?v=TBWX97e1E9g
* Learn Java Programming with examples: https://beginnersbook.com/java-tutorial-for-beginners-with-examples/
* Java Tutorial for Complete Beginners: https://www.udemy.com/java-tutorial/
* Java for Complete Beginners [registration required but free]: https://courses.caveofprogramming.com/p/java-for-complete-beginners
* [Java Video Tutorial](https://www.youtube.com/watch?v=TBWX97e1E9g)
* [Learn Java Programming with examples](https://beginnersbook.com/java-tutorial-for-beginners-with-examples/)
* [Java Tutorial for Complete Beginners](https://www.udemy.com/java-tutorial/)
* [Java for Complete Beginners](https://courses.caveofprogramming.com/p/java-for-complete-beginners) (registration required but free)

#### Online courses & tutorials [not free]

* Complete Java Masterclass (highly recommended): https://www.udemy.com/java-the-complete-java-developer-course/
* Java Essential Programming: https://www.udemy.com/java-essential-programming/
* [Complete Java Masterclass](https://www.udemy.com/java-the-complete-java-developer-course/) (highly recommended)
* [Java Essential Programming](https://www.udemy.com/java-essential-programming/)

#### Usefull repositories

* [Frameworks] https://github.com/akullpp/awesome-java
* [Design patterns] https://github.com/iluwatar/java-design-patterns
* [Frameworks](https://github.com/akullpp/awesome-java)
* [Design patterns](https://github.com/iluwatar/java-design-patterns)

#### Other

* [History of Java] https://en.wikipedia.org/wiki/Java_version_history
* [Wikibooks] https://en.wikibooks.org/wiki/Java_Programming/History
* [Timeline] http://oracle.com.edgesuite.net/timeline/java/
* [History of Java](https://en.wikipedia.org/wiki/Java_version_history)
* [Wikibooks](https://en.wikibooks.org/wiki/Java_Programming/History)
* [Timeline](http://oracle.com.edgesuite.net/timeline/java/)

0 comments on commit a1e21af

Please sign in to comment.