Back to blog
2026-04-10 7 min read

From Cyber Forensics to Engineering Manager — My Unconventional Path

My career started investigating ransomware attacks. Here is how that foundation in security shaped my approach to engineering leadership.

CareerLeadershipCyber SecurityEngineering Management

The Unconventional Start

Most engineering managers come from computer science degrees and internships at tech companies. I started in a different place: supporting cybercrime investigations for the Maharashtra Police.

Working digital forensics taught me something that most engineering programs don't: **how systems break under pressure**. Ransomware attacks, data breaches, evidence chain-of-custody — these demand a methodical, security-first mindset.

The Transition

Moving from forensics to software engineering in 2021 was humbling. I had to learn:

  • Modern JavaScript and TypeScript
  • REST API design principles
  • Database modeling and query optimization
  • Version control and CI/CD
  • I started with PHP and MySQL (UrbanPillar — 240+ microsites), then moved to Node.js, Express, and React. Each project taught me something about scale.

    How Security Informs Leadership

    Three principles from forensics that I apply daily:

  • **Assume compromise** — Every system will fail. Design for resilience.
  • **Chain of custody** — Every decision should be traceable. Log everything.
  • **Least privilege** — Give teams and systems only what they need.
  • Advice for Career Changers

  • Your non-traditional background is an advantage, not a liability
  • Build real products — theory only gets you so far
  • Find a mentor who challenges your assumptions
  • Certifications help (CompTIA Security+ opened doors for me)
  • Think in systems, not just features