Becoming a Better Software Engineer
14 Dec 2022
Throughout my time at the University of Hawaii at Manoa, many of the courses that I’ve taken involved learning concepts through lectures and applying the knowledge through exams. There were also a few lab courses which I expected to have...
software engineering
Read More
Debugging Made Easy
16 Dec 2021
I noticed how most of the time I spend programming is spent debugging. During these past few months, I strongly believe that my software engineering skills have improved. For example, in previous programming courses that I’ve taken, whenever I run...
software engineering
development environments
coding standards
Read More
Unknowingly using Design Patterns
02 Dec 2021
When you learn something that you already know… We all heard the phrase: “Practice makes perfect.” Or in other words, it means that the more you practice an activity, the better you get at it. I’ve been programming for a...
design patterns
Read More
The Lazy Way to Make Webpages
07 Oct 2021
After using Semantic UI for a couple weeks, I have to say that UI frameworks are very helpful for website design. Although they can be complicated, there a few advantages to using a UI framework compared to using just play...
UI Frameworks
Read More
Redundant Software
23 Sep 2021
Initial Thoughts on Installing new Software When I do any programming, I always do them on default text editors (TextEdit on macOS, or Notepad on Windows). I use these default text editors because they are simple. There are no additional...
coding standards
Read More
Google is my Best Friend
09 Sep 2021
Whenever I have a question, the first thing I do is usually to search for an answer using Google. Especially when it comes to programming, Google is basically my best friend. Google gives me a list of links to forums...
questions
Read More