Cloud and Application Modernization

Cleancode

Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.

To rewrite or not to rewrite a software
To rewrite or not to rewrite a software

To rewrite or not rewrite a software ? Writing a software is a incredible difficult task. When the time has come for the software to know the retirement : should we rewrite it ? or have an progressive approach ?

Cleancode principle : the boy scout rule
Cleancode principle : the boy scout rule

A new cleancode principle : the boyscout rule One of the best cleancode principle. The boyscout rule. If you are interested by a cleancode course, I provide some lessons through byoskill.com Please contact me. For more articles about code …

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 - feedback

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

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

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, …

How to implement CQRS with Spring  : new framework
How to implement CQRS with Spring : new framework

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

Codacy : an easy-to use code quality review solution
Codacy : an easy-to use code quality review solution

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 …

SonarQube and ReactJS
SonarQube and ReactJS

This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both the SonarQube JavaScript plugin and the additional plugin Sonar EsLint plugin.