full-stack & systems engineer. Working out of India. B.E. · Chandigarh University · graduated June 2026.
p.1
p.2
p.3
p.4
p.6
p.7
use the tabs up top, the arrows, or your ← → keys.
about
p.1
I build systems where the structure is the point.
I build systems where the structure is the point — knowledge graphs with tens of thousands of nodes, dependency trees you can trace a compromise through, terminal tools that stay out of the way. Most of my work sits between a database and an interface, making large, tangled data navigable.
Currently a full-stack engineer at Chandigarh University's Lucknow campus, working on CMS architecture and a Neo4j knowledge graph over 20,000+ publications and patents. Before that I shipped a cross-platform desktop product at Notely on Electron and a microservices backend. On the side I write Rust CLIs and read a lot of lockfiles.
currently
Building a Neo4j knowledge graph over 20,000+ publications and patents at CU Lucknow.
Writing Terrek — a Rust TUI workflow engine — on the side.
Reading a lot of lockfiles for ChainTrace.
Grinding Codeforces back toward Candidate Master.
work
p.2
Full-Stack Engineer
— Chandigarh University, Lucknow
Lucknow, India · Higher-ed platformJan 2026 — present
Designed a Next.js CMS managing 12+ dynamic content sections over a complex relational model.
Built a Neo4j knowledge graph modelling 20,000+ publications, patents and research relationships for discovery and visualisation.
Added Redis-backed caching across large datasets; deployed cloud-native on AWS with S3 + CloudFront.
03
Full-Stack Product Engineer
— Notely
Remote · Stealth startupSept 2025 — Nov 2025
Built cross-platform desktop infrastructure on Electron for Windows, macOS and Linux.
Designed a microservices architecture for modular feature development and clean service communication.
Wrote secure IPC and persistent state sync between renderer and background processes.
Implemented collaborative editing with offline-first sync; tuned rendering and startup performance.
02
Full-Stack Developer Intern
— Warren AI
Remote · Stealth startupMay 2025 — July 2025
Cut LLM file-upload time ~40% with Node.js worker threads.
Built vector-DB retrieval on Chroma; orchestrated AI workflows with n8n and chunk indexing.
01
projects
p.3
Backend, systems, and real-time work. Tap ⤢ to spread these out.
Terrek
2026
Rust CLI / TUI
A terminal-native workflow engine. One pluggable abstraction over OpenAI, Gemini, Claude and Ollama with bring-your-own-key auto-detection, a multi-pane Ratatui interface, and an extensible command system for scripting AI tasks.
Maps npm and PyPI packages, versions and maintainers into a graph (HydraDB / OpenCypher), then answers the incident question: a package just turned malicious — which of my services are hit, how badly, and through what path. Blast-radius BFS, attack-path search, typosquat detection.
The backend for a desktop overlay assistant: it watches the active window and clipboard, collects and ranks on-screen context, resolves intent, and answers through OpenAI with a persistent memory layer — streamed over WebSockets.
Turns CCTV video into crowd-flow intelligence — density, direction, congestion and counter-flow anomalies — to flag crowd-crush conditions before they build, instead of just counting heads. Operator console over a computer-vision pipeline.
A video-conferencing app built to learn WebRTC from the wire up: a signaling server, STUN traversal, and direct peer connections carrying the media — no SFU or media server in the path.
What a deploy platform does under the hood, rebuilt as three services — an upload service, a build/deploy worker, and a request handler that routes each request to the right build — wired with Redis, AWS and S3.
A Turborepo monorepo: authenticated real-time drawing over WebSockets with Postgres/Prisma persistence — front end, back end and shared packages in one graph, containerised with Docker.
A collaborative kanban board where every client stays in sync through a single WebSocket server broadcasting issue moves. Built on Bun, no database — the board state lives in memory.
A fully on-chain NFT marketplace on Solana with IPFS/Pinata storage, Ceramic profiles and multi-wallet support — minting, listing and trading with no central backend holding the data.