IntelliJ IDEA Trick : how to detect and fix JPA / SQL defects using your IDE Inspection
This article is taken from a discussion I had during the JUGL of Lausanne. It describes how to enable the JPA/SQL inspections from the IDE (paid …
This article is taken from a discussion I had during the JUGL of Lausanne. It describes how to enable the JPA/SQL inspections from the IDE (paid …
I launched a new website to help workers in Switzerland to have a better understanding of their payslips. I discovered in four years working in …
This article is a source of work for anybody interested in ERP Migration and especially a focus on Data Migration. I prepared for a Job interview. It …
Exceptions are annoying. The exceptions are bothersome to handle, it invades your code like a ant colony and we never know how to deal with them. …
This article is an answer to the benefits and drawbacks of CQRS under the light of the DDD practices.
The original article written by Hristiyan …
What is a code generator and data generator? This study provides you examples and research articles about several program automation research fields. …
Zabbix vs Prometheus which is the best ? In this article, I am presenting my first experience with Zabbix and why I decided to choose it.
This blog post is about the two machine-learning frameworks Smile and DeepLearning4j. I am presenting my feedback and some hints useful for any Java …
This article is a hint how to change the default path and name for the liquibase changeset when you are using Spring Boot.
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 …
An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software …
I have received several requests after my first article dealing with CMS, Headless CMS (KeyStoneJS), and the rather gloomy conclusion.
This article is …
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 …
Some time ago, I organized a talk on “Code Quality and why developers should care about” for my company. In that presentation, I …
Like many other markets, the SQA/ALM Market soon will meet #disruption. Domains like machine learning, deep learning, and cloud computing will force …
Thanks to its popularity, Docker has disrupted many companies and blurred the silos between Developers and Operations. This article, based partially …
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 Container …
This article is part of my working notes on the subject of “How to migrate Web applications running on JBoss AS 5 to version 7”.
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 …
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 …
In 2017, this blog is powered by Hexo.js. However, I am looking for a replacement since Hexo.JS is lacking crucial features.
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 …
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.