<Harshit Agarwal>
// Fullstack Developer & Researcher
"Not everyone who works hard is rewarded, but all those who succeed have worked hard." - Genji Kamogawa
//about
class Harshit:
def __init__(self):
self.role = "Founding SDE & System Architect"
self.location = "India"
self.education = "B.Tech CSE @ KIIT (9.3 CGPA)"
self.loves = ["Building Scalable Systems", "AI/ML", "Hajime no
Ippo"]
def goals(self):
return "Building intuitive experiences that constantly grow."
Hi, I'm Harshit. I enjoy building dynamic, creative products from start to finish. Currently an undergrad at KIIT, I've architected the Famcare ecosystem, built AI systems for fashion at scale, and developed drone sensor calibration systems. I'm a heavyweight coder with a reach extending from low-level C++ to high-level Distributed Systems.
//tale_of_the_tape (skills)
[Python, C/C++, Java, Go, JS/TS, Kotlin, C#]
[NextJS, React, Flutter, FastAPI, PyTorch, TensorFlow]
[AWS, Docker, K8s, Terraform, CI/CD]
[PostgreSQL, MongoDB, Redis, Firebase]
[Git, Linux, Unity, ROS]
//work_experience
Famcare //Fullstack Architect & Lead
- Architected and delivered the FamCARE full-stack ecosystem, scaling a modular FastAPI backend and 3 cross-platform Flutter apps from zero to production with 500+ commits across 4 repositories.
- Engineered a high-throughput API architecture, verified via custom stress testing to handle 2,000+ requests/minute and 100 concurrent users with a 100% success rate for core operational flows.
- Engineered a modular monolith architecture with 15+ decoupled services designed for the Strangler Pattern, managing complex Order/Booking flows, Razorpay payments, and a multi-channel notification engine (FCM, Fast2SMS, MSG91).
- Optimized operational velocity, reducing deployment cycles by 70% through Fastlane CI/CD and automating caregiver background checks via SpringVerify, while maintaining sub-second latency for real-time WebSocket tracking.
endorphind //Founding SDE (AI & Systems)
- Generative Video AI: Engineered SOTA lip-sync and video generation pipelines using Wan 2.2/2.6, LatentSync, and InfiniteTalk (GGUF). Integrated ElevenLabs and F5 for high-fidelity voice cloning.
- Workflow Automation: Developed custom ComfyUI nodes and automated media generation tools for high-throughput digital avatar production.
- System Design & Leadership: Managing 2-3 intern SDEs, overseeing client-facing system architecture, and leading platform technical scoping.
- Product Engineering: Scoped and architected the "LangLearn" educational module, focusing on LLM-driven story generation and vocabulary tracking.
shoppin' — USAR Commerce Technologies //Founding ML Engineer (AI/Infra)
- Multimodal AI: Developed scalable ML pipelines (3-4 crore items). Deployed CLIP/VLLM systems for search & recs. Led end-to-end visual AI stack (YOLO, RT-DETR, MaskRCNN, Diffusion-based VTON).
- Scalable Infra: Built distributed image/video preprocessing pipelines. Dockerized and served models on AWS SageMaker.
- Backend & Automation: Designed CRUD APIs, integrated Redis/Alembic. Created high-throughput scraping agents for 200+ partner stores.
- Cloud & DevOps: Architected AWS EKS clusters with GitOps (Terraform, CI/CD). Enabled disaster recovery setups.
Alohomora Labs //Research Lead [Link]
- gaitSetPy: Implemented Python package for gait analysis (10k+ samples). Added 50+ preprocessing functions, reducing processing time by 40%.
- Parkinson's Research: Worked with Dr. Jayeeta Chakraborty. Applied CNNs/LSTMs/GNNs to predict FOG events and gait imbalances. (Paper submitted to Health and Technology).
SMLab, NISER //Research Intern [Certificate]
- Crafted iPhone-Drone Sensor Calibration & ARKit 3D Modeling system (180Hz data via TCP).
- Built Web Console for self-driving motorcycle (ROS2) handling 25+ sensors with 0.2ms latency.
- Created SLAM-based toolkits (Kalman Filters, NeRFs, Gaussian Mapping).
Android Development & Graphic Design //Freelancer
- Developed Native and Flutter/Dart Android applications.
- Curated graphic designs for Ads, Social Media, Print Media, T-Shirts, etc.
Mind Harmonics Pvt. Ltd. //Content Writing Expert
- Authored 100+ pieces of technical and creative content for the company.
//projects & publications
WHAM! OTT [Web]
React 18, Vite, FastAPI, Supabase, HLS/M3U8. CapacitorJS- Hybrid Playback: Custom video engine integrating FastPix (H264/HLS) and VidRock (Iframe) with real-time "Switch Player" toggle.
- Comicpaneled UI: Immersive "Living Comic Book" design with "Noir Mode" toggle, infinite carousels, and "BAM!" click-animations.
- Tech Achievements: Cross-origin watch progress synchronization (postMessage), TMDB data ingestion with fallback logic, and theme-aware Giscus comments.
- Infrastructure: Scalable FastAPI backend on Render, Supabase (PostgreSQL) for multi-tenant data, and automated Vercel deployments. (Android APK supported)
"Developed a full-stack social TV tracking application using Next.js and Supabase, featuring real-time user activity feeds, custom list curation, and polymorphic review systems. Integrated Gemini AI for personalized content recommendations and implemented advanced SEO strategies including dynamic metadata and structured data (JSON-LD) for optimal search visibility. (letterboxd for tv)
- Implemented Python package for gait analysis (10k+ samples). Features 50+ preprocessing functions.
- Reduced processing time by 40%. Achieved 97% accuracy on Daphnet with RF/CNN/LSTM.
NVD Exploitability Toolkit [GitHub]
Hugging Face, PyTorch- Exploitability prediction using DistilBERT/GPT2 fine-tuned on 56k+ vulnerabilities.
- Achieved 85.6% accuracy. Paper accepted in ICANTCI 2025.
Sensing and Computing Lab — KIIT (Dr. S.K. Sabut)
MATLAB, Python, Emotiv EEG- 2024: Collected working-memory and lexical-processing trials using an Emotiv EEG headband; preprocessed signals and extracted features for emotion-detection experiments intended for a chapter submission.
- Implemented signal-processing pipelines (filtering, epoching, ICA) and ML/DL models for affective-state classification on trial data.
- Independent research: set up HNN (Human Neocortical Neurosolver, Brown University) for simulation experiments targeting GSOC participation and open-source contributions.
- Completed coursework: Coursera's Computational Neuroscience and NPTEL (IIT KGP) PsychoPy Visual Trials; developed PsychoPy scripts for visual trial presentations and data collection.
Parkinson's Gait Analysis
CNN, LSTM, GNNsStudied FOG events/gait imbalances. Reviewed 50+ papers on DL applications for Parkinson's. Paper submitted to Health and Technology.
Small Projects Collection
Kotlin, Flutter, Android SDK- Instagram Clone: Native Android (Kotlin) app with profile, posts, reels.
- To-Do List: Flutter app for daily tracking.
- Inspirations/Trip Location: Flutter apps for daily quotes and travel recommendations.
Community/Environment Project
SPSS, Data AnalysisSurveyed institutional home children. Conducted descriptive analysis of psychological/physiological well-being.
CS Fundamentals Implementations
C++, Python- DSA: Stacks, Queues, Linked Lists, etc. from scratch.
- Numerical Methods: Linear/Non-linear equations, Differentiation/Integration, Interpolation.
Eazy Python & Project Chisel
Python, Java, Android- Eazy Python: 12-14 sub-projects (Selenium scrapers, YT Downloader).
- Project Chisel: ML-enabled workout assistant app with Firebase DB and daily COVID updates.
//hackathons
Moonshadows (SIH 2024)
Team LeadWorked on enhancement of shadowed lunar regions.
Vehicle Rental Service (Drive Pal) [Link]
NextJS, WebGL, SupabaseReactive web app for renting vehicles using AR/VR and Photogrammetry. Built for Tutedude Hackathon.
Attorney Juniors (SIH 2023)
Unity, C#, Python- Gamified platform with GenAI mini-games for legal awareness.
- Role: Team Lead ("Acropolis"). Built ML Architecture.
Pentathon 1.0 2024 (CTF)
Linux, BurpsuiteRanked 95/5500+ in nationwide government CTF. Web/API exploitation & Forensics.
SecurixLabs (Securix Ethos - IITG) [Certificate]
HackathonSecurity and exploitation project.
Anupama (EY Hackathon) [Certificate]
Generative AIInnovative solution developed for EY Hackathon.
Mayday (Tech Nova - ESSPL) [Certificate]
Bubble Network AppProject built after qualifying Round 1. A bubble network based application.
//certificates
- Hands-on experience in Quantum Computing (NPTEL): Offline workshop on Pennylane by Dr. Ankur Raina (IISER Bhopal). [Certificate]
//leadership & volunteering
Microsoft Learn Student Ambassador - KIIT Chapter //AI-ML Domain
- Wrote DDPM implementation (training/inference). Led ForgeTube (AI video gen).
- Created lecture series on DDPM/Backprop. Mentored 10+ juniors. Built learndiffusion.vercel.app.
KIIT E-Cell //RnD Intern & POC
- Organized hackathons ($150K prize pool); Managed 120+ teams for Hult Prize. Secured top VC speakers.
The Period Society //Odisha Chapter Sub Lead
- Led 35-member team on menstrual health projects. Established Centre for Menstrual Studies.
Odisha Anime Club //Technical Administrator
- Managed major events with 1000+ footfall. Produced high-quality events on low budgets.
- Headed volunteer teams and designed highest-selling merchandise.
KIIT Film Society //Animation Domain
Active member since Nov 2024.
//championship_titles (awards)
- [Winner] Kickboxing: Bronze Medal - Kicklite Open Weight
- [Winner] KIIT Merit Scholarship: Top 1000 Rank (99%tile)
- [Winner] Immerse Oxford-Cambridge Research Scholarship: Awarded for essay on Child Development
- [Winner] Mono Mousumi - Essay Competition: Senior Category Prize for essay on "Environment and Festivals in India".
- [Qualified] Competitive Exams: JEE Mains, JEE Advanced, SNUSAT, NEET UG, IISER Aptitude Test.
//side_quests
CosQ Entertainments Pvt Limited [cosq.in]
//Founder & CTO- Organized pop-culture events and Comic Conventions with 1000+ gatherings.
- Managed tech and community operations for large scale events.
Way Through Films
//Founder- Production House: Established an independent production studio.
- Docu Series: On My Way Through - A docuseries exploring society through an unpolished lens.
- Micro Experiments: Pause / Morning