Java 9 - useful commands to inspect Module
List modules 1 2 $ java --list-modules $ java --list-modules java.base Diagnostic module dependencies 1 2 $ java -Xdiag:resolver -p mods [module name]/[clas...
List modules 1 2 $ java --list-modules $ java --list-modules java.base Diagnostic module dependencies 1 2 $ java -Xdiag:resolver -p mods [module name]/[clas...
0. Never, ever use null for an Optional variable. 1. Optional should be only used as a return value. : never use it for a field in Class and a method para...
1 2 3 $ docker log <container id> // show logs $ docker port <container id> // show port mapping $ docker inspect <container id> // inspect...
1 2 3 4 5 6 7 8 9 10 11 public void completionService(ExecutorService executor) { CompletionService<CustomTaskResult> completionService = n...
Angular 2 Development with TypeScript https://www.manning.com/books/angular-2-development-with-typescript