About me

Things I like:
- Traveling
- Rock climbing
- Hiking
- One Piece
- Making tools that make life easier—without paying for a subscription to some pre-existing service that slowly gets worse over time
- Bubble tea
👋 Hey, I'm Quang! I recently earned a B.S. in Computer Science from Western Governors University. This was actually my second degree—I pursued it to learn how to build cool things.
My journey into software engineering began at my previous job. Some of the tasks were insanely repetitive, so I started teaching myself automation. That led to my first internal tool: an Excel VBA macro that turned a multi-minute task into a simple two-button click. Seeing something I made save so much time and effort on a daily basis gave me the motivation to pursue the field in earnest.
Basically, I wanted to work less--I mean, more efficiently. Work smarter, not harder!
Projects
-
TravelBin - Travel Planner 🔗
A web app for planning trips with friends or family. Create, share, and collaboratively build itineraries with real-time editing and a clean, minimal UI.
-
Machine Learning Weather Forecasting 🔗
A desktop Python app that predicts weather using historical NOAA data and linear regression. Includes a GUI with graphing and multi-day forecast support.
-
Package Delivery Router - Traveling Salesperson Problem 🔗
A CLI application simulating package delivery using a nearest neighbor algorithm and hash maps to optimize routes for multiple trucks in Salt Lake City.
-
Appointments Management Scheduler 🔗
A timezone-aware desktop app built with JavaFX that lets users manage, validate, and view appointments by week or month—with support for localization and real-time alerts.
-
Inventory Management System 🔗
A JavaFX-based desktop app for managing parts and products, where products are composed of parts. Includes full CRUD support and clean UI design.