Mar 19 路 21 min read 路 Introduction Hello everyone, and welcome to my very first blog post! In this post, I鈥檒l be starting with a foundational task in DevSecOps. For those of you new to this world, DevSecOps is simply the p
Join discussion
Jan 29, 2025 路 3 min read 路 Sonarqube is an open-source software quality management tool, that will analyze and measure the quality of the source code. It supports multiple languages like Java, C#, C++, Python, etc., It is a Java-based tool, used to perform static code analysis...
Join discussion
Nov 27, 2024 路 3 min read 路 SonarQube is a powerful tool for code quality and security. With the Community Branch Plugin, you can extend its functionality to include branch analysis, even in the Community Edition. Let's walk through setting up this tool with Jenkins in a Docker...
Join discussion
Jul 1, 2024 路 3 min read 路 Having a cicd pipeline to do your work reduces the stress significantly. So, recently I created a CICD project where I deployed the pipeline which Fetch's the code, Build it, test it using Maven, Analysis the code quality by Sonarqube, build's the Do...
Join discussion
Sep 26, 2023 路 5 min read 路 In the realm of software development, maintaining high code quality is paramount. Code quality affects not only the reliability and maintainability of your software but also plays a significant role in security and performance. To ensure consistent c...
Join discussion