|
| 1 | +# Useful Links used in the course: |
| 2 | +This document contains the link of pages / resources used or referred in the course. It has download links, final assignment links and other useful links. |
| 3 | + |
| 4 | +### Final assignment requirement document link (section 7) |
| 5 | +https://github.com/premaseem/DesignPatternsJava9/blob/master/Final_assignment.md |
| 6 | + |
| 7 | +### Github working projects: |
| 8 | +https://github.com/premaseem/DesignPatternsJava9 |
| 9 | + |
| 10 | +### Course link: |
| 11 | +https://www.packtpub.com/application-development/learn-design-patterns-java-9-video |
| 12 | + |
| 13 | +### Download link for Java - Mac: |
| 14 | +http://www.oracle.com/technetwork/java/javase/downloads/index.html |
| 15 | + |
| 16 | +### Download link for Intellij Idea |
| 17 | +https://www.jetbrains.com/idea/download |
| 18 | + |
| 19 | +### java 9 modules introduction: |
| 20 | +https://www.jetbrains.com/help/idea/getting-started-with-java-9-module- system.html |
| 21 | + |
| 22 | +### Authors blog on design patterns: |
| 23 | +https://premaseem.wordpress.com/category/computers/design-patterns/ |
| 24 | + |
| 25 | +### Software Design pattern community face book page: |
| 26 | +https://www.facebook.com/DesignPatternGuru/ |
| 27 | + |
| 28 | +### Wiki info on Design pattern: |
| 29 | +https://en.wikipedia.org/wiki/Software_design_pattern |
| 30 | + |
| 31 | +### Don’t Repeat Yourself(DRY) |
| 32 | +https://www.softwareyoga.com/is-your-code-dry-or-wet/ |
| 33 | + |
| 34 | +### Is your code S.O.L.I.D |
| 35 | +https://en.wikipedia.org/wiki/SOLID_(object-oriented_design) |
| 36 | + |
| 37 | +### Java 9 modules |
| 38 | +https://blog.codefx.org/java/java-module-system-tutorial/ |
| 39 | + |
| 40 | +### Idea Intellij getting start with java 9 modules |
| 41 | +https://www.jetbrains.com/help/idea/getting-started-with-java-9-module- system.html |
| 42 | + |
| 43 | +### Idea Intellij support for Java 9 |
| 44 | +https://blog.jetbrains.com/idea/2017/03/support-for-java-9-modules-in-intellij- idea-2017-1/ |
| 45 | + |
| 46 | +### Migrating From Eclipse to IntelliJ IDEA |
| 47 | +https://www.jetbrains.com/help/idea/eclipse.html |
| 48 | + |
| 49 | +### Develop and Test HelloWorld Module With Eclipse And IntelliJ IDEA IDEs |
| 50 | +https://www.journaldev.com/13630/javase9-helloworld-module-ides-part4 |
| 51 | + |
| 52 | +### Lamda in Java |
| 53 | +http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/Lambda- QuickStart/index.html |
| 54 | + |
| 55 | +### Java 9 has deprecated observer and obsevable apis, WHY ? |
| 56 | +https://stackoverflow.com/questions/46380073/observer-is-deprecated-in-java- 9-what-should-we-use-instead-of-it |
| 57 | + |
| 58 | +### Java code guide lines by google |
| 59 | +https://google.github.io/styleguide/javaguide.html |
| 60 | + |
| 61 | +### Free diagram and charting tool: |
| 62 | +https://www.lucidchart.com |
| 63 | + |
| 64 | +### Sequence diagram tool |
| 65 | +https://www.websequencediagrams.com |
0 commit comments