> For the complete documentation index, see [llms.txt](https://students.corentindesfarges.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://students.corentindesfarges.fr/master.md).

# Supports de cours

### Outils de productivité individuelle

{% file src="/files/-MHHO6yRRzYuMdUv769r" %}
Git : Notions et vocabulaire
{% endfile %}

{% file src="/files/-MHHOD8iTwqZ3o9PtGRO" %}
Git : Les bases
{% endfile %}

{% file src="/files/-MIYg9ry-TJuWnYucMYJ" %}
Git : Remote
{% endfile %}

{% file src="/files/-MIYgEa9PxlyF\_mBuw3L" %}
Git : Bien commiter
{% endfile %}

{% file src="/files/-MIYgJ0O-esx\_-YBdJK6" %}
Git : Les branches
{% endfile %}

{% file src="/files/-MJf\_ERQjF-cwQQRQww6" %}
Git : Rebase
{% endfile %}

{% file src="/files/-MKoGJyEKCebX5WaTOWz" %}
Git : Commandes avancées
{% endfile %}

{% file src="/files/-MKoGPydqAyo65WWq3-S" %}
Git : GitLab
{% endfile %}

{% file src="/files/-MLtQR\_2A-LkBrN9fslU" %}

### Développement web

{% file src="/files/-Lnxp56E1jGi9LcifOMz" %}
Introduction au JavaScript
{% endfile %}

{% file src="/files/-LnszdnPfDXs9K7q0q69" %}
Manipulation du DOM avec JavaScript
{% endfile %}

{% file src="/files/-LsnP-fBDmCmDiAxFmk1" %}
Focus sur une librairie : Ramda
{% endfile %}

{% file src="/files/-LvHsctKO0eCcUdS5h4f" %}
Les canvas 2D
{% endfile %}

{% file src="/files/-LvI6HJYy8Lt4u7o\_6qB" %}
React
{% endfile %}

{% file src="/files/-LvPjg6gd9pyzKmxo2Tl" %}
Axios & API
{% endfile %}

{% file src="/files/-LvPjJ3iDKDxtJOrZb6U" %}
React Router
{% endfile %}

{% file src="/files/-LvqtvkJiidhK\_9mUcdQ" %}
Final boss : Redux
{% endfile %}

{% file src="/files/-Lvtes1s\_YAUk87sSBh1" %}
Workaround cross domain issue
{% endfile %}


---

# 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:

```
GET https://students.corentindesfarges.fr/master.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.
