# Learning Resources

## Learning Path

* [ ] Learn **JavaScript**
  * Course: *Learn JavaScript Online* (completed on xx Nov 2023)
  * Course: Execute Program *Modern JavaScript* (completed on xx Nov 2023)&#x20;
* [ ] Learn **TypeScript**
  * Course: Execute Program *TypeScript Basics* (completed on xx Nov 2023)
  * Course: Execute Program *Everyday TypeScript*
* [ ] Learn **React**
  * Course: *Joy of React* by Josh
  * React course by React team <https://react.dev/learn> (QuickStart, TicTac Toe)
  * React Foundations course by NextJS 4. Learn CSS

### Learning Resources

#### JavaScript

* Execute Program - Modern JavaScript
* Execute Program - JavaScript Arrays
* <https://learnjavascript.online/app.html?id=1435> - use George's github account
* <https://javascript.info/> - free
* <https://justjavascript.com/>
* Josh Comeau's courses - <https://courses.joshwcomeau.com/>

#### CSS

* Tailwind - <https://buildui.com/courses/tailwind-mastery>
* Bootstrap - <https://getbootstrap.com/docs/5.3/getting-started/introduction/> React
* React course by React team <https://react.dev/learn> (QuickStart, TicTac Toe)


---

# 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://kb.annjose.com/web-dev/learning-resources.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.
