Articles

Generating awesome slideshows using JS and Vue
Generating awesome …

I have been recently using several JS frameworks to produce slideshows and ultimately programmatic videos. Here is my feedback about two frameworks Reveal.js and Eagle.js.

Extending components, composition with Vue.js
Extending components, …

This article will illustrate how to extends some parts or a whole Vue.js component. We’ll look at two different practices : mixins and extends.

Java In Production : some useful tools for profiling and diagnostic.
Java In Production : some …

This article has been written as “basic knowledge” for Junior Java developers to help them tracking their bugs in Java software.

Writing custom Cobol Rules with SonarQube
Writing custom Cobol …

In this article, I present how to write custom Cobol rules with SonarQube and some caveats I encountered. The targeted audience should have some basic compiler knowledge (AST, Lexical analysis, Syntaxic analysis).

SonarQube Scanner and Invalid SSL Certificates
SonarQube Scanner and …

Struggling with SonarQube scanner and your invalid SSL certificate ? Here is a way to handle it.

Spring Boot and Liquidbase : how to change the default path and filename
Spring Boot and …

This article is a hint how to change the default path and name for the liquibase changeset when you are using Spring Boot.

Results of Cloud/Web-base installation
Results of Cloud/Web-base …

Following my previous article, I have performed several tests to deploy the cloud IDE solutions.

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

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 ?

Which framework to generate source code ?
Which framework to …

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

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

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 quality, check the category Code Quality.

[Cleancode principle : boyscout rule](https://) …