Ppraveeninthecoderegistry.hashnode.dev·1d ago · 21 min readHow Do I Know If My Codebase Is Safe?A codebase can pass CI, have 80% test coverage, produce no critical SAST findings, and still be unsafe. That sounds counterintuitive until you look beyond individual functions. A production codebase i00
Ppraveeninthecoderegistry.hashnode.dev·Jul 2 · 6 min readI Almost Acquired a Software Company — Until I Saw These 15 Technical Red FlagsA few months ago, I was involved in evaluating a software company for a potential acquisition. At first glance, it looked like an excellent opportunity. The business metrics were strong. Revenue was 00
Ppraveeninthecoderegistry.hashnode.dev·Jun 25 · 6 min readI Was Evaluating a Startup Acquisition. Then I Saw Their Code.A few months ago, I was involved in evaluating a software company for a possible acquisition. On paper, everything looked excellent. Revenue was growing.Customers were happy.The product demo was polis00
MOMichel Ozzelloincorestory.hashnode.dev·Apr 30 · 11 min readHow to Give AI Coding Agents Better Codebase ContextTL;DR AI coding agents fail on large codebases because they lack structured context about how the system actually works. The industry has converged on three tiers of solutions: static context files (A00