Kayla Young

Student

Hi! My name is Kayla Young and I am studying for a B.S. in Computer Science on the Security Science Track in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate in Spring, 2026.


Interests: Digital Forensics, Cybersecurity, Cryptography, Network Security


Projects

Social Media Networks 2024

This code initializes a graph to represent users and their posts, adding nodes for users and posts and creating edges for relationships like authorship, comments, and views. It includes functions to identify and highlight the top 10 important posts, interesting users, and trending posts based on comments and views. Additionally, it adds edges for quoted or referred posts. This code also displays the results, showing the important posts, interesting users, and trending posts.

Graphs Algorithms Python

Read More
Hawaiian Dictionary 2024

Implements a database of sayings in Hawaiian and English, with explanations in both languages. The database allows insertion, lookup, and retrieval of sayings based on certain requirements. Use a balanced tree structure to maintain an ordered set of sayings. Implementing functions for specific queries like finding sayings that contain particular words in either language.

Trees Java

Read More
Campus Cooking 2024

Campus Cooking is an application that helps campus students make affordable, healthy, and accessible meals. It provides students with recipes that respect common constraints such as limited kitchen resources, limited cooking skills, limited time, and limited access to grocery stores.

HTML CSS React Typescript Next.js

Read More

Essays

Software Engineering: Something More Than I Could Ever Imagine

12 Dec 2024

Source: https://www.freepik.com/free-photos-vectors/software-engineering Introduction Software engineering is far more than just writing code or creating web applications. It’s a comprehensive discipline that encompasses collaborative practices, methodologies, and principles that extend well beyond a single domain of technology. Through my experience in...

Software Engineering Reflection

AI in Education and Software Engineering: Insights and Future Directions

11 Dec 2024

Source: https://itbrief.com.au/story/exclusive-the-future-of-adobe-and-ai-the-experts-tell-all I. Introduction AI has undeniably revolutionized the world, proving to be a highly versatile and impactful tool across various industries. Its influence is particularly prominent in education and software engineering. As AI continues to improve in efficiency and...

AI Reflection

Blueprints for Success: Decoding Design Patterns in Software Development

05 Dec 2024

Imagine building a house. Without blueprints, you’d be left improvising each room, probably ending up with a structurally unsound mess. Software development faces a similar dilemma. How do you create systems that are reliable, scalable, and maintainable without reinventing the...

Design Patterns Reflection

UI Frameworks: Scary but Useful

10 Oct 2024

When I was starting out in web development through this course, I initially thought that just HTML and CSS are all you need to create nice-looking, functional websites. After all, these are the fundamental building blocks of the web. However,...

UI Frameworks Reflection