Project Archives

A selection of engineering artifacts and functional systems developed between 2024 and 2026. Each project serves as a case study in scalable architecture and user-centric design.

School Management System

Full-Stack / Architecture
2025

A comprehensive administrative platform designed to streamline academic operations. Built with a focus on data integrity and high-performance backend logic.

Engineering Note:"Optimized database queries for 40% faster student record retrieval."
SQLNode.jsExpressReact.js

QnA-Hub

Platform / Social
2024

A Stack Overflow clone facilitating community-driven knowledge exchange. Features include real-time voting, markdown support, and complex relational data mapping.

Engineering Note:"Implemented advanced caching strategies for high-traffic question threads."
React.jsSpring BootPostman APIAWSTailwind CSS

Word Count Tool

System Utility / Performance
2024

A high-efficiency Java CLI tool for text analysis. Uses multithreading to process multiple files simultaneously, providing detailed metrics for lines, words, and UTF-8 byte sizes.

Engineering Note:"Leveraged concurrent execution to reduce processing time for large-scale datasets."
JavaMultithreadingFile I/O

Sorting Visualizer

Frontend / Algorithms
2024

An interactive web application visualizing 20+ sorting algorithms. Features real-time rendering of array manipulations, custom speed/size controls, and complex algorithmic logic.

Engineering Note:"Managed asynchronous animation states to prevent UI blocking during intensive computations."
JavaScriptHTML5CSS3Algorithms