Jakin Wade

Student

I am studying for a B.S. in Computer Science, at the University of Hawaii. I expect to graduate in Spring, 2026.


Interests: Cyber Security, Cyber Warfare, Ethical Hacking


Projects

Professor Trading Card Game 2024

Final Project

Read More
Cellist in School Orchestra 2024

Music Orchestra

Read More

Essays

Reflection on Software Engineering

10 May 2024

Design Patterns What are Design Patterns? Design patterns are a fundamental part of software development, as they provide typical solutions to commonly recurring problems in software design. Rather than providing specific pieces of software, design patterns are merely concepts that...

Reflection Software Engineering

My Use of AI in ICS 314

07 May 2024

I. Introduction AI is becoming increasingly integrated into various aspects of software engineering, offering solutions that streamline processes, enhance productivity, and improve the quality of software development. For example, automated code generation, code optimization & refactoring, bug detection & resolution,...

Reflection AI

Coding = Cooking??

25 Apr 2024

Coding = Cooking?? So first of all, what are design patterns? Design patterns are a fundamental part of software development, as they provide typical solutions to commonly recurring problems in software design. Rather than providing specific pieces of software, design...

Reflection Design Patterns Javascript React Bootstrap

UI Frameworks

22 Feb 2024

Why Bootstrap? Bootstrap is the world’s most popular front-end web development framework, it is based on HTML5, CSS, and JavaScript. It is basically a massive library of tools to help you control, refine, and customize page elements. Bootstrap contains typography,...

JavaScript CSS Bootstrap

IntelliJent Coding

08 Feb 2024

Are Coding Standards Useful? Yes, I believe they are useful. For example, comments: meaningful comments explaining code functionality, especially in complex or non-obvious sections, to aid understanding for other developers or future reference. Although you mainly write comments for other...

JavaScript

Sometimes, You Just Cannot Make Mistakes.

16 Jan 2024

A Newbie’s View On Java Script As a newbie to Java Script, I find the experience pretty interesting. This is my first time learning a coding language that is not object oriented (like C/C++, Java). The way JavaScript uses functions...

Reflection