Available for Core Infrastructure Roles

Sudarshan Patil H J

Backend Infrastructure Engineer · Bengaluru, India

7 merged PRs to a 12.2K★ YC-backed platform. I ship production fixes for security, database performance, and distributed systems.

7
Merged PRs
12.2K+
GitHub Stars
9.56
CGPA (BITS Pilani)
2
Concurrent Systems Built

InsForge — Backend Infrastructure

YC-backed cloud platform · May 2026 – Present

Timing Attack Fix #1660

Replaced fail-fast string comparison with constant-time SHA-256 hashing via crypto.timingSafeEqual. Added 6 Vitest unit tests. Verified against 1,777-test suite with zero regressions. CWE-208 patched.

Database Performance #1494, #1519

Eliminated O(n) SELECT COUNT(*) full-table scans by implementing trigger-backed O(1) PostgreSQL row counters. Added LRU-style cache bounding to prevent unbounded memory growth in long-running agents.

Config Architecture #1351

Centralized 55+ scattered process.env reads across 21 backend files into a single typed AppConfig interface. Fixed critical PORT default bug. Shipped 49 unit tests.

View All PRs on GitHub

Projects

IPL Mock Auction Platform

Source Code
Node.js Redis WebSockets

Real-time concurrent auction system. Redis atomic operations prevent race conditions on simultaneous bids. Pub/sub broadcasts live state to all clients. Sorted sets manage leaderboard ordering.

XAUUSD High-Frequency Ingestion

Architecture
Python FastAPI MQL5 Supabase Docker

Custom Native TCP Bridge (Python ↔ MetaTrader 5) processing 1,000–3,000 ticks/minute with zero data loss. Statistical regime engine with μ+1.5σ threshold gating. Fault-tolerant PostgreSQL persistence with in-memory fallback.

Experience & Education

Backend Contributor — InsForge May 2026 – Present

Optimized database queries, resolved API timing security vulnerabilities, and restructured configuration variables on a large-scale, production cloud deployment.

Backend Contributor — PyChem-Pro Apr 2026

Unified Euclidean calculations in Python computational chemistry modules, improving molecular distance computation performance.

Scaler School of Technology 2025 – 2029
B.Tech, Computer Science & AI

Bengaluru · Rising 2nd Year · CGR: 7+

BITS Pilani 2025 – 2029
B.Sc, Computer Science

Online / Distance Learning · CGPA: 9.56

Milestones

Amazon SDE-I OA: Invited via Amazon University Talent Acquisition (Feb 2026)

GSSOC '26: Selected contributor, GirlScript Summer of Code

7 merged PRs to a 12.2K★ production codebase

Technical Capabilities

Languages

Java TypeScript JavaScript (ES6+) Python SQL

Backend

Node.js Express.js FastAPI REST API Design WebSockets OAuth / JWT

Data

PostgreSQL Redis MongoDB Supabase

Infra

Docker Git / GitHub Linux Vercel Render

Core

System Design Concurrent Systems TCP Sockets DB Optimization