How to send notifications to slack with SonarQube
How to send notifications to Slack with SonarQube ? What are the best plugins ? That is what we are going to discover in this post.
Cloud and Application Modernization
Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.
How to send notifications to Slack with SonarQube ? What are the best plugins ? That is what we are going to discover in this post.
Some days ago, an investor asked me whether or not a fund should invest in a testing/SQA company. Here is my non-expert answer. This post is talking about the software editor companies that creates Software quality tools.The investor …
Yesterday, my bank access brutally stopped and I had the following capture. Would you point out the security issue with that ? You have 30 minutes :-)
Book Review : Java by Comparison This is a book review of Java by comparison (you may check and buy it there https://java.by-comparison.com), an ultimate compilation of exercices and good tips for whom wants to improve their coding skills. …
How to tune your JVM memory and track your GC Usage ? I had to tune recently some docker containers to fit the memory of my EC2. Here is a list of interesting resources that helped me.
I have been recently using several JS frameworks to produce slideshows and ultimately programmatic videos. Here is my feedback about two frameworks Reveal.js and Eagle.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.
This article has been written as “basic knowledge” for Junior Java developers to help them tracking their bugs in Java software.
In this article, I present how to write custom Cobol rules with SonarQube and some caveats I encountered. The targeted audience should have some basic compiler knowledge (AST, Lexical analysis, Syntaxic analysis).
Struggling with SonarQube scanner and your invalid SSL certificate ? Here is a way to handle it.