Cloud and Application Modernization

Software

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 …

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.

I have tried Vue.js and I love it
I have tried Vue.js and I love it

I have tried Vue.js and just love it. Some weeks ago, I started a new project for which, I have to build an internet website. Context After spending really long hours on the internet, browsing, collecting every possible testimonials and …

Modularizing C/C+ Softwares
Modularizing C/C+ Softwares

A presentation I made (in French) about how to modularize C/C++ Softwares and the various ways to implement it.

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 …