I'm a Florida State University student deeply passionate
about computer science, specializing in C#, C/C++, Go
and Python programming languages
Email := "awa22@fsu.edu"
Florida State University
I'm currently a Senior Computer Science student
at FSU. FSU has provided me with a strong technical
foundation and the ability to think critically
and creatively about problem-solving.
void YoungEngineers(){
cout << "Developed a full-stack website using Go, HTML, CSS, JavaScript, and Tailwind CSS.\n";
cout << "Integrated and trained an AI chatbot to answer company-specific questions.\n";
cout << "Created an admin panel for staff to add/manage summer camp projects.\n";
cout << "Built a scalable backend to ensure fast, reliable performance.\n";
}
void AimHi(){
cout << "Contributed to the development of AIM HI's website using React, improving user engagement and functionality.\n"
;
cout << "Played a key role in building AI image generation tools, and enhancing product features and performance.\n"
;
cout << "Attended strategy meetings, offering valuable insights to guide project direction and implementation.\n"
;
cout << "Directly communicated with potential customers, gathering feedback and aligning development with user needs."\n
;
}
This project represents my endeavor to replicate the renowned grading platform "Canvas," showcasing my skills in both backend and frontend development. Utilizing C# for the backend, I integrated a REST API to ensure seamless data management, enhancing the overall functionality of the application. This comprehensive approach marks my first foray into full-stack development, reflecting my capability to handle large-scale projects that can serve millions of users effectively.
I constructed a ray tracer using the C++ language, showcasing my ability to translate complex mathematical concepts into practical applications. By leveraging my knowledge of vector algebra, I calculated ray paths to achieve realistic rendering effects. This project not only demonstrated my adaptability and quick learning in tackling new challenges but also expanded my proficiency in applying mathematical principles to solve real-world problems.
Developed a chess engine in C++ using SFML, featuring a fully interactive board that highlights possible moves, validates move legality, and indicates check status in real-time. Planned enhancements include implementing a custom-built neural network to serve as an AI opponent, aiming for a responsive and challenging gameplay experience.
I developed a C++ spell checker that incorporates various algorithms for enhancing word correction efficiency. The project utilizes a dictionary file to validate words and employs several techniques, including character substitution, deletion, insertion, and swapping, to identify similar words based on user input. By leveraging the ftxui library for a user interface and implementing a high-performance backend, this application demonstrates my ability to combine programming skills with algorithmic thinking to solve real-world problems in text processing.
German Quiz Master is a Python-based educational quiz game that leverages the Dear PyGui library to test and enhance users' knowledge of the German language. By randomly generating German words and prompting users for their translations, this interactive game offers a fun way to improve vocabulary, grammar, and comprehension skills. As a student who faced challenges in learning German, I developed this application to aid myself and others in studying more effectively and making language acquisition enjoyable.
Crab Tree is a Rust-based remake of the classic tree data structure, designed to explore and implement advanced features and functionalities. This project showcases my proficiency in Rust while emphasizing the performance and safety benefits of the language. By enhancing the traditional tree structure, Crab Tree aims to provide efficient data organization and manipulation, making it a valuable resource for developers seeking to leverage the power of Rust in their projects.