© 2026 Hashnode
Introduction Static analysis tools often feel invisible when they work well. As developers, we run them, fix the warnings, and move on. But while contributing to Checkstyle, one of the most widely used Java static analysis tools, I realized that behi...

Set up SonarQube 10.4+ on a Ubuntu-based EC2 instance for local code quality analysis and Jenkins integration. Prerequisites ✅ Ubuntu EC2 instance (t2.medium or higher recommended)✅ Open ports: 9000 (SonarQube), 22 (SSH)✅ Java 17+ installed✅ Internet...

Are you tired of chasing bugs in your python code? If you are, then you are in the right place! Yes, this article is your complete guide about harnessing the power of static code analysis tools and how they can greatly amplify your productivity by fi...

What is Snyk IaC Snyk is a misconfiguration IaC tool that identifies vulnerabilities in how people write their code. Though I am writing about its use with Terraform on Azure, it supports other IaC tools, Cloud platforms, and various coding languages...
