Highly motivated IT student graduating Spring 2026, seeking opportunities to utilize my skills in programming, operating systems, and information systems while embracing increasing responsibilities within the tech industry. My education has included web development, Linux, programming in C++, Java, and Python, database concepts, and cybersecurity. This spring, I’ll be completing my studies with courses in eHealth and Data Mining & Analytics. I’m passionate about problem-solving, open to new challenges, and committed to continuous learning.
The goal of this project was to develop a user-friendly calculator application using a Java graphical user interface (GUI) which allows users to perform basic arithmetic operations. This calculator supports operations with two numbers, including addition, subtraction, multiplication, and division. It displays the result of each calculation, manages cases where input is missing, and features clear and quit buttons.
I was responsible for the programming and testing of this calculator. I researched and designed the Java JFrame GUI, wrote the code for basic arithmetic functions, implemented error handling for missing entry, and added clear and quit buttons. I also implemented testing to ensure everything runs smoothly. Overall, I managed all parts of the project independently.
This is a personal media player application developed in Android Studio using Java. The app allows users to choose from three different songs and provides essential playback controls, including play, pause, and restart. The interface is scrollable for easy navigation, and the app ensures that only one song can be played at a time to prevent overlapping audio. It also utilizes a splash screen to enhance application loading.
I independently coded and tested this media player app for my Mobile Applications Development Course (LIS4331). I designed the user interface and splash screen in Android Studio, wrote all the Java code for playback controls (play, pause, and restart), and implemented the logic to ensure only one song plays at a time and songs retain their place until restarting. I also handled the integration of the three songs, created a scrollable interface for easier navigation, and thoroughly tested the app to ensure smooth performance.