Category: Uncategorized

  • Graduation

    I am closer to graduation than ever before. With my Capstone almost being completed, spring and summer term are my last two academic terms at Oregon State University. This school has given me a lot in the last three and a half years. I have met amazing instructors, professors, staff, and classmates. I also made…

  • Remote Communication

    One challenge I faced while working on our project is communication. I believe communication is the key to success when it comes to team projects. Since all team members live in different physical locations and have different time zones, it was quite difficult to communicate with each other. Furthermore, it has affected our ability to…

  • ChatGPT

    My favorite and least favorite technology at the moment is ChatGPT developed by OpenAI. First, I want to talk about why I do not like ChatGPT. Using ChatGPT can step over the boundary of plagiarism more often than you realize. Some programmers will rely on ChatGPT to write their entire code, which is not beneficial…

  • Code Smells (Comments)

    Code smells are codes that need to be reorganized and makes your current implementation hard to read or use, which often leads to software decay over time. Something I have always struggled with are code smells with comments. The comments I have for my code are sometimes too abstract and vague, but sometimes do not…