One of the most interesting features introduced with Java Streams is the ability of grouping collections easily by using the groupingBy collector.Although in some cases
Read more
One of the most interesting features introduced with Java Streams is the ability of grouping collections easily by using the groupingBy collector.Although in some cases
Read moreWe are all well aware of all the fancy new features that JDK 8 brought to us and probably it’s hard to find a Java
Read moreMultiple times many of you might have wondered what makes someone a good Software Engineer; in most of the cases there’s a tendency to think
Read moreRecently we started a journey through functional programming in Java with my articles “A new functional Java style” and “Mastering the new functional Java“. Now
Read moreI’m aware that for many of you these two concepts probably mean the same or maybe you’d struggle to explain the differences between them; however,
Read moreIntroduction In my last article, we talked mostly about how Java Streams work and we also had an introduction to Functional Programming in the article
Read more
You must be logged in to post a comment.