Projects

Take a look at what I've been working on

Laguna Ocean Foundation Web Application

A Web Application for the Laguna Ocean Foundation with the purpose of finding a better way to educate the public on conservation efforts for marine life near the tidepools. Including a map for viewing the different tidepools in the area, a field guide with information from all organisms present as well as detailed pages for the history of the area, and the different locations.

Tech Stack: Expo using React Native, JavaScript, HTML, and CSS for Front End, Firebase for Back End, utilized Google Maps and NOAA Tidepool Prediction APIs.

Investigation of Classification Methods for Fashion-MNIST

A Research Paper with the purpose of investigating multiple different machine learning methods on the common dataset Fashion MNIST while comparing a vast number of parameters, biases, and weights.

Tech Stack: Experiments were ran using Scikit-Learn for Python, with visualization of results made using R.

Web Crawler with Search Engine

Developed web crawler which reads through a corpus of over 10,000 documents while following politeness for every domain with a connected search engine which returns an accurate list of responses from user queries in less than 300 milliseconds using a page ranking algorithm.

Tech Stack: Both the Web Crawler and the Search Engine were designed using Python with the search engine using command line interface to display results to user.

Task Oriented Calendar Application

A Calendar Web Application that is less event driven and more task driven, integrating the functionality of a traditional calendar application with a to-do-list as well as links for any resources in order to organize everything in one place!

Tech Stack: Pocket Base for Backend User Database, Tailwind and Typescript for Front End, developed on NextJS .

NutriAid

A Design Project for a fully functional nutritional assistance application made to combat the stigma of calorie counting by focusing less on counting specific calories and more so on tracking eating and exercising in general.

Tech Stack: Designed with Figma with prototype being made with JavaScript, HTML, and CSS.

Tile Matching Game Environment

Designed and developed a flexible game environment which supports multiple users and incorporates industry standard design patterns while allowing flexibility for future development.

Tech Stack: JavaScript, HTML, CSS, Agile, Scrum