Effective Java TL;DR – Lambdas and Streams
Lambdas and streams are awesome and powerful, but with that power comes the responsibility. Just because they are modern and cool doesn’t mean that you should rewrite everything to use them.
Lambdas and streams are awesome and powerful, but with that power comes the responsibility. Just because they are modern and cool doesn’t mean that you should rewrite everything to use them.
Doing things with multiple threads is hard. Here are ways to make it easier, clearer and, most importantly, safe and performant.
Best practices for turning Java objects to byte streams and back again to Java objects.
Discussion about general Java programming craftsmanship, dealing with local variables, libraries, control structures and other language features and good practices.