I'm a Computer Science Engineering student at MIT World Peace University, graduating in May 2027. I love building things from scratch - whether it's operating systems, encryption tools, or real-time control systems for Hyperloop pods.
- Former Navigation and Control Lead at Vegapod Hyperloop, where I led a team of 9 engineers
- Represented team at European Hyperloop Week 2024 (Zurich, Switzerland) and 2025 (Groningen, Netherlands)
- I enjoy low-level systems programming, building desktop applications, and creating full-stack web apps
- Currently exploring embedded systems, computer graphics, and AI
- Languages: English (Fluent), Hindi (Native)
- Multi-threading & Concurrent Programming
- Socket Programming & Network Communication
- Serial Communication (UART)
- Systems Programming
- Embedded Systems & IoT
- Computer Graphics & Raytracing
August 2023 β August 2025 | Pune, India
- Led team of 9 engineers developing navigation and control systems for Hyperloop pod prototype
- Developed MVCU program in C++ with multi-threaded socket programming and UART serial communication, achieving 11ms average latency
- Built Qt-based desktop GUI in C++ and React web interface for real-time pod monitoring and control
- Worked with Linux systems and custom single-board computers
August 2024 β November 2024 | Pune, India
- Led development of internal platform using Next.js and TypeScript, adopted by 150+ employees
- Implemented Server-Side Rendering and bundle optimizations
- Refactored codebase into reusable components
A 32-bit x86 operating system built from scratch with ~2000 lines of code. Runs on real hardware and QEMU.
Features:
- Multiboot-compliant bootloader
- Physical memory manager & paging
- Interrupt handling (IDT, PIC, exceptions)
- Keyboard & VGA drivers
- Basic round-robin scheduler
- System call interface
Lightweight file encryption/decryption tool using XOR cipher with 256-bit key generation.
Features:
- Works with any file type
- Completely offline operation
- Fast encryption with timing metrics
- Clean, readable C code
2D raytracing visualization engine with real-time light and shadow rendering.
Features:
- Interactive light source following mouse cursor
- Ray-circle intersection algorithms
- Real-time rendering with SDL2
- Shadow simulation
Full-stack gym management platform sold to 2 gyms in India.
Features:
- Member & attendance tracking
- Payment management
- Diet plans & workout tracking
- Revenue analytics dashboard
AI-powered matching engine for Army intelligence to identify tracks using natural language input.
Features:
- Completely offline operation
- Semantic embeddings with SBERT
- ANN search using hnswlib
- Deterministic rule-based matching
- GPU acceleration support
Unix-like shell implementation with command execution and process management.
Features:
- Process creation using fork() and execvp()
- Command parser and execution engine
- Built-in command support
- ZeroGrid - Mini Power BI clone for data visualization (Next.js, TypeScript)
- Terminal Image Renderer - Converts images to colorized ASCII art (C, stb_image)
- JETANK Robot - AI-powered robot using NVIDIA Jetson Nano
