Background Circle Background Circle

Blog

SonarQube-Part2

1. SonarQube Flow 2. Common Bug in SonarQube: Server Not Actually Starting • What People Usually Do After That • Check Logs to Find Root Cause • Step 1: Go to the logs directory • Root Cause 3. Integrate SonarQube in Maven Project • Step 1: Connect to the Maven Server • Step 2: Update […]

SonarQube-Part1

1. What is SonarQube? • 1.1 Backend & Access 2. What Does SonarQube Do? • 2.1 Scans Your Code Automatically • 2.2 Detects Quality Issues • 2.3 Enforces Coding Standards • 2.4 Checks for Unit Test Coverage • 2.5 Gives Code Ratings (A to E) • 2.6 Shows a Visual Dashboard • 2.7 Quality Gates […]

Nexus_Part_2

Table Of Content Introduction Snapshot vs Release in Nexus2.1 Snapshot2.2 Release Steps to Create Repositories in Nexus3.1 Snapshot-repo3.2 Release-repo Nexus Repository URLs Integrate Nexus with Maven5.1 Step 1: Add Nexus URLs in pom.xml5.2 Step 2: Configure Credentials in Maven Deploying Artifacts to Nexus6.1 Now Run Again Why Is It Always Uploading to the Snapshot Repository?7.1 […]

Nexus_Part_1

Table Of Contents 1. What is Nexus? 2. Why Do We Use Nexus? • 2.1. Central Storage for All Builds • 2.2. Stores Docker Images Too • 2.3. Manages SNAPSHOT and RELEASE Versions • 2.4. Jenkins & CI/CD Integration • 2.5. Safe Custom Dependency Storage • 2.6. Backup and Restore 3. Nexus Installation on Red […]

Apache_TomCat

🌐 What is Apache Tomcat ? Apache Tomcat, developed by the Apache Software Foundation, is an open-source implementation of the Java Servlet, JSP (JavaServer Pages), and WebSocket specifications. It provides a pure Java HTTP web server environment where Java code can run. Core Components:• Catalina: The servlet container that manages the lifecycle of servlets (init, service, […]

Maven_Part_2

 1. What is pom.xml and Why Is It Important? • POM stands for Project Object Model.• It is the foundation of any Maven project and is defined in a file named pom.xml.• The pom.xml file serves as the core configuration for the project and tells Maven:• What the project is (name, version, type)• What to […]

Maven_Part_1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. what is maven ? Maven is a build automation tool developed using the Java programming language. It is primarily used for Java-based projects to manage the build process, including source code compilation, testing, packaging, and more. Maven utilizes […]

Git/GitHub

For more info: https://www.linkedin.com/posts/sivagovind-prasad-chappidi_git-github-by-siva-prasad-activity-7412817815763816448-IlYt?utm_source=share&utm_medium=member_desktop&rcm=ACoAAES8q3QBldR6fdURpL4PaZ2mkljbZ6mupNI Git & GitHub: The Heartbeat of Modern Development Imagine you’re writing a novel. You spend days on a chapter, only to realize a plot twist you added yesterday was actually better. But you’ve already rewritten those pages. Without a time machine, you’re stuck. Now imagine that same scenario, but with code—thousands […]

Introduction To Linux Operating System

LinkeDin Post Url for more details: https://www.linkedin.com/posts/sivagovind-prasad-chappidi_linux-zero-to-hero-by-siva-prasad-activity-7412533394808639489-Q5V0?utm_source=share&utm_medium=member_desktop&rcm=ACoAAES8q3QBldR6fdURpL4PaZ2mkljbZ6mupNI Linux is based on the UNIX operating system. UNIX is a powerful, multi-user, multitasking operating system originally developed in the 1970s at AT&T Bell Labs. It laid the foundation for many modern operating systems, including Linux. Linux is free and open-source, accessible to everyone. This promotes global collaboration […]