Sai Praneethterraformiac.hashnode.dev路Jan 29, 2025SonarqubeSonarqube 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...sonarqube
Mahdi Bagherimahdibagheri.hashnode.dev路Jan 24, 2025SonarQube Setup and GitHub IntegrationWhy SonarQube? In today鈥檚 competitive software development world, speed is crucial to develop new features, as well as improving existing features to stay ahead of the competition. Multiple developers of varying skill levels and work experience contr...ProjectsDevops
Prasad Reddyprasadreddy.hashnode.dev路Jan 23, 2025Step-by-Step Guide to Installing SonarQube on Ubuntu with Docker ComposeComprehensive Step-by-Step Guide to Installing SonarQube on Ubuntu Using Docker Compose In this detailed guide, we will walk you through the entire process of installing SonarQube on an Ubuntu system using Docker Compose. SonarQube is a powerful tool...sonarqube
Simon Axelsennomisoft.hashnode.dev路Jan 19, 2025SonarQube analysis of .NET application with sonar-project.properties in Azure DevOpsBackground In the past, software was often developed by one person or a very small team, and the same person / team would also test the software. If there was a problem with the software, you鈥檇 just contact the developer (maybe per fax) and the probl...36 readsazure-devops
Mahesh Diwanmahesh1215.hashnode.dev路Jan 11, 2025A Beginner鈥檚 Guide to Setting Up a CI/CD Pipeline with Jenkins, SonarQube, and Docker on AWSImagine pushing code with confidence, knowing it will be automatically tested, analyzed, and deployed seamlessly. Sounds like a dream? Not anymore! In this blog, I鈥檒l walk you through building a powerful CI/CD pipeline using Jenkins, SonarQube, and D...26 readsci-cd
Balraj Singhbalrajsingh.hashnode.dev路Jan 6, 2025Mastering Spring Boot: Building a Dynamic Secret Santa Generator Web Application using Azure DevOpsThe Secret Santa Generator is a web application built using Spring Boot technologies, Thymeleaf views, JPA, H2 Database, and more. It features a Spring Model, View, and Controller (MVC) architecture along with Service and Repository layers. This proj...69 readsKubernetes
Sundar blogsundarpalanivel.hashnode.dev路Jan 4, 2025SonarQube installationSonarQube is an open-source platform used for continuous inspection of code quality. It is primarily designed to analyze and review the codebase for various quality metrics such as bugs, vulnerabilities, code smells, test coverage, and maintainabilit...DevOpssonarqube installation
Ankit Rajnexus-3-artifact-repository-manager.hashnode.dev路Jan 4, 2025Nexus 3 Overview and Installation Guide 馃幆Nexus 3 is a widely used artifact repository manager developed by Sonatype. It helps teams store, manage, and retrieve binary artifacts such as JAR files, Docker images, npm packages, and more. Below, we break down its key features, installation proc...nexus3
Neha Bawaneneha1302.hashnode.dev路Jan 3, 2025End to End Mega ProjectIntroduction The project is a complete DevOps pipeline designed to automate and optimize the software development lifecycle, from code integration to deployment and monitoring. It incorporates cutting-edge tools and technologies to implement robust C...1 likeSecurity
Balraj Singhbalrajsingh.hashnode.dev路Jan 2, 2025Azure DevOps Multi-Stage YAML CI/CD PipelineThis document provides a step-by-step guide on setting up a multi-stage YAML CI/CD pipeline in Azure DevOps. The pipeline includes setting up an Azure account, creating an organization, setting up a project, writing a YAML pipeline, and deploying an ...azure-devops