This article is a quick HOW-TO after struggling with Google Cloud Build about how to send notifications when a build has failed or is successful.
Tag: Github
GitHub (originally known as Logical Awesome LLC)[3] is a web-based hosting service for version control using git.
How to send notifications to Slack with SonarQube ? What are the best plugins ? That is what we are going to discover in this
This article has been written as “basic knowledge” for Junior Java developers to help them tracking their bugs in Java software. Tags: Java Development, Software
I have been recently writings tools to convert Beanshell code in Java. This is a technical post to compare some frameworks to generate java source
Using S3 libraries with Minio mock server
In the continuation of my previous S3 article, I present you, how to write a S3 Java Sample program that is using a mock S3
Developing with S3 and Java : useful links
This article is part of my web research to prepare the development of a new feature using Amazon S3 Webservices. Tags: Cloud Computing, DevOps, Digest,
Java developer testing toolbox
An article dealing with Java application and testing frameworks and related libraries. Tags: Cleancode, Code Quality, Libraries, Opensource, Programming, Software Engineering, Software Quality, Software Technologies, SQA,
I have received several requests after my first article dealing with CMS, Headless CMS (KeyStoneJS) and the rather gloomy conclusion. This article is giving a
I have been using recently Java 8 new features CompletableFuture. This is a little feedback. Tags: Framework, Libraries, Software Technologies, Technologies
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
I am writing on a new secret project. Tags: Cleancode, Framework, Programming, Software Engineering, Software Technologies
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
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
SonarQube and ReactJS
This article is showing you how to use SonarQube with ReactJS and its JSX files. I will use both SonarQube JavaScript plugin and the additional
SonarQube plugins for AngularJS and Javascript you may not know
In this article, I will present you two new SonarQube plugins that you will never find on SonarQube marketplace (for some good reasons). Keep reading
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
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.
This article is part of my working notes on the subject of "How to migrate Web applications running on JBoss AS 5 to the version
In this short story, I will relate how I migrate my blog personal website from a classic VM instance to a container using Google Cloud
Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. In this article, based partially on my own