> For the complete documentation index, see [llms.txt](https://docs.bluekeys.org/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluekeys.org/guide/dev.md).

# Développement logiciels

- [Par où commencer ?](https://docs.bluekeys.org/guide/dev/par-ou-commencer.md): Vous voulez apprendre à développer mais vous ne savez pas par où commencer ? Laissez-nous vous dire que vous êtes tombés sur le bon article !
- [Principes et bonnes pratiques](https://docs.bluekeys.org/guide/dev/principes-et-bonnes-pratiques.md)
- [POO (Programmation Orienté Objet)](https://docs.bluekeys.org/guide/dev/principes-et-bonnes-pratiques/poo-programmation-oriente-objet.md): Ressources en cours d'écriture à titre informatif
- [Langages informatique](https://docs.bluekeys.org/guide/dev/langages-informatique.md): Le guide est en cours d'écriture soyez indulgent, ( repris de nos salons Discord )
- [CSS, SASS](https://docs.bluekeys.org/guide/dev/langages-informatique/css-sass.md): Ressources en cours d'écriture à titre informatif
- [HTML](https://docs.bluekeys.org/guide/dev/langages-informatique/html.md): Ressources en cours d'écriture à titre informatif
- [L'algorithmique](https://docs.bluekeys.org/guide/dev/langages-informatique/lalgorithmique.md): Ressources en cours d'écriture à titre informatif
- [La famille C](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-c.md): Ressources en cours d'écriture à titre informatif, on sait que le C, C++ et C# son différent, on regroupe ici le temps de vider nos salons Discord.
- [La famille JS, TS](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-js-ts.md): Ressources en cours d'écriture à titre informatif
- [La famille JVM](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-jvm.md): Ressources en cours d'écriture à titre informatif
- [PHP](https://docs.bluekeys.org/guide/dev/langages-informatique/php.md): Ressources en cours d'écriture à titre informatif
- [Python](https://docs.bluekeys.org/guide/dev/langages-informatique/python.md): Ressources en cours d'écriture à titre informatif
- [Ruby](https://docs.bluekeys.org/guide/dev/langages-informatique/ruby.md): Ressources en cours d'écriture à titre informatif
- [RUST](https://docs.bluekeys.org/guide/dev/langages-informatique/rust.md): Petite introduction au langage de programmation Rust suivit de plusieurs ressources permettant de commencer/continuer l'apprentissage de ce langage
- [SQL](https://docs.bluekeys.org/guide/dev/langages-informatique/sql.md): Ressources en cours d'écriture à titre informatif
- [Technologies](https://docs.bluekeys.org/guide/dev/technologies.md)
- [C'est quoi le Cloud Native ?](https://docs.bluekeys.org/guide/dev/technologies/cloud-native-definition.md): Définissons le mot qui est de plus en plus utilisé dans la technologie moderne.
- [Installation Sqlite3 avec NPM ou Yarn](https://docs.bluekeys.org/guide/dev/technologies/installation-sqlite3-avec-npm-ou-yarn.md): Petit tutoriel suite à des erreurs d'installation sur Windows 10
- [Les IDE recommandés](https://docs.bluekeys.org/guide/dev/technologies/les-ide-recommandes.md)
- [Base de données](https://docs.bluekeys.org/guide/dev/technologies/base-de-donnees.md): Ressources en cours d'écriture à titre informatif
- [Développement web sur windows](https://docs.bluekeys.org/guide/dev/technologies/outils-dev-web.md): Ressources en cours d'écriture à titre informatif


---

# 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://docs.bluekeys.org/guide/dev.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.
