# Projects

- [Hackathon Projects](https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects.md)
- [Traveler's Translator: Translation and Speech AI](https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects/travelers-translator-translation-and-speech-ai.md)
- [Eleanor: An AI Application](https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects/eleanor-an-ai-application.md)
- [Prototype for Hackathon 3D Project](https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects/prototype-for-hackathon-3d-project.md)
- [Dev.to Cloudflare AI Challenge: Recipe Generator](https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects/dev.to-cloudflare-ai-challenge-recipe-generator.md)
- [Learning Modules](https://rpeltz.gitbook.io/portfolio/projects/learning-modules.md): These are short courses that could be used in training for web development, prompt engineering, and  crypto wallets.
- [Introduction to Web Development](https://rpeltz.gitbook.io/portfolio/projects/learning-modules/introduction-to-web-development.md): Course in learning web development.
- [Using AI at Home and in the Workplace](https://rpeltz.gitbook.io/portfolio/projects/learning-modules/using-ai-at-home-and-in-the-workplace.md): Short course in using AI and learning prompt engineering.
- [Blockchain Learning](https://rpeltz.gitbook.io/portfolio/projects/learning-modules/blockchain-learning.md): Learning to work with a crypto currency wallet.
- [Learning Apps](https://rpeltz.gitbook.io/portfolio/projects/learning-apps.md): While working for Cloudinary, I studied Curriculum Design and earned a master's degree from Quinnipiac University. I created many small applications that might serve as learning aids..
- [Design, Create, and Publish a Chrome Extension](https://rpeltz.gitbook.io/portfolio/projects/learning-apps/design-create-and-publish-a-chrome-extension.md): Create a chrome extension.
- [Code Notebooks](https://rpeltz.gitbook.io/portfolio/projects/learning-apps/code-notebooks.md): Use code notebooks with Node.js in VS Code.
- [Periodic Table of Cloudinary Transformations](https://rpeltz.gitbook.io/portfolio/projects/learning-apps/periodic-table-of-cloudinary-transformations.md): Look at a way to organization a lot of features using a periodic table model.
- [Transformation Concentration](https://rpeltz.gitbook.io/portfolio/projects/learning-apps/transformation-concentration.md): Play the game of Concentration to learn about Cloudinary transformations.
- [Code Sandbox Playground for  Cloudinary Transformations Prototype](https://rpeltz.gitbook.io/portfolio/projects/learning-apps/code-sandbox-playground-for-cloudinary-transformations-prototype.md): Use an application that embeds Codesanboxes to learn the Cloudinary React SDK.


---

# 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://rpeltz.gitbook.io/portfolio/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.
