Projects

• At the University of Central Florida, I took the course COP3402C Systems Software. In this course I learned how to use Linux command line with Shell tools. I wrote programs in C that used system calls, which interacted with the system's kernel.

• On my own accord I learned how to write in HTML, and CSS to develop my personal website. With my previous knowledge in coding languages, such as C and Java, and help from online resources I was able to learned HTML and CSS quickly.

• At the University of Central Florida, I took the course COP3502C Computer Science I. In this course I learned about sorting algorithms, and date structures. Algorithms such as Merge Sort, Quick Sort, Insertion Sort, etc. Data structures like Binary Search Trees, AVL Trees, Hash Tables, Linked Lists, and Stacks.

• At the University of Central Florida, I took the course CIS3360 Computing in Cybersecurity. In this course I learned multiple techniques for data encryption, and verifying file integrity. The course covered methods such as key cryptography, the Hill Cipher, and Cyclic Redundancy Check (CRC).