While working with Zeitios, I developed my knowledge in computer science by working on projects that include openAI, C# with Unity, and web development with Next.js and React. This experience transformed my ability to solve problems and create solutions, and improved my critical thinking.
A few projects that I have worked on included using ChatGPT OpenAI to generate essays based off user prompt. I did this by using an API Key and python to gather information for the essays with user prompt methods. I took that information to ask ChatGPT to generate an essay from the data, and return the response. This project was easy to me because the code was provided to me by ChatGPT itself, and I was able to understand how APIs work for the first time.
I have also worked with Unity and C# to create a typing game where players control a spaceship to shoot text at sentences to fill in the blank. This project helped me learn how to code using C# and has expanded my programming knowledge. Overall, I enjoyed being able to work with a new language that is different from what I am used to, because it forces me to learn new ways to perform the same task. I was able to use my prior knowledge of Java to code certain ideas that I have done in the past. One of these examples involved arrays, which I am comfortable with the most when using Java. This project provided me with a fun experience of learning how different classes and components can come together through code.