Book Review : Java by comparison, how to improve your coding skills and produce quality code.
Book Review : Java by Comparison
This is a book review of Java by comparison (you may check and buy it there https://java.by-comparison.com), an …
This is a book review of Java by comparison (you may check and buy it there https://java.by-comparison.com), an …
This article is about a new release of my SonarQube plugin for EsLint.
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 …
This article is part of my web research to prepare the development of a new feature using Amazon S3 Webservices.
I am writing a new release of my Spring CQRS Module(link1, link2), including a parallel execution feature. Concurrency issues can be hard to solve …
An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software …
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 …
A presentation I made (in French) about how to modularize C/C++ Softwares and the various ways to implement it.
Today, I released a new library to help developers to write integration tests with mail servers.
The library has been released on GitHub and Maven …
This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both the SonarQube JavaScript plugin and the additional …
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 …
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 …
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.