Articles

SonarQube ESLint plugin : release 0.2.0
SonarQube ESLint plugin : …

This short article to announce a new release of the plugin SonarQube ESLint.

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

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.

Stop/Remove All Docker containers
Stop/Remove All Docker …

This article contains few hints when you are using docker. My main article about Docker is How Docker is disrupting Legacy IT Companies.

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

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 speak of Randoop.

Randoom Test Generator

Randoom Test Generator

The first …

The disappointing quest for an Headless CMS in 2017
The disappointing quest …

In 2017, this blog is powered by Hexo.js. However, I am looking for a replacement since Hexo.JS is lacking crucial features.

Togaf and Enterprise architecture interesting links 1
Togaf and Enterprise …

Today I have produced a shortlist of links interesting about Togaf and Enterprise architecture.

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

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 your strategy according to them.

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

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.

Codacy : a great example of technological blog post
Codacy : a great example …

Some months ago, I wrote an article for a new static analysis tool and a great team, Codacy./

The original blog post is there on Dzone and my Blog.

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.