What is Java Stream
Java streams are a feature introduced in Java 8 that allows developers to perform functional-style operations on collections of data. Streams are designed to make
Intro to Reactor, Mono, and Flux
This entry gives a quick overview of reactor project, mono, flux, error handling, defer, inner mono, and common pitfalls of using reactor. You may find
Java Streams Code Snippets
What is a Java Stream? Java Stream is a sequence of elements supporting the sequential and parallel aggregate operation. This example shows an aggregate operation
Lombok Tips
What is Lombok? In their own word, Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your
How to Update Eclipse Software on Linux behind proxy
To update eclipse software on Linux behind proxy is a bit tricky but doable and here is how: 1) Find the proxy server’s host name
Update to JDK 8 on Mac OS
Java 8 (1.8.11 at the time of the writing) is the latest Java version. It was released in March this year and contain various major