Modify an existing GUI to support serialization of hotel bookings and vacancies. Then be able to read/write the data to and from an XML file. Was able to serialize the data into a temporary save point of the software. and be able to save that data into a xml file.
Python
Developed a basic tourism event management application that displays dates and start times of events, venues and bookings as well as the venue capacity, address and contact detail of event manager for each venue. The application also captured the clients’ name, and contact details
Java Script
Design a dynamic and static webpage with objects and basic functionality.
Created a 3D landmark website with THREE.js zoom, rotate, day-night functionality.
Created and hosted a portfolio website with a downloadable CV and social links.
Personal
Java
The application validate if the provided South African ID number is valid. If the ID number is valid, it will return birth date, gender, and indicate if the person was born in South Africa or outside the republic. The app uses Luhn algorithm to calculate the checksum digit.
Next Project
Project description
A rudimentary CRM application to register inventory purchases and sales, as well as customer and supplier details. the sales and purchases modules update inventory table in real live. The system uses oracle database to store the information in tables. installed on our own servers.
1. For each completed transaction, the app will generate a receipt and email it to the customer.
2. Inventory is sold on FIFO, closing stock inventory is valued on weighted average cost.
3. Sales gross mark up is 50%.
4. System produces daily management reports (Gross P&L, inventory levels)