My Projects

Personal Portfolio Website

Overview

This project is a multi-page portfolio website designed to present my work, thinking, and direction. It was built using HTML and CSS with a focus on structure, usability, and clarity.

What I focused on

Challenges

The most difficult part of this project was not the technical setup, but the content itself.

Reflection

This project helped me understand that building something “that works” is very different from building something that is clear, usable, and purposeful. It shifted my focus from just completing tasks to thinking about how systems are experienced by users.

Future Improvements

Inventory Efficiency

Overview

This project is based on a real inefficiency observed in a warehouse inventory system. Products are sold both individually and in bulk (cases), but when orders are processed, items are often handled as individual units instead of grouped efficiently.

This results in unnecessary labor, excess packaging waste, and avoidable complexity.

The Problem

Proposed Solution

Two possible approaches:

  1. Preventative (System Organization)
    • Improve inventory setup so items are correctly categorized and grouped before processing
    • Reduce the need for manual correction later
  2. Reactive (Dashboard Tool)
    • Build a system that identifies order patterns in real time
    • Detect when multiple units are going to the same destination
    • Automatically suggest optimized grouping (e.g., convert 40 individual units into 6 full cases + 4 singles)

What This Demonstrates

Constraints

This idea is currently conceptual due to:

Reflection

This example represents how I naturally approach problems:

I look for patterns, question inefficiencies, and think about how structure or tools could eliminate unnecessary work rather than just manage it.

Usability & Design Thinking

Overview

Through design coursework using tools like Figma and Adobe, I’ve focused on understanding how users interact with systems and interfaces.

Key Insights

Even a well-built system fails if it is not intuitive.

What I learned

Application

This thinking directly influences how I approach systems:

Reflection

This reinforced the idea that good systems are not just technically correct—they are accessible, intuitive, and aligned with how people actually behave.