Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·91 readsKubernetes
Rohit Jangradevops-docker.hashnode.dev·Nov 14, 2024🛠️ Elevate Your Code Quality Game with SonarQube!When was the last time you wrote code you were sure was flawless, only to find out it had hidden bugs, security vulnerabilities, or that one glaring code smell? Code quality isn’t just about making things work—it’s about making them work right. That’...Discusssonarqube
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...Discuss·1 like·121 readsGitHub
Wawa SenseiforElestioelestio.hashnode.dev·Nov 4, 2024SonarQube: Free Open-source Code Security & Quality Gate PlatformSonarQube has become a vital tool for developers and organizations prioritizing code quality and security in their software projects. As an open-source platform, it provides a comprehensive solution for tracking code vulnerabilities, enforcing code q...DiscussElestio
NaveenKumar VRclaybrainer.com·Nov 3, 2024Designing Reliable SonarQube Infrastructure: Key Factors to ConsiderHello, DevOps Enthusiasts! Welcome back! In our last blog, we explored what SonarQube is, why it’s essential, and the capabilities it offers. If you missed it, feel free to catch up here. This time, we’re diving into the practicalities of setting up ...DiscussSonarQube Insights: Solving Code Quality Challenges TogetherSonarQube Setup
Balraj Singhbalrajsingh.hashnode.dev·Nov 1, 2024DevOps Love Story: CI/CD Pipeline for Valentine's DayThis Valentine’s Day DevOps CI/CD project provides a fun DevOps-themed guide using Jenkins, SonarQube, Docker, and Trivy. It focuses on a playful web app with a Valentine's theme. The project shows how to set up a complete pipeline, from configuring ...Discuss·32 readsDocker compose
Majety Naga Venkata Rohitcommands.hashnode.dev·Oct 30, 2024Automating Application Deployment: A Complete CI/CD Pipeline with Jenkins, GitHub, Maven, SonarQube, Nexus, and TomcatDeploying Application In today’s fast-paced development environment, automation is essential to ensure quick releases with consistent quality. In this blog, I’ll walk you through the end-to-end CI/CD pipeline for deploying an application. We’ll cover...Discuss·56 readsCI/CD
Rohanrohansaini1512.hashnode.dev·Oct 26, 2024Deployment of Pokedex app using Terraform and jenkins ci-cdToday we are going to deploy Pokedex app in aws ec2 using terraform as a infrastructure building tool and then we automate the whole process using the jenkins which allows us continuous integration and continuous deployment (CI/CD) and then we setup ...Discuss·1 like·33 readsci-cd
Lasse R.lassetech.hashnode.dev·Oct 23, 2024Code Coverage: Guide to Metrics & Improving CoverageCode coverage measures how much of your code is tested. Here's what you need to know: It's calculated as: (Lines executed / Total lines) * 100 Higher coverage can lead to better quality and fewer bugs But 100% coverage isn't always necessary or pr...Discusscode coverage
S. M. Arefin Rumiarefinrumi.hashnode.dev·Oct 22, 2024Creating and Analyzing a Project in SonarQube using JenkinsSonarQube is an on-premise analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. By integrating directly with your CI pipeline or on one of our supported DevOps platforms, your code is checked against an exte...Discusssonarqube