Cloud and Application Modernization

Opensource

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

Should you invest in a new SQA company? 3 facts
Should you invest in a new SQA company? 3 facts

Some days ago, an investor asked me whether or not a fund should invest in a testing/SQA company. Here is my non-expert answer. This post is talking about the software editor companies that creates Software quality tools.The investor …

Using S3 libraries with Minio mock server
Using S3 libraries with Minio mock server

In the continuation of my previous S3 article, I present you, how to write an S3 Java Sample program that is using a mock S3 server to develop the functionalities.

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 …

SonarQube plugins for AngularJS and Javascript you may not know
SonarQube plugins for AngularJS and Javascript you may not know

In this article, I will present you with two new SonarQube plugins that you will never find on the SonarQube marketplace (for some good reasons). Keep reading if you are developing in TypeScript, AngularJS 2, Javascript.

TOP open-source dashboard solutions 2017
TOP open-source dashboard solutions 2017

A Dashboard can be a very efficient communication tool for a team, between managers and business units. It enables an organization around a vision to share common goals. It can also be useful to identify weaknesses in processes and adapt …

Writing an integration test with a mail server
Writing an integration test with a mail server

This is a simple example of code to demonstrate how to use the library fakesmtp-junit-runner to write integration tests with mail servers. The library has been released on GitHub and Maven Central.