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 ?
Cloud and Application Modernization
Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.
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 ?
I have been recently writing a new REST/Http client for the amazing APM product ManageEngine AppManager. In this context, I had to choose an efficient framework to build a new HTTP Client. I decided to let Netflix Feign and Retrofit 2 fight …
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.
This article is part of my web research to prepare the development of a new feature using Amazon S3 Webservices.
I am writing a new release of my Spring CQRS Module(link1, link2), including a parallel execution feature. Concurrency issues can be hard to solve especially with new programming language features.
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 are key tools to ensure a high …
I have been using recently Java 8 new features CompletableFuture. This is a little feedback.
This article is a presentation of a new little framework, I have developed and used on several projects. The framework is for Spring Framework and requires Java 8.0. The code is on GitHub and downloadable from Bintray or JCenter./
Some time ago, I organized a talk on “Code Quality and why developers should care about” for my company. In that presentation, I demonstrate some tools, unfamiliar to the audience: young developers and battle-hardened IT …
Hi I have developed a rather small plugin for the great static site generator hexo hexo.