HELLO! MY NAME IS

Jeffrey Huang,
aspiring software engineer
in San Francisco, CA

Currently a student at UC Berkeley studying Electrical Engineering and Computer Science and am currently looking for a full time job

EXPLORE

Selected Works

PERSONAL PROJECT     CHROME EXTENSION     AI ||     JAVASCRIPT     HTML     CSS     GOOGLE CLOUD     GOOGLE CALENDAR API     OPENAI GPT-4.0
GCAL Creator

A Chrome extension that transforms user text input into dynamically generated Google Calendar events, simplifying the multi-step process of event creation. Integrated OpenAI GPT-4.0 model for parsing natural language and producing formatted responses for event generation.

PERSONAL PROJECT     TASK MANAGEMENT     ||     MONGODB     NEXT.JS     REACT.JS     NODE.JS     CHAKRA UI
Notiom

A task management web application inspired by Notion, enabling task addition, removal, and editing. Deployed MongoDB clusters and crafted RESTful APIs to ensure persistent storage and efficient retrieval of stored data.

GROUP PROJECT     HACKATHON     APP     ||     SWIFTUI     UIKIT     REGEX
Uni

Created an iOS app that removes tracking parameters from links shared on the web. Generates URLs that are privacy-friendly and secures the identity of users.

PERSONAL PROJECT     VERSION CONTROL SYSTEM     ||     JAVA     PYTHON     GIT     MAKEFILE
Git Mini

A version-control system that mimics features of the popular system Git. Designed features to add and commit file changes, revert to previous versions, create branches and merging of branches. Integration of hashmaps, queues, stacks, graphs, trees and binary first search algorithms.

PERSONAL PROJECT     WEBSITE     ||     HTML     CSS     JAVASCRIPT
Random Restaurant Generator

Designed and created a website from scratch with the purpose of helping people decide on restaurant locations to dine at. Offers people ratings, cuisine type, location, and personal suggestions on dishes to order.

GROUP PROJECT     GAME     SWE     ||     JAVA
World Explorer

A 2D tile-based world exploration engine that pseudo randomly generates explorable worlds. Custom designed features of new world generation, saving and loading past worlds, HUD display of tile descriptions, proximity detection, and WASD keys for movement.

GROUP PROJECT     OOP     GAME     ||     PYTHON
Ants vs SomeBees

A tower defense game inspired by Plants vs Zombies. Programmed a variety of ants and bees with varying features and implemented computer auto-generation of bees. Utilizes an object-oriented programming paradigm and a GUI.