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
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 MoreImplements 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 MoreCampus 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 More12 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
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
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
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