> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/my-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles.md).

# My Articles

- [Python For JS Developers](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/python-for-js-developers.md)
- [JavaScript Programmer](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/javascript-programmer.md)
- [Awesome Web Development Youtube Video Archive](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/awesome-web-development-youtube-video-archive.md)
- [Bash Commands That Save Me Time and Frustration](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/bash-commands-that-save-me-time-and-frustration.md)
- [Git-Tricks](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/git-tricks.md)
- [scrap](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/scrap.md)
- [Medium Article](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/medium-article.md)
- [Everything You Need To Know About Relational Databases, SQL, PostgreSQL and Sequelize To Build…](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/everything-you-need-to-know-about-relational-databases-sql-postgresql-and-sequelize-to-build....md)
- [Machine Learner](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/machine-learner.md)
- [Here’s the expanded list:](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/heres-the-expanded-list.md)
- [The Complete JavaScript Reference Guide](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/the-complete-javascript-reference-guide.md)
- [This is really cool!](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/this-is-really-cool.md)
- [Web Development Interview Part 3💻](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/web-development-interview-part-3.md)
- [Mutability And Reference VS Privative Types in JavaScript](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/mutability-and-reference-vs-privative-types-in-javascript.md)
- [React](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/react.md)
- [Super Simple Intro To HTML](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/super-simple-intro-to-html.md)
- [Introduction to React for Complete Beginners](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/introduction-to-react-for-complete-beginners.md)
- [Web Developer Resource List Part 2](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/web-developer-resource-list-part-2.md)
- [Front End Interview Questions Part 2](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/front-end-interview-questions-part-2.md)
- [A List Of Tools For Improvement](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/a-list-of-tools-for-improvement.md)
- [Github Repositories That Will Teach You How To Code For Free!](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/github-repositories-that-will-teach-you-how-to-code-for-free.md)
- [Libraries](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/libraries.md)
- [Machine Learner](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/machine-learner-1.md)
- [Here’s the expanded list:](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/heres-the-expanded-list-1.md)
- [The Complete JavaScript Reference Guide](https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles/the-complete-javascript-reference-guide-1.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bryan-guner.gitbook.io/my-docs/medium-articles/my-articles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
