Articles by Tag #sonarqube

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

SonarQube | Working with SonarLint and SonarQube in Visual Studio

Note You can check other posts on my personal website: https://hbolajraf.net ...

Learn More 27 0Jul 23 '24

Integrating SonarQube with Azure DevOps Pipeline to Enforce Quality Gates

Introduction Ensuring code quality in CI/CD pipelines is essential to maintain a clean,...

Learn More 15 0Jan 9

Step-by-Step Guide to Setting Up and Deploying SonarQube on an AWS EC2 Instance Using AWS Cloud Development Kit (CDK)

Day 015 - 100DaysAWSIaCDevopsChallenge Today in my serie of 100 days of code challenge,...

Learn More 14 4Sep 21 '24

Deploying SonarQube on AWS EC2 with Cloud Development Kit(CDK): Extending the Database to Amazon RDS PostgreSQL

Day 016 - 100DaysAWSIaCDevopsChallenge In my previous post, Step-by-Step Guide to Setting...

Learn More 7 0Sep 23 '24

Improving Code Quality in C# With Static Code Analysis

Writing good code is important for any software project. It's also something I deeply care about....

Learn More 1 0Aug 5 '24

Azure Devops Pipeline with SonarQube Community in Docker and Playwright

TLDR; Scanning projects with SonarQube Community and retrieving a couple of metrics and reports can...

Learn More 1 0Feb 8

The simple way to analyze your code using SonarQube.

Hi folks, In this article, I'll show you a simple way to install SonarQube and analyze your code. ...

Learn More 1 1Oct 3 '24

SonarQube: Free Open-source Code Security & Quality Gate Platform

SonarQube has become a vital tool for developers and organizations prioritizing code quality and...

Learn More 0 0Nov 8 '24

Journey to Integrate SonarQube Analysis on every pull request - Part 2

In this we will continue with implementing SonarQube with github pull Request. If you want to learn...

Learn More 0 0Aug 2 '24

Journey to Integrate SonarQube Analysis on every pull request - Part 1

What is SonarQube? SonarQube is an open-source platform for inspecting code quality. It...

Learn More 0 0Aug 2 '24

SonarQube — PHP

SonarQube is a tool that analyzes codes. It checks bugs, security vulnerabilities, solid principles...

Learn More 0 0Dec 5 '24

Automating CI/CD for a Java Application with Jenkins: A Complete Pipeline Guide

Introduction in modern software development, Continuous Integration and Continuous Deployment...

Learn More 0 0Jan 21