Deployment Safety · Go
IronClad
A deployment gate that evaluates deploy intent using live dependencies, incident history, and semantic risk scoring — preventing risky pushes before they ship.
[ ROHAN PATEL — SOFTWARE ENGINEER ]
I ship end-to-end products, resilient backends, deployment safety nets, and applied AI — including customer-facing delivery when the problem is still ambiguous.
[ ABOUT ]
Building systems that stay reliable under pressure — from interface to infrastructure.
Built at Praalak Tech Solutions and contributed research software at the Physical Research Laboratory [PRL, ISRO]. I care about the parts most people skip — data models, failure modes, and the shape of the API — whether the work is full-stack product, DevOps safety, applied AI, or shipping beside the people who use it.
More about meSoftware Engineer · Praalak
Research Software Engineer Intern · PRL
Open source · Grafana · Supabase · Ollama
Focus
Full-stack · Backend · DevOps · Applied AI · Forward-deployed delivery
[ SELECTED WORK ]
All projects →[ WRITING ]
All essays →[ FEATURED PUBLICATION ]
Distilling algorithmic applicant tracking systems into concrete document engineering contracts. Explore interactive execution modules from the book — or read it on Amazon.
"Modern applicant routing systems weigh semantic proximity over raw string matching. Action verbs coupled with absolute metric clusters score up to 3.4x higher pass indices."
package pipeline
// Rule 01: Context Density Weighting
func EvaluateImpact(bullet string) float64 {
verbs := ExtractActionVerbs(bullet)
metrics := ParseAbsoluteMetrics(bullet)
if len(verbs) > 0 && len(metrics) > 0 {
return CalculateProximityScore(verbs[0], metrics[0]) * 1.5
}
return 0.2 // Orphaned string weight
}[ CONTACT ]
Software Engineer building production systems from interface to infrastructure.