Cloud and Application Modernization

Articles

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

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.

3 killing Java performance issues and how to detect them
3 killing Java performance issues and how to detect them

Whether you are a programming professional or a beginner, identifying and fixing a slow code is something highly satisfying. Today, the existence of micro-services, the Cloud and Kubernetes has popularized a somewhat distorted vision of IT, …

Break the spaghetti code with these 5 useful metrics
Break the spaghetti code with these 5 useful metrics

Have you ever been panicked or exasperated by an illegible code? We offer you to get out of this anxiety-provoking cycle and thus, equipped with the right method and a good tool, to carry out the maintenance and evolution of complex codes …

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 …

Gall's Law
Gall's Law

Today, I discovered an interesting law, Gall’s law from John Gall. Le’s discover how it can be applied to software programming.

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 …