Featured Projects
A showcase of my recent technical and business projects.



LocReminder
I kept missing my stop on long bus rides in Dhaka, and a normal alarm cannot help with that since you never know exactly when you will arrive.
LocReminder rings a real alarm when you reach a place you pinned, not at a set time. Sound, vibration and a full screen alert, even on silent and a locked screen.
No accounts, no analytics, no server. Every release is signed and scanned by VirusTotal before it ships.
Tools used
What it does
Published on GitHub Releases, with an F-Droid submission in progress.
I Built a Full Leave Tracker System in Excel
Our department was tracking absences for 9 teams in a single shared spreadsheet, no access control, no validation, pure chaos.
My first idea was to fix it entirely with Excel formulas. That lasted about 10 minutes.
So I learned VBA from scratch and built a proper role-based HR absence management system, in a single day.
Tools used
What it does
Built entirely in Microsoft Excel VBA β no database, no server, no paid tools.
AML/CFT Scraper Utility
Investigating unauthorized "Diamond Top-up" platforms was a highly repetitive task. I had to click through dozens of sketchy e-commerce sites manually just to find which personal bKash accounts were being illicitly used as payment gateways.
To speed up my own investigation workflow, I built a stealth-enabled automation script that navigates these dynamic sites, extracts the hidden numbers, and logs the necessary visual evidence.
It turned a tedious multi-minute process per site into a 10-second automated batch sweep. I packaged it into a standalone executable so it runs perfectly on my locked-down office laptop without needing admin rights.
Tools used
What it does
Built strictly to optimize personal investigation workflows β standalone Python utility.