Enoch Pangaribuan

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, 2028.


Interests: Surfing, Skateboarding, Jiu Jitsu, Robotics, Coding


Projects

Intergalactic Attack 2026

A strategic spaceship game.

JavaScript

Read More

Essays

Final Project Idea

01 Apr 2026

Overview: The Problem: Skateboarders in Hawaii, especially those new to the island or just getting into the sport, have no reliable way to discover skate spots beyond word of mouth. Regular map apps like Google Maps don’t tell you whether...

Software Engineering Learning NextJS

Frameworks for U and I

26 Feb 2026

UI Frameworks: Frustrating at First, Powerful in the End UI frameworks are not simple. In fact, learning one can feel almost like learning a new programming language. When I first started working with Bootstrap, I quickly realized that this was...

Software Engineering Learning HTML Bootstrap 5

ESLint = Efficient?

12 Feb 2026

ESLint Coding Standards: Helpful but Sometimes Too Much ESLint coding standards are an important part of modern programming, especially when working with JavaScript or TypeScript. In my experience, I find ESLint very useful overall. It helps keep code clean, organized,...

Software Engineering Learning

RTFM/STFW

29 Jan 2026

There’s no such thing as a dumb question There’s a common saying that “there’s no such thing as a dumb question,” but in the technical world, that isn’t always true. Programmers spend countless hours developing solutions to complex problems, and...

Questions Answers StackOverflow

Ground Zero

28 Jan 2026

Intro To TypeScript Before using TypeScript, my experience with programming languages dealt mainly with dynamically typed environments, where flexibility and speed were focused on over structure. Entering the JavaScript module, I was unsure whether adding static typing to JavaScript would...

Software Engineering Learning