This repo will be updated with new technologies/methodologies/template to help Java user productivity and learning
- Guava Examples
- Mockito Examples (Must needed for any java developer)
- JMH (Java Microbenchmark Harness) starter
mvn clean install -DskipTests=true && java -Xmx12G -jar ./jmh-template/target/benchmarks.jar .*Sample.* -f 1 -wi 5 -i 10 -tu ns
- Simple netty chat example based on a youtube
- Deferred Example