Resume — 2026

VinamraBhonsle

Full-Stack Developer·Cybersecurity Enthusiast·Open Source Contributor

Open Source Contributions

@tanstack/eslint-plugin-query
  • Merged fix for a false negative in the no-unstable-deps ESLint rule — array-destructured useQueries results were silently ignored, allowing unstable hook dependencies to go undetected.
  • Handled ArrayPattern, RestElement, and AssignmentPattern AST nodes with full test coverage including edge cases.
Co-authored & merged by TkDodo · PR #10747 · Issue #10746
tRPC★17kMay 2026
trpc/trpc — fix(client): abort JSONL stream on httpBatchStreamLink unsubscribe
  • httpBatchStreamLink creates an AbortController and passes it to jsonlStreamConsumer on every request, but the observable's cleanup function was a noop — abortController.abort() was never called on unsubscribe.
  • This meant the underlying JSONL response stream kept consuming data from the server even after the subscriber disconnected (unmount, navigation, query cancellation).
  • Fix: call abortController.abort() in the cleanup function so the stream is cancelled when the observable is unsubscribed.
  • Added a test that subscribes to a batch stream observable, unsubscribes before the response completes, and asserts fetch was aborted.
Reviewed by KATT & daltino · PR #7390 · Closes #7389

Experience

AI & Cybersecurity Intern
Aug — Oct 2025
Horizon Flare India · Remote
  • Built an AI-powered deepfake and social-engineering defense platform.
  • Phishing email and malicious-link detection using Python and ML pipelines.
  • Vulnerability assessment, penetration testing, XSS prevention, and Firebase security rules.
Digital Forensics Intern
Jun — Aug 2025
State Forensic Science Laboratory, Raipur
  • Digital forensic investigation workflows, chain of custody, and evidence integrity.
  • Built an Android Uninstall Forensics module correlating usagestats, batterystats, and procstats.
  • Built a Hasher Tool in Python (CLI + Streamlit GUI) for MD5 / SHA1 / SHA-256 hashing.
Digital Forensics Intern (Extended)
Apr — Jun 2026
State FSL, Raipur
  • Built a SQLite Forensic Recovery Tool parsing raw DB files and WAL logs.
  • Recovered deleted WhatsApp and application data for active forensic investigations.

Projects

CertWatch — SSL Certificate Monitoring Dashboard
2026
  • SaaS dashboard for monitoring SSL/TLS certificates, tracking expirations, and surfacing proactive downtime alerts.
TypeScriptNext.jsReactFirebase
Web Application Vulnerability Scanner
April 2025
  • Detects SQLi, XSS, Command Injection, and Directory Traversal. React dashboard with severity ratings and remediation steps.
React.jsPythonFlaskBeautifulSoupREST API

Presentations

Safe Internet PracticesNAT and IP AddressingSQL InjectionWeb App Vulnerability AnalysisEmail Security