Java tool to copy/paste

Web developers know that they can integrate functionality from third-parties by copying/pasting a tiny script into their HTML pages. It’s a great engineering work: by adding a few lines you end up… Read more

Similar

Reordering Futures in Java Streams

Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)

Read more »