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