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 …
This article is about a new release of my SonarQube plugin for EsLint.
Here is a small checklist about how to migrate a legacy migration and to ensure its success. This article is part of my work to explain my knowledge about Software migration in the company Byoskill.
This article is a collection of links to interesting articles about Software Quality.
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 this article with several targeted audience in mind : Junior developers, …
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.
New post (New post (New post (RT Vala Afshar @ValaAfshar: Dear CEO,/ The biggest threat to innovation is internal p… https://t.co/7B7eyzUl4z
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.