Cloud and Application Modernization

Web

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.

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 …

Extending components, composition with Vue.js
Extending components, composition with Vue.js

This article will illustrate how to extends some parts or a whole Vue.js component. We’ll look at two different practices : mixins and extends.