Skip to content

Commit

Permalink
updated final assignment links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
premaseem committed Aug 12, 2018
1 parent 028f77b commit 1bfed38
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This course is for those programmers/developers who have a basic knowledge of OO

#### 7. Conclusion
* When to Use Which Design Pattern
* Mini-project
* Mini-project (Requirements document - https://github.com/premaseem/DesignPatternsJava9/blob/master/Final_assignment.md)
* Anti Patterns
* Resources for Deeper Learning

Expand Down
Binary file removed Useful Links for the course.pdf
Binary file not shown.
65 changes: 65 additions & 0 deletions userful links for course.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Useful Links used in the course:
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.

### Final assignment requirement document link (section 7)
https://github.com/premaseem/DesignPatternsJava9/blob/master/Final_assignment.md

### Github working projects:
https://github.com/premaseem/DesignPatternsJava9

### Course link:
https://www.packtpub.com/application-development/learn-design-patterns-java-9-video

### Download link for Java - Mac:
http://www.oracle.com/technetwork/java/javase/downloads/index.html

### Download link for Intellij Idea
https://www.jetbrains.com/idea/download

### java 9 modules introduction:
https://www.jetbrains.com/help/idea/getting-started-with-java-9-module- system.html

### Authors blog on design patterns:
https://premaseem.wordpress.com/category/computers/design-patterns/

### Software Design pattern community face book page:
https://www.facebook.com/DesignPatternGuru/

### Wiki info on Design pattern:
https://en.wikipedia.org/wiki/Software_design_pattern

### Don’t Repeat Yourself(DRY)
https://www.softwareyoga.com/is-your-code-dry-or-wet/

### Is your code S.O.L.I.D
https://en.wikipedia.org/wiki/SOLID_(object-oriented_design)

### Java 9 modules
https://blog.codefx.org/java/java-module-system-tutorial/

### Idea Intellij getting start with java 9 modules
https://www.jetbrains.com/help/idea/getting-started-with-java-9-module- system.html

### Idea Intellij support for Java 9
https://blog.jetbrains.com/idea/2017/03/support-for-java-9-modules-in-intellij- idea-2017-1/

### Migrating From Eclipse to IntelliJ IDEA
https://www.jetbrains.com/help/idea/eclipse.html

### Develop and Test HelloWorld Module With Eclipse And IntelliJ IDEA IDEs
https://www.journaldev.com/13630/javase9-helloworld-module-ides-part4

### Lamda in Java
http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/Lambda- QuickStart/index.html

### Java 9 has deprecated observer and obsevable apis, WHY ?
https://stackoverflow.com/questions/46380073/observer-is-deprecated-in-java- 9-what-should-we-use-instead-of-it

### Java code guide lines by google
https://google.github.io/styleguide/javaguide.html

### Free diagram and charting tool:
https://www.lucidchart.com

### Sequence diagram tool
https://www.websequencediagrams.com

0 comments on commit 1bfed38

Please sign in to comment.