Full project archive
All Projects
Every project I've built so far, with source code on GitHub. These are code repositories, not hosted live demos — click "View Code" to see the full source, README, and commit history.
Student Management System
Complete
A console-based Student Management System built in C, using structured programming to manage student records — covers structs, file handling, and array-based data storage. Designed as a beginner-friendly project to practice how real-world data can be modeled and manipulated using core C concepts.
Data Cleaning Toolkit
In Progress
A Python + Pandas script to clean, transform, and summarize a messy CSV dataset. Handles missing values, type conversion, and produces summary statistics — a foundational project for a data analyst portfolio.
Java DSA Practice
In Progress
Core data structures and algorithms implemented in Java — arrays, linked lists, stacks, queues, and sorting/searching algorithms — building interview-ready fundamentals.