In this article we’re going to go through one of the most common problems in exception handling in any JVM-language and what alternative can we
Read more
In this article we’re going to go through one of the most common problems in exception handling in any JVM-language and what alternative can we
Read moreThis article was originally published at https://bell-sw.com/announcements/2020/11/16/An-intelligent-bet-for-Kotlin-part-one/ If you’re a Software Developer or any kind of professional working in the IT sector, you’ve probably heard
Read moreOne 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 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 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 moreAfter having had a deep introduction to functional programming in our last article “A new Java functional style“, we think it’s now time to look
Read more
You must be logged in to post a comment.