Book review of Java by comparison, an ultimate compilation of exercices and good tips for whom wants to improve their coding skills.
Category: Refactoring

I have been recently writings tools to convert Beanshell code in Java. This is a technical post to compare some frameworks to generate java source

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

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

How to do a legacy software migration : a successful checklist
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

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

A presentation I made (in french) about how to modularize C/C++ Softwares and the various ways to implement it. Tags: Cleancode, Migration, Programming, Refactoring, Software