Cloud and Application Modernization

Articles

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

How to tune your JVM memory and track your GC Usage ?
How to tune your JVM memory and track your GC Usage ?

How to tune your JVM memory and track your GC Usage ? I had to tune recently some docker containers to fit the memory of my EC2. Here is a list of interesting resources that helped me.

Generating awesome slideshows using JS and Vue
Generating awesome slideshows using JS and Vue

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, composition with Vue.js

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.

Writing custom Cobol Rules with SonarQube
Writing custom Cobol Rules with SonarQube

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

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 ?