Motivated student completing Computer Science degree. Knowledgeable in wide range of development languages and methodologies. Bright critical thinker with proven talent for learning quickly in results-oriented environment. School projects included building apps, optimizing programs and validating code.
Java, Python, C
undefinedUnity Build FPS Game
Using Unity, I built an FPS game that allows the player to maneuver an environment while shooting targets to complete the course as fast as possible.
React Native Application
Built a mobile application using React Native for my personal business that uses Google Firebase to retrieve information dynamically.
Zoo Animal Database Application
Using HTML and SQLite, I built an HTML application that allows the user to retrieve and manipulate information regarding animals that are living at zoos inTexas. This application uses SQL commands that I wrote to retrieve information from the database that I designed.
Address Book Application
Built an application in Java that runs off of an "Address Book" database. Database connections were made through Java to allow the user to insert, update, delete, and search for users personal information within the "Address Book" using a GUI.
Zork Style Python Game
Using Python I wrote a text-based adventure game that will allow the user to navigate through a multi-level house and use command like "move certain_direction" and "look" to get information about where they are currently located. The user also contains an inventory of items that can be gathered and used within the house by using "get item_name", "drop item_name" and "use item_name".