This article is an answer to the excellent article of CQRS is an AntiPattern for DDD.
Tag: data
This small state of the art illustrates various use-cases where tools can be used to generate code and data to ease the coder’s life.
Zabbix vs Prometheus which is the best ?
Zabbix vs Prometheus which is the best ? In this article, I am presenting my first experience with Zabbix and why I decided to choose
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 developers
This article is a hint how to change the default path and name for the liquibase changeset when you are using Spring Boot. Tags: Opensource,
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
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
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 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 was preparing a presentation about Software Code quality for a TechTalk on Thursday. I made a search on Internet about Automatic Unit test
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
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
In 2017, this blog is powered by Hexo.js. However I am looking for a replacement since Hexo.JS is lacking of crucial features. Tags: CMS, Software,
As 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
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
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await. Tags: Programming, Software Technologies, Web