Welcome to my GitHub profile. Here's a bit about me:
- ๐ฑ Iโm currently learning new things about software development.
- ๐ฏ Iโm looking to collaborate on open source projects.
- ๐ Pronouns: He/Him
- โก Fun fact: I love debugging code and finding creative solutions to problems!
1. UCR CS Course Page Enhancer
Enhances the official UCR Computer Science course listing page by injecting additional contextual information. Uses a Cloudflare Worker as a lightweight backend for supplemental data. This tool has already been adopted by fellow students at UCR.
โ Technologies: Cloudflare Worker, JS DOM API, HTML parser
2. Quotes API
A simple, multi-format quote API that supports both JSON and HTML output. Demonstrates content negotiation and dynamic URL parameter handling within a Worker.
โ Technologies: Cloudflare Worker, Content-Type negotiation
3. Parrot Repeater
A minimal Worker-based service that send user a dancing party parrot. Built as a hands-on experiment to explore request/response handling.
โ Technologies: Cloudflare Worker, POST body parsing