Articles

Using a self-hosted Cloud IDE updated 2021, my TOP 3.
Using a self-hosted Cloud …

I have been recently thinking about the opportunity to use a Cloud IDE for my personal coding projects.

Cleancode infography
Cleancode infography

Today I have produce a small infography with some cleancode principles that are important for me in my daily job of a coder.

Cleancode session - feedback
Cleancode session - …

I was the guest of an amazing French IT company Slickteam last week.  The subject was to share experience and tricks about Cleancode.

Loop using lambdas and streams in Java 8 for lazy dude
Loop using lambdas and …

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 ?

REST Http Client : Feign vs Retrofit 2
REST Http Client : Feign …

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 arena.

Update 2020-06

Recently, the things have …

New SonarQube ESLint Release 0.3.0
New SonarQube ESLint …

This article is about a new release of my SonarQube plugin for EsLint.

How to do a legacy software migration : a successful checklist
How to do a legacy …

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.

Software Quality Weekly Review March 2018
Software Quality Weekly …

This article is a collection of links to interesting articles about Software Quality.

How to make a software developer happy ?
How to make a software …

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, Senior Techleads and H&R resources.

Using S3 libraries with Minio mock server
Using S3 libraries with …

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.