Blog Posts

Recent posts

Java - Task polling example with Java 8

less than 1 minute read

1 2 3 4 5 6 7 8 9 10 11 public void completionService(ExecutorService executor) { CompletionService<CustomTaskResult> completionService = n...

Angular 2 book

less than 1 minute read

Angular 2 Development with TypeScript

Rake - useful command line options

less than 1 minute read

1 2 3 4 5 $ rake -P $ rake -T #display description $ rake -T buy #display contains "buy" in name $ rake -W buy #display path of task "buy" $ rake -D