Software Engineer — Backend Systems · Java · Python · C++
I build backend systems and automation platforms. My foundation is in systems programming — I've implemented file systems, data structures, and workflow engines from scratch — and I apply that depth to backend engineering in production.
B.Tech in Robotics & Automation, MIT World Peace University (2026).
LinkedIn Outreach Automation Platform Production backend platform built during my internship at Omniagentic AI. A PostgreSQL-backed state machine manages a 10-stage outreach campaign lifecycle across eight independent Python service modules — lead ingestion, invitation management, acceptance tracking, messaging, follow-up scheduling, and conversation monitoring. Integrates three external REST APIs (Unipile, Google Sheets, Google Drive), implements idempotent deduplication via URL normalization, and supports runtime configuration reload without redeployment. Deployed on Linux with cron-based scheduling and per-lead fault isolation.
Python PostgreSQL REST APIs Workflow Orchestration Linux
Virtual File System
UNIX-like file system in C++ from scratch. Implements superblock, inode table,
User File Descriptor Table, and file allocation blocks. System calls: Create,
Open, Close, Read, Write, LSeek, Stat, Fstat, Truncate, Rm, Ls.
Supports permissions, reference counting, and link counts.
C++ Systems Programming OS Internals Memory Management
Generalized Data Structures Library Type-agnostic C++ template library — Singly Linear, Singly Circular, Doubly Linear, and Doubly Circular linked lists — with insert, delete, and traversal at any position. One implementation works for any data type via templates.
C++ Templates OOP Data Structures
ProductHunt Scraper Suite Three-stage modular pipeline: archive scraper → product extractor → maker profile enricher. Each stage produces structured CSV consumed by the next. 500+ product records and 200+ enriched maker profiles per run.
Python Selenium Data Pipelines Automation
Languages Java · Python · C++ · C · SQL
Backend Spring Boot · REST APIs · JDBC · PostgreSQL · MySQL
Systems Linux · Docker · Git · Cron
Practices OOP · Modular Architecture · SDLC · Agile · DSA
AI / ML TensorFlow · Keras · LLM Integration · RAG
Working through LeetCode and NeetCode 150 consistently.