Projects

Weather Alert System

Weather Alert System preview

A real-time weather alert system that helps users stay informed about severe weather conditions across the United States.

Technologies:

Next.js TypeScript Tailwind Leaflet.js MongoDB Nodemailer National Weather Service (NWS) API

Personal UI Experiment Website

Personal Website

Creative personal website built to practice custom UI design and advanced CSS styling

Technologies:

HTML CSS

Computing a Histogram Using Multi Threads

Computing a Histogram Using Multi Threads preview

A multi-threaded application that computes the frequency distribution of byte values from any text or binary file.

Technologies:

C++

Recursive Descent Parser

Recursive Descent Parser Preview

This project implements a complete lexical analyzer and recursive descent parser for a simple imperative programming language.

Technologies:

C++