Work Experience
Backend & Blockchain Engineer
GlueX Protocol
Jan 2025 — Feb 2026
DeFi Yield Service Infrastructure
- Built and owned a yield aggregation engine spanning 35+ DeFi protocols, normalizing emissions, compounding schedules, reward inflation, utilization-based rate curves, and liquidity incentives into unified diluted APY, reward APY, borrow APY, and TVL metrics.
- Integrated CPAMM and CLAMM liquidity modules with swap functionalities and yield modeling including reserve dynamics, fee accrual, swap volume projections, tick-level liquidity concentration, and emission decay.
- Architected and deployed scalable AWS workloads (Lambda and EC2) supporting horizontal scaling, event-driven execution, and zero-downtime releases, with production-grade observability using structured JSON logs, CloudWatch metrics (p50–p99), dashboards, health checks, and alerts.
- Designed a low-latency multi-database architecture using DynamoDB (GSI-driven access) and Amazon Timestream, leveraging async I/O, batch writes, and cache-first query paths.
CoW Protocol Solver (Batch Auction Execution)
- Contributed to batch auction settlement logic operating under strict 10–12 second block constraints, optimizing routing, liquidity traversal, and execution ordering before submission.
- Implemented pre-settlement simulation detecting slippage violations, liquidity exhaustion, revert scenarios, and deadline breaches prior to on-chain settlement.
- Integrated MEV-aware execution paths via private transaction builders and replay-safe ordering to reduce reverts.
Python Backend Architecture
- Owned and shipped a production-grade async Python backend using FastAPI and asyncio, designing a greenfield async-first architecture enabling parallel execution, background tasks, and non-blocking I/O while handling thousands of concurrent requests with sub-10ms cached latency.
- Designed a high-performance multi-tier caching layer (8 specialized TTL/LRU caches), achieving 37.5% codebase reduction and 40% lower lock contention with consistently low tail latencies.
- Built fault-tolerant batch processing pipelines with deadlines, retries, timeout awareness, and per-task isolation, reliably processing 2000+ entities without cascading failures.
- Engineered async RPC orchestration layer coordinating hundreds of EVM calls per cycle using multicall batching, retry isolation, and rate-limit-aware scheduling.
SDE Intern
Olive Technologies, Hyderabad
Nov 2023 — Jan 2024
- Contributed to the development of an internal inventory management platform using React.
- Prototyped a mobile stock management application using React Native to explore mobile-first inventory operations.
- Built and maintained Node.js REST APIs serving structured data with <300ms response times across datasets of 4.7K+ records.
- Investigated and resolved production runtime issues including cold starts and execution time limits, ensuring consistent application uptime.