Linda Nguyen

Student

I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate in Spring, 2024.


Interests: Artificial Intelligence, Web Development, Quantum Computers, Robotics, 3D Graphics


Projects

Random Walker 2022

Code that prompts user to enter in number of steps and returns a random euclidean coordinate with the average distance of all the experiments and distance squared

Random Java

Read More
Rainbow Notes 2022

A website for note taking my group and I developed for ICS 314.

Web Development GitHub

Read More
Hawai'ian Alphabet Checker 2021

Code that prompts user to enter in a string and returns whether or not the string is a Hawai'ian constant,vowel,or if it is not.

Random Java

Read More
Black Jack 2021

A game of Black Jack my group and I developed for EE 160.

Cardgames GitHub

Read More

Essays

Software Engineering

15 Dec 2022

Coding Standards Having a coding standard is essential when creating a code that you plan on going back in. Coding standards are exactly what the name says, it is a standard that you can implement on your code, rules and...

Computer Science Software Engineering Coding

Design Patterns

01 Dec 2022

The Art of Patterns Let’s say you wanted to make your own outfit, to make one it doesn’t just take thread, fabric, and a sewing machine. In order to make a clothing piece it is more than the materials, you...

UI HTML CSS

UI Framewroks

06 Oct 2022

Frameworks Frameworks can be hard to learn. Having to memorize all shortcuts and styles makes it feel like you are learning a new coding language. It can take a lot of time to understand it and memorize what to do....

UI HTML CSS

My Thoughts On Coding Standards

22 Sep 2022

What is a Coding Standard? Coding standards is exactly what it says. It is the standards that coding has, it is the style, the indentation, the methods, and many more of a program. It is basically a set of guidelines...

Coding Standards JavaScrip Idle

What Makes Smart Questions Smart

08 Sep 2022

Communicating Questions As I have spent the first two years of college online I’ve learned that it is not always easy to communicate questions. An essay called How To Ask Questions The Smart Way by Eric Steven Raymond breaks down...

Questions Answers StackOverflow