Open to Software Engineering Roles

Engineering High-Performance Backend Systems & AI

Associate Software Engineer specialized in optimizing database Aggregations for 35% latency reduction, and building intelligent PDF/media search engines using vector indexing.

Explore Projects
Featured stack:Node.jsTypeScriptNext.jsPythonFastAPIMongoDBpgvectorDocker

About Me

Profile Dashboard

A dashboard-style overview of my core metrics, technical specialties, and featured products.

WHO I AM

Harsh Dahiya — Associate Software Engineer

I build reliable, low-latency APIs, database architectures, and generative AI systems. My experience spans logistics software engineering at Oryx, where I owned backend features from requirements to containerized deployments, and Web development at Ivory. I love performance optimization, clean code reviews, and automating complex workflows.

Node.jsTypeScriptPythonFastAPIMongoDBPostgreSQLDockerGit
METRICS THAT MATTER
DSA Problems (C++)0+
Oryx Tenure (Months)0
RAG Test Coverage0%
Validated by certificates & GitHub repos
TECH ORBIT
Core technologies in dynamic rotation.
JS/TS
N
P
R
D
F
N
M
Inner: Runtime APIs • Outer: Frameworks & Ops
LIVE PRODUCT

SpendSight

An AI-powered startup spend auditor. Built with Next.js 14, Supabase (with strict tenant isolation via Row Level Security), and Anthropic Claude. Features a deterministic TypeScript computation engine.

LOCATION

Bengaluru, India

Based in India's tech hub. Collaborating globally on performance engineering, API backend development, and generative AI RAG integrations.

12.9716° N, 77.5946° E

Career

Work Experience

A progression of my software engineering career, showcasing key achievements and impact metrics.

Oryx International Logistics

Delhi, India (Bengaluru remote/hybrid)
Associate Software Engineer (PPO)
Jan 2025 – Present (1 year 6 months)
  • Designed and built RESTful API modules for shipment tracking and vendor management using Node.js and Express.js, owning each service from requirements and design through deployment and production support.
  • Implemented JWT-based authentication with role-based access control (RBAC), enforcing least-privilege access and securing cross-service API communication across all backend services at production scale.
  • Optimized MongoDB aggregation pipelines for high-traffic reporting endpoints, achieving ~35% reduction in query response times through strategic indexing and pipeline restructuring.
  • Containerized backend services with Docker and configured GitHub Actions CI/CD pipelines, standardizing deployments across development and production environments.
  • Designed independently communicating backend microservices, applying microservice principles to isolate domain responsibilities across the production system.
  • Actively used AI-assisted development tools (GitHub Copilot, Cursor, Claude Code) to accelerate development workflows throughout the engagement.
Query Speedup:35% faster
Total Tenure:18 months
API Sec:JWT RBAC

Bharat Electronics Limited (BEL)

Ghaziabad, India
Engineering Intern
Jun 2023 – Aug 2023 (2 months)
  • Programmed Arduino-based microcontrollers using C/C++ to perform digital signal processing and sensor telemetry analysis for communication equipment.
  • Troubleshot hardware and software integration issues in prototype systems, validating circuit designs and verifying signal integrity through oscilloscopes and hardware debuggers.
Hardware:Arduino C++
Testing:Oscilloscopes

Ivory Communication

Delhi, India
Web Developer Intern
Jun 2022 – Aug 2022 (2 months)
  • Translated product and design requirements into responsive React.js UI components integrated with Node.js REST APIs, delivering polished frontend features end-to-end.
Tech Stack:React + Node
Integration:REST APIs

Portfolio

Featured Projects

A filterable showcase of my engineering projects, demonstrating systems engineering and product architecture.

PanScience Q&A — AI Document & Media Intelligence

PythonFastAPILangChainpgvectorPostgreSQLRedisNext.jsGPT-4oDocker
The Challenge

Parsing large video, audio, and PDF documents, aligning page-level vector search citations, and preventing API bottlenecks during high volume concurrent requests.

The Solution

Engineered a Python/LangChain platform with pgvector cosine similarity retrieval. Configured Redis for rate limiting (slowAPI), chat TTL caching, and map-reduce caching, achieving 95%+ backend test coverage.

GenAI / RAG Pipeline

SpendSight — AI Spend Audit Platform

Next.js 14TypeScriptAnthropic ClaudeSupabaseRow Level SecurityZustandResend
The Challenge

Creating a secure financial audit pipeline that guarantees client math checks are 100% deterministic (no LLM hallucination risk) and isolates tenant data completely.

The Solution

Created a pure-TypeScript computation engine bypassing LLM logic for math audit tasks. Structured separate anon/admin Supabase clients, enforcing tenant security using Postgres Row Level Security (RLS) policies.

Full Stack Application

LogiTrace — High-Performance Logistics Middleware

Next.js 14Node.jsExpress.jsPrisma ORMMongoDB AtlasZod SchemaTremor.so
The Challenge

Benchmarking and proving database latency improvements under concurrent high-density simulated logistics workloads.

The Solution

Built a monorepo middleware with a Performance Lab. Benchmarked standard application-layer query maps (~200ms) against optimized MongoDB Aggregation pipelines ($match ➔ $group ➔ $project), displaying 35%+ speedups.

Middleware / Backend Service

API Shield — Enterprise-Grade LLM Guardrail & Telemetry

Node.jsNext.jsUpstash RedisSupabaseGemini 1.5 FlashZodPostgreSQLOWASP
The Challenge

Intercepting LLM prompt injection threat vectors (OWASP LLM01), credential leaks, and runaway API billing without introducing significant network overhead.

The Solution

Engineered a dual-layer guardrail featuring local regex scans (<3ms) and a Gemini Flash JSON classifier prompt (~250ms). Configured serverless rate-limiting via Upstash Redis sliding window.

Middleware / Backend Service

AI-Powered Customer Complaint System (AI-CRM-HCP)

PythonFastAPILangGraphPostgreSQLReactRedux ToolkitLlama 3.3SQLAlchemy
The Challenge

Managing real-time bi-directional synchronization between user-directed manual form logging and complex multi-tool agentic chat commands.

The Solution

Designed a React-Redux app syncing state with a FastAPI server running a LangGraph agent. Bound 8 specialized QMS tools (information extraction, risk assessment, duplicate detection) to orchestrate workflow checkpoints.

Full Stack Application

AI-Powered Transaction Processing Pipeline

PythonFastAPICeleryRedisPostgreSQLSQLAlchemyGemini 1.5 FlashDocker
The Challenge

Processing high-concurrency transaction CSV ingestion asynchronously to avoid network request blockages while applying statistics and LLM diagnostics.

The Solution

Architected a containerized FastAPI + Celery + Redis pipeline returning quick job execution status. Built a 5-stage worker process executing Gemini API batches of 20 with exponential retry backoff.

Middleware / Backend Service

FinStat Extractor — Financial Research Portal

ReactViteTailwind CSSFastAPIPythonpdfplumberClaude Sonnetopenpyxl
The Challenge

Mapping 20+ canonical financial statement items out of unstructured PDF documents with high accuracy and exporting formatted spreadsheets.

The Solution

Designed a FastAPI backend using pdfplumber for coordinate mapping combined with Claude Sonnet extraction prompts. Coded an openpyxl formatting engine for confidence audits.

Full Stack Application

AI KYC Document Verification System

PythonAzure OCRGoogle Cloud VisionOpenAI GPT-4OpenCVPillow
The Challenge

Cleaning noisy scans and performing cross-document verification of details like name, DOB, and formatting checks on Aadhaar/PAN IDs.

The Solution

Coded a 7-rule cross-document validation pipeline in Python using OpenCV filters for scan preprocessing and GPT-4 prompts for name variation matching, achieving 95%+ extraction accuracy.

GenAI / RAG Pipeline

FeedFlow — Algorithmic Feed Personalizer HUD

React NativeExpo SDK 56Google Gemini 1.5 Flashreact-native-svgAsyncStorage
The Challenge

Designing interactive mobile-first content recommendations and classification with real-time natural language category tuning.

The Solution

Built an Expo mobile client with interactive SVG trendlines. Linked Gemini API for zero-shot text classification and compiled categories weight tuning. Won Hackathon.

GenAI / RAG Pipeline

Real-Time Collaborative Messaging Platform

Next.jsTypeScriptConvex Data SyncSocket.ioExpressMongoDBDockerAWS EC2
The Challenge

Enabling reactive live state updates, global room presence indicators, and concurrent notification syncing with low-latency socket pipelines.

The Solution

Designed a combined websocket model — using Socket.io on the Node.js/AWS backend for raw low-latency sockets, paired with Convex on the Next.js frontend for live data state synchronization.

Full Stack Application

Contact

Let's build something together.

I am currently open to Software Engineer opportunities, particularly roles focusing on backend development, systems performance, and AI/RAG architectures.

© 2026 Harsh Dahiya. All rights reserved.