# August 10, 2024

## Things That I Discovered

### 1. **Learn Cloudflare Workers by Kristian Freeman - YouTube Full Video Course**

* I discovered Cloudflare's full course on their Workers offering, from setting up Cloudflare new account to writing code for Workers, deploying it, it got everything covered!
* Watch the full video on YouTube [here](https://www.youtube.com/watch?v=H7Qe96fqg1M).
* **Reference(s)**:
  * [Cloudflare Workers](https://developers.cloudflare.com/workers/)
  * [Hono - Web Framework](https://hono.dev/)
  * [Wrangler](https://developers.cloudflare.com/workers/wrangler/)

### 2. **Stateful Apps with Cloudflare Workers by Kristian Freeman - YouTube Full Video Course**

* Another video on Cloudflare Workers by Kristian Freeman, teaching how to use Cloudflare's Key Value (KV), Serverless SQL Database (D1), Prisma in Cloudflare Workers.
* Watch the full video on YouTube [here](https://www.youtube.com/watch?v=QTsaAhFvX9o)
* **Reference(s)**:
  * [Cloudflare D1 - Serverless SQL Database](https://developers.cloudflare.com/d1/)
  * [Cloudflare KV - Key Value Data Storage](https://developers.cloudflare.com/kv/)
  * [Hono - Web Framework](https://hono.dev/)
  * [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
  * [Prisma - Next-generation ORM for Node.js & TypeScript](https://github.com/prisma/prisma)


---

# 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://my-learning-journey.devjugal.com/content/2024/august/day-10.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.
