All Projects
A complete collection of projects I've built — from published apps to university coursework. Each one taught me something new.
Tuition Tracker: Class Manager
Built and published a React Native tuition management app serving 400+ daily active users on Google Play. Managed 20+ production releases and integrated an AdMob mediation stack for monetization. Features include class scheduling, fee tracking, and student management.
StuddyBuddy — AI-Powered Study Platform
AI-based study tool to generate quizzes, sticky notes, and evaluate answers using Gemini API. Integrated Qdrant-based semantic search and implemented PDF annotation. Deployed with Docker and GitHub Actions, hosted on Azure VM.
Mission Antarctica Impossible
A fun and challenging mini-game set in Antarctica's icy landscapes. Built with C and iGraphics as a collaborative Level-1 course project at BUET.
Health Monitoring System for Elderly Care
IoT health monitoring system using ATmega32, Arduino, and multiple sensors to track body temperature, humidity, BPM, SpO2 levels. Includes fall detection with automatic email alerts.
BIIS Clone — Institutional Information System
Designed a relational database schema with multiple entity relationships. Wrote PL/SQL stored procedures and triggers to automate data integrity checks.
Java Networking Project
Client-server chat application using Java sockets with multithreading, real-time updates, and hash-based identification.
DSA-I & DSA-II — Algorithm Compilations
Comprehensive compilation of Data Structures & Algorithms coursework including graph algorithms, divide-and-conquer, dynamic programming, and greedy approaches.
CSES Problem Set Solutions
Clean, optimized solutions to the CSES Problem Set — designed to help competitive programmers improve their problem-solving skills.
CP Template Code
A complete template for competitive programming with pre-written functions and utilities for coding contests.