← Back to Home

All Projects

A complete collection of projects I've built — from published apps to university coursework. Each one taught me something new.

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.

ReactPostgreSQLQdrantDockerAzureGemini API

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.

CiGraphicsGame Dev

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.

ATmega32ArduinoIoTSensors
BIIS Database Project

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.

Oracle 19cSQLPL/SQL
Java Networking Project

Java Networking Project

Client-server chat application using Java sockets with multithreading, real-time updates, and hash-based identification.

JavaNetworkingMultithreadingSockets

DSA-I & DSA-II — Algorithm Compilations

Comprehensive compilation of Data Structures & Algorithms coursework including graph algorithms, divide-and-conquer, dynamic programming, and greedy approaches.

C++AlgorithmsData Structures

CSES Problem Set Solutions

Clean, optimized solutions to the CSES Problem Set — designed to help competitive programmers improve their problem-solving skills.

C++Competitive Programming

CP Template Code

A complete template for competitive programming with pre-written functions and utilities for coding contests.

C++TemplatesCompetitive Programming