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
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 ...sonarqube
Kadek Dhiva Tiradikablog.bydhiva.com·May 12, 2024Ensure code quality with help of static code analyzer and code coverageWhen we develop software we want to deliver best quality of code, so every line of code we write is matter, because its carries the potential of errors that can disturb business flow of our software. If you work alone on the small project maintaining...Testing
Geoffrey Copinblog.sylver.dev·Aug 10, 2022Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of codeSylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so let us explore this tool by solving a real-world problem: our application's configuration is stored ...754 readsBuilding a JSON validator with Sylverstatic code analysis
Aalekh Nigamaalekh.hashnode.dev·Jun 26, 2022Notes on Dynamic Program Analysis for Fun and ProfitThis post gives an introduction to Dynamic and Static Analysis and also summarizes points discussed in the Mentorship Session: Dynamic Program Analysis for Fun and Profit talk by Dmitry Vyukov part of the Linux Live Mentorship Series. All the images ...218 readsdebugging