
I’m a computer science major with a progressive experience writing code and designed some projects in the classes i took. Seeking for a role as a Software Engineering Intern. Adept at working effectively in fast paced, time management skills, a strong desire to learn, originality in my work, and outstanding verbal and written communication abilities. I also have a passion for solving problems, debugging codes. Additionally, I make every effort to identify any knowledge gaps and quickly address them to provide value and be the greatest possible version of myself.
Problem Solving
Team collaboration
Creativity
Programming/coding
Debugging
Critical Thinking
Filtering Data
I worked on a project that involved filtering data using the C# programming language. The goal was to change the given data to numbers, avoid strings, and convert things like Roman numerals to Arabic numerals. It then counted the numbers and displayed the total amount, as well as calculating the average of the listed numbers.
Slot Machine
In another project I worked on, I had to program a slot machine using C#. The machine's goal was to spin by pressing a button, and there were additional buttons to stop the spinning. You had to enter money into a text box, and if you got similar fruits in two of the three boxes, the amount you entered would double, and if you got three of the boxes, the amount you entered would triple. In addition to making the students play the game, I also showed them the back-end code I used to build the project.
Contact Book
The project I worked on was extremely time-consuming, entertaining, and stressful all at once. It involved several forms that users could use to add, update, search, remove, and view contacts. To make the project's goal clear, users could add contacts by providing their name, email address, phone number, and address. The other forms allowed users to update the contact's information, remove the contact, search for the person, and view the contacts in the contact book I created.