Skills & Tools

Category Technologies
Languages Java, Python, JavaScript
Frameworks Angular, React, Spring Boot
Tools Figma, Git, Adobe Illustrator

Projects

🏗️ Blueprint App

Developed an AI-powered home design assistant that creates architectural plans and furnishing suggestions based on user preferences and budget. Used React, JavaScript, and Figma for the interface.

View on GitHub

🎟️ Real-Time Event Ticketing System

Java-based multi-threaded system for booking tickets with synchronization and real-time seat analytics. Employed OOP concepts, file handling, and Java concurrency utilities.

View on GitHub

💻 Student Management System

A desktop application built in Java to manage student records using file I/O. Included functionalities for registering, searching, sorting, and exporting student data.

View on GitHub

💰 Personal Finance Tracker

A Tkinter GUI-based financial tracker that uses JSON to store and manage user income/expenses, with simple charts and summary analysis features.

View on GitHub

🎮 Python Game: Don's Life Score

Designed a text-based Python game with 20 rounds, featuring random number generation, user input validation, and feedback logic to enhance gameplay experience.

View on GitHub

🔄 MaxFlowSolver - Edmonds-Karp Algorithm

For the maximum flow problem, I implemented the Ford-Fulkerson algorithm with Breadth-First Search (BFS) as the path-finding method, also known as the Edmonds-Karp algorithm. This algorithm finds the maximum flow in a network from a source to a sink node.

View on GitHub