SDE Intern at SkyPoint.AI
Building a healthcare–insurance product that automates patient eligibility checks between hospitals and insurance providers. Working across the stack with React on the front and Python services backed by Azure Cosmos DB.
A web-focused engineer who builds scalable, user-friendly applications — from real-time Kubernetes monitoring to data-heavy enterprise dashboards.
I'm a Computer Science undergraduate based in Chennai, splitting my time between an on-campus CSE (Cybersecurity) program at Amrita Vishwa Vidyapeetham and an online BS in Data Science at IIT Madras.
My work sits at the intersection of web engineering and infrastructure — designing APIs, shaping data flows, and turning messy systems into something a person can actually use. Lately I've been writing a lot of React, FastAPI, and Python, with detours into Kubernetes, Azure Cosmos DB, and Qt + C++ for my final-year capstone — an end-to-end-encrypted password manager built with the team.
Outside of work, you'll find me tinkering with side projects, designing for the WiCyS community, or chasing down the occasional hackathon win.
Building a healthcare–insurance product that automates patient eligibility checks between hospitals and insurance providers. Working across the stack with React on the front and Python services backed by Azure Cosmos DB.
Shipped scalable features for data-heavy interfaces using Angular and AG Grid. Worked closely with Oracle Database views, analyzed query behavior, and tuned data retrieval for noticeable performance wins. Collaborated across teams to map data flows and improve overall system efficiency.
A real-time Kubernetes monitoring system that collects, processes, and visualizes cluster health metrics. Built data pipelines for CPU, memory, and network signals — designed to feed downstream anomaly detection and predictive analysis. Containerized everything with Docker and used kind to simulate clusters for controlled experimentation.
A Kaggle challenge centered on predicting how an online discussion platform categorizes user-submitted comments. Combined textual content with engagement signals, symbolic expressions, and outputs from automated analysis components to train classification models. A focused detour into machine learning & deep learning alongside my web work.
A scalable full-stack application for real-time parking slot discovery and booking. Designed structured data models and APIs to support efficient querying and downstream analytics. Sped things up with Redis caching and pushed long-running jobs into Celery for asynchronous task processing.
An offline, end-to-end-encrypted password manager — the team capstone for my B.Tech in Cyber Security. A Qt 6 desktop app paired with a Chrome extension over an encrypted local WebSocket bridge. Crypto stack: Argon2id derives a Key-Encryption Key from the master password, which wraps a per-vault Data-Encryption Key; entries are encrypted with XChaCha20-Poly1305 via libsodium. Browser-bridge sessions use AES-GCM. Includes TOTP generation, Have-I-Been-Pwned breach checking, auto-lock, and vault import/export.
A multi-user quiz platform with authentication and role-based access control. Modeled the database to track user performance and quiz outcomes for downstream analysis, and shipped a server-rendered, responsive UI. Built as part of the IIT Madras BS program.
An implementation of the A5/1 stream cipher used in GSM communications — both encryption and decryption. A small, focused exploration into classical cryptography that came out of my coursework in cybersecurity.