Cloud and Application Modernization

Github

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

Quest for a CMS in 2018 : Sanity.io
Quest for a CMS in 2018 : Sanity.io

Last year, I was looking for a CMS to replace Hexo.io. Hexo.io served me well but I was frustrated to not be able to write posts in public transports and get the correct SEO. I wrote my quest to find the appropriate CMS that I was expecting …

A Simple Review of HTTP Benchmark/Loading Tools in 2021
A Simple Review of HTTP Benchmark/Loading Tools in 2021

I tested a list of Benchmarking / Loading test tools and offer you some feedback about the tools listed on the excellent page https://gist.github.com/denji/8333630. For 2021, I am curious to test and discover my new favorite HTTP …

How to send Telegram Notifications with Google Cloud Build (GCB)
How to send Telegram Notifications with Google Cloud Build (GCB)

This article is a quick HOW-TO after struggling with Google Cloud Build about how to send notifications when a build has failed or is successful. Since I did not want to use Slack and the heavy client, I give a try in this post with …

Which framework to generate source code ?
Which framework to generate source code ?

I have been recently writings tools to convert Beanshell code in Java. This is a technical post to compare some frameworks to generate java source code.

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.

Java developer testing toolbox
Java developer testing toolbox

An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software Development Process & Assurance, testing, and monitoring tools are key tools to ensure a high …