HW5 Summary

Time Log:1. Date: Feb. 01, 2026 From: 11:31pm To: 11:47pm2. Date: Feb. 02, 2026 From: 5:05pm To: 5:25pm3. Date: Feb. 04, 2026 From: 11:14pm To: 11:32pm4. Date: Feb. 07, 2026 From: 9:08pm To: 9:30pm5. Date: Feb. 08, 2026 From: 6:01pm To: 6:22pmPart I. Describe your menu structure and what you have implemented in your CMSMy …

My Hobbies

Soccer Soccer has been a central part of my life since I was six or seven years old. I played competitively throughout my childhood, participating in both club and high school soccer, and had ambitions of playing at a Division I school before an injury during my U-17 years shifted that path. While I no …

My Career

I’m a Data Scientist with experience across energy markets, regulatory analytics, and operational data systems. Currently pursuing an M.S. in Data Science at Seattle University, with a foundation in Physiology (Chemistry specialization) from the University of Washington. Experienced in building scalable data pipelines, predictive models, and dashboard systems that translate complex datasets into actionable business …

Homework 4

My Hometown: Seoul, South Korea Seoul, South Korea is the city I proudly call my hometown. For me, it is a place that I left to come abroad for a better oppotunity. However, I still miss it a lot and I look to go back to my home every year. Take a look at the …

What is a CMS?

A Content Management System (CMS) is software that allows users to create, edit, organize, and publish digital content (most commonly websites) without needing to write code from scratch. It helps developers out a lot because, instead of manually building web pages using HTML, CSS, and databases, developers can interact with a visual dashboard where they …

What is container (Docker)?

A container is a lightweight, portable way to package an application together with everything it needs to run. It packages the code, runtime, libraries, and system dependencies. Unlike virtual machines, containers do not include a full operating system but instead, share the host system’s OS kernel while remaining isolated from each other. This makes containers …

What is a virtual host service (i.e., DigitalOcean, AWS EC2)?

A virtual host service is a cloud-based computing model that allows individuals and organizations to run servers without owning or managing physical hardware. Instead of maintaining a physical machine in a data center, users rent virtualized resources (like CPU, memory, storage, and networking) from a provider. These resources are delivered as a virtual machine that …