# Additional Resources 1

## Introduction

If you'd like to learn more, this page contains a non-exhaustive, unordered list of useful resources. These resources are primarily related to Module 1, but also expand the scope of what has been covered, and touch on concepts and fundamentals that we will cover in future modules. You will see some of these resources repeated in other pages.

## Learning

1. [Things I Wish Someone Had Told Me When I Was Learning How to Code](https://www.freecodecamp.org/news/things-i-wish-someone-had-told-me-when-i-was-learning-how-to-code-565fc9dcb329/)
2. [Learning to Code: When It Gets Dark](https://www.freecodecamp.org/news/learning-to-code-when-it-gets-dark-e485edfb58fd/)
3. [Sal Khan: "The Learning Myth: Why I'll Never Tell My Son He Is Smart"](https://www.khanacademy.org/college-careers-more/talks-and-interviews/talks-and-interviews-unit/conversations-with-sal/a/the-learning-myth-why-ill-never-tell-my-son-hes-smart)
4. [How to Be Great at Asking Coding Questions](https://medium.com/@gordon_zhu/how-to-be-great-at-asking-questions-e37be04d0603)
5. [Coursera: Learning How to Learn](https://www.coursera.org/learn/learning-how-to-learn)

## Typing

1. [Keybr](https://www.keybr.com)
2. [Monkey Type](https://monkeytype.com)
3. [TypeRacer](https://play.typeracer.com) - Race your section mates, maybe?

## Web Browsers

1. [BBC: How Does the Internet Work?](https://www.youtube.com/watch?v=eHp1l73ztB8) *\[5 minutes]*
2. [Google Short: What is a Web Browser?](https://www.youtube.com/watch?v=BrXPcaRlBqo) *\[1 minute]*
3. [MDN: What is the difference between webpage, website, web server, and search engine?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Pages_sites_servers_and_search_engines)

## Command Line

1. [Command Line Flashcards](https://flashcards.github.io/command_line/introduction.html)
2. [Command Line Cheatsheet](https://files.fosswire.com/2007/08/fwunixref.pdf)
3. [Learn Enough Command Line to Be Dangerous](https://www.learnenough.com/command-line-tutorial)
4. [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line#readme)
5. [Conquering the Command Line](https://www.softcover.io/read/fc6c09de/unix_commands/basics) *\[book]*


---

# 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://fundamentals.rocketacademy.co/1-introduction/additional-resources-1.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.
