Salina Thongsisavath

Student

I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii at Mānoa. I expect to graduate in Fall, 2025. I hope to pursue a career in Software Engineering.


Interests: Software engineering, App development, Web development, UX/UI Design


Projects

See all 5 projects

Essays

Navigating Software Engineering: Design Patterns

29 Nov 2023

Foundation: The Role of Design Patterns in Software Development In software engineering, design patterns are a general solution to a common problem in software design. Design patterns are a set of best practices that can be used to solve a...

Design Patterns Technical Essay

The Power of UI Frameworks

04 Oct 2023

The Purpose of UI Frameworks User interface frameworks, also known as UI frameworks, offer a collection of various tools that help web developers create responsive and visually appealing websites. UI frameworks are definitely intimidating at first glance, but once you...

UI Frameworks Reflection Bootstrap HTML/CSS

Coding Standards: Become a Better Programmer

19 Sep 2023

What are Coding Standards? When people think of coding standards, the first thing that comes to mind is typically the technical things like if you put spaces before and after a ‘=’ operator or whether you put your curly braces...

Coding Style Reflection Benefits