Cloud and Application Modernization

Data

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

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 …

Quest for a CMS in 2018 : KeystoneJS Feedback
Quest for a CMS in 2018 : KeystoneJS Feedback

I have received several requests after my first article dealing with CMS, Headless CMS (KeyStoneJS), and the rather gloomy conclusion. This article is giving feedback on my next experiences.

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 …

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 …

My weekly DZone''s digest #1
My weekly DZone''s digest #1

This is my first post that offers a digest from a selection of DZone’s articles. I will pick DZone’s article based on my interests. This week the subjects are: BDD Testing, Bad code, Database Connection Pooling, Kotlin, …

Test and Data Generation for Java Unit tests
Test and Data Generation for Java Unit tests

Today I was preparing a presentation about Software Code quality for a TechTalk on Thursday. I made a search on the Internet about Automatic Unit test generators and Data Generators. I will present some tools I have tried. Today, we will …