AHC.

AllProjects

Everything I've built, from research papers to Arduino contraptions.

2025Featured

BTTAL Business Management Web App

Full-stack business management platform with real-time invoicing, inventory tracking, accounts, and customer modules. Supports admin/user roles and salesperson management.

ReactFirebase AuthFirestoreTailwind CSS+1
2025Featured

Bangla News Classification

ML research on 408K Bangla news articles using TF-IDF and ensemble models. Achieved 98.27% accuracy with Random Forest, the largest Bangla news dataset experiment.

PythonScikit-learnTF-IDFSMOTE+2
2025Featured

Mini Shell in C

Unix-like shell with piping, I/O redirection, background jobs, and signal handling. Built on raw Linux system calls.

CLinuxforkexecvp+2
2024

University Network Simulator

Multi-department university network using VLSM subnetting, DHCP, DNS, and OSPF routing. Designed and tested in Cisco Packet Tracer.

Cisco Packet TracerVLSMDHCPDNS+1
2023

Bus Management System

Java Swing desktop application for managing bus routes, schedules, and seat bookings with full MySQL database integration.

JavaSwingMySQL
2023

Digital Door Lock System

Arduino-powered door lock using a keypad, I2C LCD, and servo motor. Password validation with real-time LCD feedback.

Arduino NanoC/C++KeypadI2C LCD+1
2022

Library Management System

Tkinter-based Python GUI app with MySQL backend. Manage books, issue/return records, search, and update, all in one interface.

PythonTkinterMySQLPyMySQL
2022

Hospital Patient Management System

Menu-driven C console application for managing patient records with sorting, searching, file I/O, and input validation.

CFile I/OArraysModular Functions