Vvenkatabhargav229inbhargav19.hashnode.dev·Jul 15 · 9 min readHow I Built a Self-Hosted AI Agent to Scan GitHub PRs for OWASP VulnerabilitiesThe Problem I Was Trying to Solve When developers push code changes, someone should review that code for security issues. Things like SQL injection, hardcoded passwords, or broken authentication logic00
Vvenkatabhargav229inbhargav19.hashnode.dev·Jul 2 · 8 min readFrom Docker to Kubernetes: My Journey Deploying 2-Tier and 3-Tier Applications on kind and Amazon EKSI thought deploying Docker containers to Kubernetes would be straightforward. After all, my applications were already running perfectly with Docker. I assumed Kubernetes would simply orchestrate the c11K