Explore >> Select a destination


You are here

www.chrisritchie.org
| | blog.jooq.org
2.5 parsecs away

Travel
| | With Java 8 being mainstream now, people start using Streams for everything, even in cases where that's a bit exaggerated (a.k.a. completely nuts, if you were expecting a hyperbole here). For instance, take mykong's article here, showing how to collect a Map's entry set stream into a list of keys and a list of values:...
| | studiofreya.org
1.3 parsecs away

Travel
| |
| | winterbe.com
1.2 parsecs away

Travel
| | Learn Java 8 streams by example: functional programming with filter, map, flatMap, reduce, collect, lambdas, sequential and parallel streams are covered in-depth in this tutorial.
| | renato.athaydes.com
20.5 parsecs away

Travel
| [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.