🏠 Profile · ⚡ Skill Forge · 🧪 Innovation Lab · 📊 Data Arena · 🚀 LaunchPad
"College gave me a problem statement. I turned it into a system."
This is my academic builds zone. Every repo here started as a course requirement — and ended up as something engineered properly, documented well, and worth showing to the world.
A comprehensive command-line toolkit for number system conversions and calculations across multiple bases — built in pure C.
A front-end e-commerce store for premium volleyball equipment with cart and auth features.
An AI & ML project that analyzes Amazon product data, explores pricing and discount trends, and predicts high-rated products using Machine Learning models.
A browser-based interactive tool that visualizes how signals degrade across 9 transmission media — with a live oscilloscope waveform, BER calculation, and character-level corruption. Built for Data Communications.
A browser-based OS simulator that brings the 7-state process model to life — spawn processes, trigger I/O, preempt the CPU, call fork() and exec(), and watch every state transition happen live down to the register level. Built for Operating Systems.
A Java HTTP server + browser SPA that simulates a live carbon credit and renewable energy marketplace — prosumers register solar/wind/hydro sources, calculate credits via emission factor formulae, and list them; companies buy to meet offset goals. Built for the Innovative Subject.
A terminal-based 4×4 chess game in C++ — Graphs validate moves, Stacks power undo, Arrays hold the board.