Cloud and Application Modernization

Bug

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

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

Java developer testing toolbox
Java developer testing toolbox

An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software Development Process & Assurance, testing, and monitoring tools are key tools to ensure a high …

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

Disruption in Software Quality Assessment, still relevant in 2021 ?
Disruption in Software Quality Assessment, still relevant in 2021 ?

Like many other markets, the SQA/ALM Market soon will meet #disruption. Domains like machine learning, deep learning, and cloud computing will force it to evolve in the next few years. This article is presenting some predictions of quality …

How Docker is disrupting Legacy IT Companies
How Docker is disrupting Legacy IT Companies

Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. This article, based partially on my own experiences.

How migrate from JBoss 5 to 7
How migrate from JBoss 5 to 7

This article is part of my working notes on the subject of “How to migrate Web applications running on JBoss AS 5 to version 7”. JBoss Application Server - Wildfly I will go straight to the details though here are some lines …

Away/async vs Promises
Away/async vs Promises

Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.