Loop using lambdas and streams in Java 8 for lazy dude
A short article to complete the page of MkYoung about the streams (link here). How to write loops using lambdas and streams without using for ?
Application modernization and Cloud migration
Blog by Sylvain Leroy about Cloud, Software Quality, Refactoring, Legacy Software Migration, and Application Modernization
A short article to complete the page of MkYoung about the streams (link here). How to write loops using lambdas and streams without using for ?
To be or not to be (happy), that’s the question. In this article, I expose some thoughts about what could make a software developer happy in his work. I wrote…
In the continuation of my previous S3 article, I present you, how to write an S3 Java Sample program that is using a mock S3 server to develop the functionalities.
An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software Development Process & Assurance, testing, and monitoring tools…
I have been using recently Java 8 new features CompletableFuture. This is a little feedback.