# Projects

- [RISC Game](https://blog.yushunchen.com/projects/risc-game.md)
- [Mini Amazon](https://blog.yushunchen.com/projects/mini-amazon.md)
- [HTTP Caching Proxy](https://blog.yushunchen.com/projects/http-caching-proxy.md): Introducing My HTTP Caching Proxy Project: A High-Performance, Scalable Solution As part of my efforts to deepen my understanding of networking, HTTP protocols, and high-performance server development
- [Course Enrollment App](https://blog.yushunchen.com/projects/course-enrollment-app.md)
- [Fitness Tracker App](https://blog.yushunchen.com/projects/fitness-tracker-app.md)
- [Voice Shopping Assistant](https://blog.yushunchen.com/projects/voice-shopping-assistant.md)
- [Graphics Town](https://blog.yushunchen.com/projects/graphics-town.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.yushunchen.com/projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
