Hardworking, highly motivated professional eager to lend combined knowledge and skills to enhance business performance. Operates well in both individual and team capacities, leveraging seasoned work ethic to quickly adapt to different processes and drive company objectives. Current student looking to join the workforce to gain real-world experience. Ability to complete tasks on time in both individual and team settings. Dependable and reliable, ready to learn and grow with your company.
DBMS Project - Blood Donation Management System
This project is designed to manage the details of blood donors, blood banks, and blood requests efficiently. The main features of this system include donor registration, blood request management, blood bank details, and a user-friendly interface for tracking donations., HTML: For structuring the web pages., CSS: For styling the web pages., JavaScript: For client-side scripting and interactivity., XAMPP: A development environment that includes Apache server, MySQL database, PHP, and Perl., PHP: For server-side scripting and database interaction., MySQL: For database management.
Personal Portfolio
Developed a personal portfolio website to showcase my projects, skills, and experience. Built using HTML and CSS.
Sudoku Solver and Generator
Developed a Sudoku game in Java featuring puzzle generation and solving using a backtracking algorithm. Implemented logic to ensure valid puzzles with unique solutions and optimized the use of 2D arrays for efficient grid manipulation.