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
NaveenKumar VRclaybrainer.com·Oct 20, 2024SonarQube Essentials: Why It’s Crucial in CI PipelinesHello and welcome, fellow DevOps enthusiasts! Thanks for joining this exploration. In the upcoming sections, we’ll dive into SonarQube, uncover its benefits, and discuss why it’s essential for your projects. Let’s jump in and get the code quality par...Discuss·1 like·36 readsSonarQube Insights: Solving Code Quality Challenges TogetherStatic Application Security Testing (SAST
Victor Uzoagbavictoru.hashnode.dev·Oct 7, 2024Building a Custom Static Site Generator for Technical DocumentationIntroduction What is a Static Site Generator (SSG)? A Static Site Generator (SSG) is a tool that converts plain text files (like Markdown) into a complete static website. The output is a set of static HTML pages, which are fast to load and easy to ho...Discusstutorials
David Carrdcblogdev.hashnode.dev·Sep 7, 2024Mastering PHPStan: Common Errors and How to Fix ThemPHPStan is a static analysis tool for PHP that focuses on finding bugs in your code without actually running it. By analyzing your codebase, PHPStan can detect potential issues such as type errors, undefined variables, and incorrect method calls, amo...Discuss·12 likes·635 readsphpstan
D V Shashidhar Reddysik2912.hashnode.dev·Sep 5, 2024KubeLinter: A Comprehensive Guide to Kubernetes Manifest LintingIntroduction This guide provides detailed instructions on using KubeLinter to analyze and improve Kubernetes manifests. Covering everything from installation and basic usage to advanced integrations, this resource is designed to help users at all ski...Discusskube-linter
KALPESH MOHANTAkalpeshblog.hashnode.dev·Sep 1, 2024SonarQube Installation on EC2Install SonarQube in the /opt directory on Ubuntu, follow these steps: Update Package List and Install Dependencies: sudo apt update -y sudo apt install openjdk-11-jdk wget unzip Download SonarQube: Visit the SonarQube download page to get the l...Discusssonarqube
Tarun Sharmatapstechie.hashnode.dev·Aug 29, 2024Enhancing Python Code Quality with an Automated AnalyzerIntroduction In software development, maintaining high code quality is crucial. However, manually ensuring that every piece of code adheres to best practices can be tedious and error-prone. This is where automated code quality analyzers come into pla...Discuss·39 readspython-tools
Milan Jovanovićmilanjovanovic.hashnode.dev·Aug 3, 2024Improving Code Quality in C# With Static Code AnalysisWriting good code is important for any software project. It's also something I deeply care about. However, it can be hard to spot problems by just reading through everything. Luckily, there's a tool that can help: static code analysis. It's like havi...Discuss·64 readsasp.net core
Simon Crowesimoncrowe.hashnode.dev·Jun 29, 2024Django and Semgrep: Enforcing a Service Layer Using Static AnalysisIn my previous post about implementing a service layer in Django, I wrote about a simple pattern that "plays nice" with the mountain of functionality that comes with Django out-of-the-box, particularly the ORM. In this implementation, business logic ...Discuss·348 readsPython
Michał Romanmichalroman.hashnode.dev·Jun 17, 2024SonarLint: enhancing code quality and developer productivityIn the fast-paced world of software development, maintaining high code quality is crucial. Bugs, security vulnerabilities, and code smells can degrade performance, increase technical debt, and complicate maintenance. SonarLint, a popular static code ...Discusssonarqube