HN.RR.
HN.RR.

[ ROHAN PATEL — SOFTWARE ENGINEER ]

I BUILDRESILIENTSOFTWARESYSTEMS.

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 ]

Systems that hold.

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 me

Software Engineer · Praalak

Research Software Engineer Intern · PRL

Open source · Grafana · Supabase · Ollama

Focus

Full-stack · Backend · DevOps · Applied AI · Forward-deployed delivery

[ FEATURED PUBLICATION ]

Hired by an Algorithm.

Distilling algorithmic applicant tracking systems into concrete document engineering contracts. Explore interactive execution modules from the book — or read it on Amazon.

[ ALGORITHMIC CONTRACTS ]

"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."

evaluator_rule_01.go
Go 1.22 runtime
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 ]

Let's build
something.

Software Engineer building production systems from interface to infrastructure.