Computer Science undergraduate specializing in Cybersecurity. I build at the intersection of cloud systems, IoT security, and intelligent agents — focused on performance, correctness, and systems that actually work under real-world constraints.
I'm a 3rd-year undergraduate at Ramaiah Institute of Technology, pursuing Computer Science with a specialization in Cybersecurity and a minor in AI & ML. My work spans cloud platforms, real-time web systems, multi-agent reinforcement learning, and embedded edge computing.
I've built a cloud IoT digital twin platform with containerized execution sandboxes and Redis pub/sub real-time streaming, a trust-aware cooperative drone surveillance system that maintains >60% capture success under 30% communication loss, and an edge-cloud agriculture stack that classifies soil conditions on-device in under 50ms.
I care deeply about correctness, efficiency, and systems that actually hold up in production. Beyond building, I write about architecture decisions, tradeoffs, and the lessons that only show up when something breaks.
"The best systems are invisible — they just work, quietly and reliably, even when conditions are imperfect."
Technologies used in production projects — prioritizing depth over breadth.
Systems built with purpose — each solving a real, constrained problem.
Cloud platform enabling developers to test IoT sensor logic without physical hardware by executing code inside isolated Docker containers. Architected a Redis Pub/Sub message bus to stream real-time execution logs from multi-worker Uvicorn backend to WebSocket clients with sub-second latency. Resolved async event-loop contention in concurrent log streaming via a shared Redis state architecture. Features live digital twin sensor state updates, configurable CPU/memory sandboxes, and execution history.
3-agent cooperative reinforcement learning system where autonomous drones track an intruder in a 20×20×10m PyBullet-simulated airspace using a PettingZoo parallel MARL environment. Designed an EMA-based trust scoring mechanism with adversarial communication modeling (Bernoulli packet drops + Gaussian spoofing) to maintain reliable coordination under comms failure. Achieved >60% capture success rate under 30% simulated communication loss — outperforming a baseline MARL system that drops below 40%. Full MAPPO training pipeline with WandB experiment tracking and ONNX export.
Edge-cloud smart agriculture platform using ESP32 + TinyML + LoRa + Raspberry Pi for real-time farm condition monitoring. Achieves over 90% on-device classification accuracy with sub-50ms inference latency in low-connectivity environments. Integrates IoT sensor data, weather APIs, market price feeds, and multilingual AI advisory (English, Hindi, Kannada, Tamil). Reduces water wastage by 35% through data-driven automated irrigation strategies.
Hybrid file integrity monitor combining SHA-256 cryptographic hashing with behavioral anomaly detection. Detects ransomware-like patterns in real-time via filesystem event monitoring — rate-of-change analysis, Shannon entropy spikes, extension patterns, and directory traversal detection. Features automated policy-driven rollback. Tested across 500+ simulated attack scenarios.
Documenting architecture decisions, tradeoffs, and lessons from building real systems — the way top engineers and scientists share their thinking.
Building a multi-worker FastAPI backend that streams live sensor logs to WebSocket clients — Redis pub/sub, async event-loop pitfalls, and how I resolved a cross-worker deadlock that only appeared under concurrent load.
How I reduced cloud bandwidth costs by 70% using TinyML on ESP32 — architecture decisions, tradeoffs, and lessons from deploying at the edge.
Combining cryptographic hashing with behavioral anomaly detection to achieve 96.3% accuracy on simulated attack scenarios.
A complete walkthrough — requirements, capacity estimation, database design, caching strategy, and scaling considerations.
Quantization, model pruning, and the engineering reality of deploying ML on devices with 512KB of RAM.
Scope creep, premature optimization, and why the best architecture is the one you actually finish building.
I'm open to internships, research collaborations, and projects at the intersection of security, distributed systems, and machine learning. If you're working on something interesting — or just want to talk systems — I'd like to hear from you.
Based in Bengaluru, Karnataka. Usually respond within 24 hours.