It’s been a while since JDK 8 was released, bringing plenty of new features to the Java language; among them the most expected feature was
Read more
It’s been a while since JDK 8 was released, bringing plenty of new features to the Java language; among them the most expected feature was
Read moreAfter having had an introduction to the new concurrency paradigm in Java in my previous article “A new concurrency model in Java“, I’ve considered that
Read moreIf you’ve heard about the acronym TDD but you’re not sure what it means, or even if you know what TDD is but you don’t
Read moreIn many of the projects I’ve worked during the recent years I’ve found quite hard to find developers using Java Optionals in the right way,
Read moreAs Java developers most of us ignore the importance of having a complete understanding on how the machine where we run our applications works. In
Read moreThings have changed considerably in the last few years in terms of how we write code in concurrent models. In the past we always had a
Read more
You must be logged in to post a comment.