I am a student at the University of Wollongong completing a Bachelors in Computer Science who is fascinated by the digital world. I am seeking an entry-level role or internship to apply my academic theory to practical situations and further build experience in the IT and Software industry. I enjoy meeting new people and also extremely eager to learn new skills.
Project: Mechanic Simulator
Language: C++
Developed a program which simulates a Mechanic workshop. Customer claims and a list of mechanics are inputted as files and through a subset of rules derived from probabilities, we are able to identify how and which customer needs can be met.
Access: https://github.com/jd547/MechanicSimulation
Project: School Management System
Language: Java
Developed a command-line school management system. Features of the program include modifying of students/staff records as well as enrolling students to appropriate courses and delegating teaching roles to academic staff. The program demonstrates inheritance and polymorphism through controlled functions emulating a real world management system.
Access: https://github.com/jd547/SchoolManagementSystem
Project: Computer Shop
Language: Java
Produced code that imitates an online computer shop with a command-line interface. Users can modify their shopping cart by logging in or by creating a new account. Computer parts that are added to the cart can be checked for compatibility and customers can review their order before submitting.
Access: https://github.com/jd547/Computer-Shop