Cloud and Application Modernization

Rest

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

Zabbix vs Prometheus which is the best ?
Zabbix vs Prometheus which is the best ?

Zabbix vs Prometheus — which is the best monitoring tool? I first wrote about this question in 2019, when I was tearing out a monitoring stack I disliked and evaluating open-source replacements. Since then I’ve designed observability …

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 …

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 …

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 …

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.