Cloud and Application Modernization

Articles

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

REST Http Client : Feign vs Retrofit 2
REST Http Client : Feign vs Retrofit 2

I have been recently writing a new REST/Http client for the amazing APM product ManageEngine AppManager. In this context, I had to choose an efficient framework to build a new HTTP Client. I decided to let Netflix Feign and Retrofit 2 fight …

How to do a legacy software migration : a successful checklist
How to do a legacy software migration : a successful checklist

Here is a small checklist about how to migrate a legacy migration and to ensure its success. This article is part of my work to explain my knowledge about Software migration in the company Byoskill.

How to make a software developer happy ?
How to make a software developer happy ?

To be or not to be (happy), that’s the question. In this article, I expose some thoughts about what could make a software developer happy in his work. I wrote this article with several targeted audience in mind : Junior developers, …

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.