
I built a tool that watches your GitHub repo and flags bugs before you deploy
Every developer has done this. Push code, it passes CI, you deploy, then 20 minutes later something breaks in production. Your linter did not catch it. Your tests did not cover it. And now you are debugging at midnight. I got tired of this loop. So I built git11. git11 connects to your GitHub repo and monitors every commit in real time. The moment you push code, it analyzes the changes and flags bugs, security issues, bad patterns, and risky dependencies on your dashboard before you deploy. Not after. Every issue has a plain English explanation and a suggested fix. No cryptic error logs. You know what went wrong and exactly what to do. The dashboard tracks your overall repo health showing code quality, security posture, dependency stability, and velocity risk. All in one place. Stack: GitHub API for commit tracking and Supabase for the backend and real time updates. I am 17, building this solo from India. Still V1 but the core works. If you have ever shipped a bug you wish you caught t
Continue reading on Dev.to Webdev
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)

