Cloud and Application Modernization

Js

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 …

PoniCode : My feedback and a mixed overall feeling about the tool.
PoniCode : My feedback and a mixed overall feeling about the tool.

My feedback from testing the Ponicode IA powered test generation tool. Recently, the company PoniCode has attracted the attention of some investors and consequently the attention of media and the developers from the tooling ecosystem / …

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.