Hi, I'm Helen. I recently graduated from Harrisburg Area Community College (HACC) in Harrisburg, PA.
I'm now a junior at Harrisburg University of Science and Technology (HU). I'm excited to create more powerful products in the near future.
Email: helentesfaytech@gmail.com
GitHub: https://github.com/helen-tesfay
LinkedIn: https://linkedin.com/in/helen-h-tesfay
My experience includes the following key accomplishments:
Selected highlights from my portfolio, with more available upon request:
Check these out in more detail below!
Use my personal website to get to know me on a different level in the internet space. I detail my experience choosing my major, detail hightlights of my portfolio, and my plans for my bachelor's degree. Plus, you can contact me through a fun way by submitting a simple form!
GitHub RepositoryUse the JoesAutomotive GUI application to get a quote for your visit to Joe's Automotive. The application allows you to select from a "Routine Maintenance" dropdown as well as a "Repair Hours" dropdown for any repair work. It is necessary to call or meet with a repair technician first to get a quote for the number of hours.
GitHub RepositoryThe ParkingTicket GUI application is used to issue a parking ticket. This application has five classes, ParkedCar, ParkingMeter, ParkingTicket, PoliceOffer, and ParkingTicketDemo. The application checks how long a vehicle had been parked against any purchased time. If the purchased parking time is less than the time the vehicle had been parked, the PoliceOfficer class issues a ticket. The ParkingTicket class reports the car's make, model, license plate number, officer name, fine amount, and details comparing parked vs. purchased time.
GitHub RepositoryThe Ship, CruiseShip, and CargoShip classes work to store and print the ships' information. The Ship superclass holds information about a ship's name and its year built. The CruiseShip and CargoShip subclasses inherit the name and year built fields and add additional information. The ShipDemo class is to print each ship's name and year built and the CruiseShip's max. passenger capacity as well as the CargoShip's max. cargo capacity. This project encompasses inheritance, overriding methods, and honing the use of arrays.
GitHub Repository