Maicol Kaiserblog.maicol.dev·Dec 21, 2024Arroz com Feijão: A Base Nutritiva para Projetos que FuncionamResumo Neste artigo vamos passar literalmente pelo mínimo. Começou agora? não sabe o que o teu projeto precisa para sobreviver as alterações do dia a dia? fica comigo que a gente vai passar pelo que provavelmente ninguém vai te cobrar pra fazer, mas ...Code Quality
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Nov 29, 2024Revolutionize Your DevOps: Deploying SonarQube on Amazon EKS Cluster Using Helm ChartOverview :- SonarQube is a popular tool for continuous code quality inspection. It helps developers find and fix bugs, vulnerabilities, and code smells in their projects. Deploying SonarQube on an Amazon EKS (Elastic Kubernetes Service) cluster using...Kubernetes
Jet Xullamapreview.hashnode.dev·Nov 15, 2024LlamaPReview: AI-Powered Code Review Assistant That Streamlines Your GitHub PRsIntroduction Code review is a critical but time-consuming part of the development process. As teams grow and pull requests multiply, maintaining consistent review quality becomes increasingly challenging. That's where LlamaPReview comes in - an AI-po...code review
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 ...SonarQube Insights: Solving Code Quality Challenges TogetherSonarQube Setup
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Nov 2, 2024Day 14: Mastering Error Handling in JavaScriptWelcome to Day 14 of our #30DaysOfJavaScript journey! Today, we’re tackling a crucial topic for any developer: error handling. This guide will walk you through the essentials of handling, identifying, and troubleshooting errors in JavaScript, so your...10 likes·27 readsJavaScript
Ashari Muhammad Hisbullohblog.iamashari.me·Oct 30, 2024Keeping Your Code Quality in a TeamHalo semuanya, kembali lagi di edisi agak telat #RabuSharing. Maaf ya dua minggu kemarin enggak sempet rilis postingan karena ada acara dinner dan balik-balik saya kecapekan. Jadi yaudahlah ya skip aja post di hari itu, dan sengaja enggak di made-up ...Code Quality
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...1 like·38 readsSonarQube Insights: Solving Code Quality Challenges TogetherStatic Application Security Testing (SAST
Lasse R.lassetech.hashnode.dev·Oct 16, 202410 Code Review Metrics to Improve Code Quality10 Code Review Metrics to Improve Code Quality Want to boost your code quality? Here are 10 key metrics to track: Code coverage Cyclomatic complexity Code churn Review turnaround time Defect density Code duplication Comment density Pull reque...Code Quality
Harsh Goswamicoderg-tales.hashnode.dev·Oct 3, 2024🛠️ Managing Local Development and Remote Development with GitHub 🌟In today's fast-paced development world, using GitHub for both local and remote development boosts team productivity and code💻 quality. 🚀 This blog will cover best practices for managing local development with Remote code on GitHub. ✨ GitHub is mor...GitHub
Frank Lamfranklam.hashnode.dev·Sep 20, 2024Maintaining Code Quality with Husky and lint-stagedKeeping your codebase clean and consistent is vital, especially when working on large projects or in a team setting. While tools like linters and formatters help maintain code quality, ensuring these tools are run consistently can be challenging. Tha...Code Quality