Loops are annoying to write, especially when you write them for a living… If you are tired of writing a full loop like me, you can maybe take a loop at Streams. Stream is a very effective way of reducing code lines and make your code look pretty. Here are some example of it, and you should get what I mean: Select with filter() public class D... Read more 19 Sep 2020 - 3 minute read