MATTHEW NGUYEN

Informatics + Business at the University of Washington

DESIGN WORK

INTERFRATERNITY COUNCIL Logo

UNIVERSITY OF WASHINGTON

INTERFRATERNITY COUNCIL

Developed + promoted coherent IFC brand representing 25 fraternities at the University of Washington.

INTERFRATERNITY COUNCIL - Image 1
INTERFRATERNITY COUNCIL - Image 2
INTERFRATERNITY COUNCIL - Image 3
INTERFRATERNITY COUNCIL - Image 4
INTERFRATERNITY COUNCIL - Image 5
INTERFRATERNITY COUNCIL - Image 6
TAEKWONDO Logo

HUSKY

TAEKWONDO

Designed and developed modern rebrand. Grew social media following by 150%. Directed promotional video and drove membership.

TAEKWONDO - Image 1
TAEKWONDO - Image 2
TAEKWONDO - Image 3
TAEKWONDO - Image 4
TAEKWONDO - Image 5
TAEKWONDO - Image 6
NUTRIDASH Logo

NUTRIDASH

Mobile delivery app design for older adults and their caretakers to manage and order groceries.

NUTRIDASH - Image 1
NUTRIDASH - Image 2
NUTRIDASH - Image 3
TABLE TOGETHER Logo

TABLE TOGETHER

Interactive website allowing UW students to explore the food around Seattle by small, family-owned restaurants. Mobile-first design paradigm and accessibility compliant.

TABLE TOGETHER - Image 1
TABLE TOGETHER - Image 2
TABLE TOGETHER - Image 3

TECHNICALS

In the process of learning: ADA, Rust, and OCaml

SKILLS

Languages

PythonJavaScriptTypeScriptSQLJavaC++BashHTMLRJSXSCSSLaTeXMarkdownTSX

Tools

GitPandasSeabornPlotly Dashscikit-learnReactFastAPINext.JSNode.JSPyTorchJupyterAgile frameworkQuantConnectMySQLSQLiteHuggingFaceViteGNUTailwindBootstrapRequestspydanticFigmaAWS Lambda

PROJECTS

Sentiment Trading Algorithm

Used BeautifulSoup and HuggingFace to analyze general sentiment of tickers to determine buy/sell strategy. Backtested with 140% returns and front-tested with -4% returns. Built on the QuantConnect platform

PythonTensorFlowNumPyQuantConnectBeautifulSoupHuggingFace

Reddit Query

Query reddit for anything. Fullstack application with custom API to parse pushpull. Deployed on Vercel with render backend.

Next.JSReactRequestsPythonJSXPyTestFastAPI

2D Physics Engine

Physics engine in a 2D space. Support for gravity, collision detection, and more. Built with C++ and OpenGL.

C++OpenGLPhysicsGraphics

Snowflake Figma Plugin

Figma plugin to generate patterns of snowflakes with Perlin Noise. Can be configured for multiple variants or other objects. Features custom UI.

TypeScriptHTMLCSSFigma API

Diabetes Predictor

Researched and implemented diabetes predictor based on biometric factors. Created web-app equivalent for kNN visualization with adjustable parameters

PythonPandasscikit-learnseabornPlotly DashJupyter

Pac Man Machine Learning

Designed + implemented ML concepts in the context of a Pac-Man Game, including BFS, DFS, cost function and A* search. Also explorations in minimax, expectimax, reflex and alpha-beta pruning agents; value iteration, policies, Q-learning and Epsilon-greedy approaches; and perceptron classification and feature design.

PythonMachine LearningNeural NetworksSearch AlgorithmsReinforcement Learning