Work
Experience and things I've built.
Experience
Dec 2025 – Present
Full Stack Engineer
·
Erzy Inc
Jan 2025 – Present
Independent
·
Freelance
- Built and maintained Discord bots for a 6k active user community
- Designed scalable architecture for a VoiceAI application
- Developed RAG agents to automate customer support
- Built resolvchecker.xyz — leaderboard checker for the Resolv airdrop
Oct 2024 – Jul 2025
Cloud Computing (GCP) Lead
·
Google Developer Group on Campus · GITAM Hyderabad
- Taught students how to leverage Google Cloud Functions
Jun 2024 – Jun 2025
Coding Lead
·
COGAAN Club
- Organized and led a workshop on self-hosting and Linux
Projects
4 total 2025
Exam Malpractice Detection in progress
Real-time cheating detection system using YOLOv8 for person detection, DBSCAN for spatial clustering, and ResNet-34 for gaze classification. Deployed in exam halls with live alerting.
YOLOv16ResNet-34DBSCANPythonOpenCV
2025
nothr.in ↗
in progress
This site — built with Astro v6 and Tailwind CSS v4. Static, fast, no JS frameworks.
AstroTailwind CSS v4TypeScript
2024
Home Server Stack in progress
Self-hosted Debian server running Ente (photo backup), Gitea (git), n8n (automations), and Komodo — all tunneled over Cloudflare with zero open ports.
DebianDockerCloudflare TunnelEnten8n
2024
llama.cpp experiments archived
Local inference of Llama, Mistral, and Qwen models on CPU/GPU using llama.cpp. Explored quantization strategies (Q4_K_M, Q8_0) and benchmark tooling.
llama.cppC++GGUFPython