These are small projects I’ve worked on over the years—some for university assignments, others just for fun. They weren’t built for commercial use, but they helped me learn a lot and explore different tools and ideas.
Currently building
liminal
Calibrating LLM judges against human labels with Item Response Theory, so a judge’s severity and length bias can be separated from the quality it was supposed to be measuring.
University Library Management System
This University Library Management System is a handy web app that makes library life easier for everyone. Students can quickly reserve the books they need and keep track of any fines they might have. Librarians get a simple way to manage books and handle reservations, while admins take care of user accounts. There’s even a feature to add lots of books at once using an API. It’s built with PHP and MySQL, with a clean HTML/CSS frontend—basically, everything you need to keep the library running smoothly!
Student Dashboard
This interactive student dashboard is developed using Excel Macros (VBA) and provides a clear overview of academic performance. It includes a visual representation of credit completion progress, a grade distribution chart showing the count of each letter grade, and a combined graph displaying semester-wise GPA, CGPA trends, and credit summary. The dashboard offers a clean and efficient way for students to track their academic journey and make informed decisions.
Portfolio Website
This is a simple portfolio website I built to showcase web development skills. It features a clean, responsive design that works well across all devices—desktops, tablets, and phones. The site includes smooth scrolling, hover effects, and well-organized sections to present skills, experience, and project highlights clearly. It was built using HTML5, CSS3, and JavaScript, and served as a personal branding site during its time.
Perfume Sales Dashboard
An interactive Power BI dashboard that explores perfume sales by product, brand, and season. It highlights revenue trends, seasonal patterns, and lets you filter the data for deeper insights. The project also includes data cleaning steps like splitting multi-season entries, and features a clean, polished layout for better storytelling.
Monty Expense Tracker
A simple finance tracker built with Java, Spring Web, and MySQL. It lets you log income and expenses, organize them by category, and view your full transaction history.
InvenTrack
A full-stack inventory system for small and mid-sized businesses: product catalogue with SKUs and reorder levels, suppliers, purchase orders, and a dashboard that values the whole inventory and flags what is running low.
The part worth naming is the stock ledger. Every movement in, out or as a correction writes through to the product’s on-hand count in the same operation that records it, so the audit trail and the quantity can never disagree with each other. Stock is clamped at zero rather than allowed to go negative.
Django 5 and Django REST Framework on the back end with JWT auth against PostgreSQL, React 18 and Vite on the front, and an Axios interceptor that refreshes an expired token and retries the original request rather than bouncing the user to the login screen.








