Proven to excel in customer service and technical adeptness, I leveraged my proficiency in Python and outstanding communication skills at Jovia Financial Credit Union to surpass referral goals and enhance client satisfaction. Recognized for rapid promotion at TD Bank, I specialize in secure transactions and innovative problem-solving, driving operational excellence and client trust.
Vending Machine Simulation, Developed a C++ program that simulates vending machine, offering users the ability to purchase items, view their purchases, and generate an inventory report., Efficient data handling for inventory from an input file., User-Friendly text-based interface for seamless interaction., Inventory reporting feature where inventory report is output in a file., Implementation of a quicksort algorithm for efficient item sorting. Library Management System, Designed and implemented a Library Management System in C++ to efficiently manage books, providing users with various functions such as listing books, adding new books, and deleting books., Created a robust data management system for books, including serialization to an external file(“books.txt”) and deserialization to maintain data persistence., Implemented functions for adding books with proper input validation, removing books by ID, and sorting books by title and author using the bubble sort algorithm., Created sorting functions to display the list of books sorted by title and author, enhancing user experience.