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...Discusscode 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 ...DiscussSonarQube 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...Discuss·10 likesJavaScript
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 ...DiscussCode 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...Discuss·1 like·36 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...DiscussCode 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...DiscussGitHub
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...DiscussCode Quality
Jonathan Vila Lópezvilojona.hashnode.dev·Sep 20, 2024Top Security Flaws Hiding In Your Code Right Now: And How To Fix ThemRecent years have seen numerous injection attacks causing significant damage, including a 2019 SQL injection breach in the Fortnite video game and a 2018 attack on Tesla's systems. Other serious incidents involve the Log4Shell logging injection and a...DiscussJava
dumbestprogrammerdumbestprogrammer.hashnode.dev·Sep 19, 2024SOLID Principles: A Clarity JourneyI started with Head First Design Patterns by Eric Freeman and Elisabeth Robson, which gave me a solid introduction to system design principles. Initially, it felt pretty straightforward, but as I delved into the SOLID principles, I became confused in...Discuss·2 likes·103 readsSOLID principles