Projects
MatlabMCP
Built an AI-Agent protocol that allows MATLAB to communicate with LLMs like Claude. Enables MATLAB code execution via the MATLAB Engine API from external LLMs.
Subscription Tracking API
A robust backend API to automate subscription tracking, designed using Node.js, Express.js, and MongoDB following a monolithic architecture.
Multi-threaded Proxy Web Server
A secure and efficient proxy server written in C, implementing multi-threading and network programming principles.
Pitch Perfect - Empowering Startups to Shine
A web platform for startups to showcase, connect, and participate in virtual competitions, built with modern frontend tech.
Interactive Pixel Pattern Generator
Creative coding web app that generates dynamic pixel patterns based on user input using front-end tools.
Differential Drive Robot Simulation
A MATLAB-based robot simulation demonstrating obstacle avoidance, target navigation, and localization techniques.
Hotel Management System
A console-based Java application to manage hotel bookings, food orders, and customer data using object-oriented principles and file persistence.
Detailed Project Descriptions
MatlabMCP
MatlabMCP is a bridge between traditional engineering software and modern AI models. It allows Large Language Models (LLMs) like Claude to directly run MATLAB code via the MATLAB Engine API. Useful for AI-driven simulations, autonomous reasoning, or offloading numerical tasks to MATLAB - all without manually switching platforms. It's a tiny protocol with big potential.
Subscription Tracking API
Subscription Tracking API is your backend’s accountant - never miss a subscription renewal again. Built using Node.js, Express.js, and MongoDB in a clean monolithic design, it handles all the CRUD and business logic to keep your active services in check. Think of it as Notion meets finance automation.
Multi-threaded Proxy Web Server
Multi-threaded Proxy Server is a low-level networking project where C meets concurrency. It’s a performant proxy server that handles multiple client requests simultaneously with proper security considerations - a real workout in socket programming, threading, and systems-level thinking.
Pitch Perfect - Empowering Startups to Shine
Pitch Perfect is a modern web platform made for dreamers and doers. Built with Next.js, TypeScript, Sanity CMS, and TailwindCSS, it allows startup founders to showcase their projects, network with peers, and pitch ideas virtually. If Shark Tank had a sleek online version, this would be it.
Interactive Pixel Pattern Generator
Pixel Pattern Generator is creative coding at its quirkiest. Using plain HTML/CSS/JS (no Canvas, no WebGL), this web toy lets users generate weirdly satisfying pixel grids and patterns. A fun visual sandbox and a nod to the beauty of front-end minimalism.
Differential Drive Robot Simulation
Differential Drive Robot Simulation is a MATLAB-based simulation showcasing how two-wheeled robots navigate complex environments. Includes obstacle avoidance, target chasing, and basic localization. Perfect if you're curious how Roombas or Mars rovers “think” before they move.
Hotel Management System
Hotel Management System is a console-based Java application built with object-oriented principles. It supports room bookings, food orders, and customer data management using file I/O and serialization. Classic OOP exercise, still useful and nostalgic if you ever built hotel apps in your first year.