Cloud and Application Modernization

Data

Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.

How to migrate an ERP and ERP Data Migration  resources for 2021
How to migrate an ERP and ERP Data Migration resources for 2021

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 is never a bad idea to refresh your mind and pick new sources about an interesting …

5 Best practices to handle your exceptions in Java
5 Best practices to handle your exceptions in Java

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 small article gives you 5 best practices to dead with exceptions in your Java code.

Answer to the article CQRS Is an Anti-Pattern for DDD
Answer to the article CQRS Is an Anti-Pattern for DDD

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 Pehlivanov can be found there. Despite the provoking title, the article is well-balanced and you …

Code generation and data generator : the best use cases
Code generation and data generator : the best use cases

What is a code generator and data generator? This study provides you examples and research articles about several program automation research fields. This state of the art illustrates various use-cases where tools can be used to generate …

Zabbix vs Prometheus which is the best ?
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 it.

Two of the best machine learning frameworks for Java Developers
Two of the best machine learning frameworks for Java Developers

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 interested in machine learning. Introduction and disclaimer This blog post is …

Using S3 libraries with Minio mock server
Using S3 libraries with Minio mock server

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 functionalities.