202 private links
The documentation tool build with Nuxt on top of vue is here
Fast documentation generation for a backend in PHP
References the web APIs, where a lot of answers of stackoverflow can be found
What does which operators in javascript?
A way to avoid to pull with a request at regular intervals:
- the user subscribe to events similar to JS Events
- the server send them at its pace
Documentation that generates code that is then used in the project :)
A tool that runs code in a file and replace it with the output.
Une documentation francophone de Nextcloud orientée utilisateurs et réalisé par derivation.fr
Ähnlich zu dem w3schools Website in german
Unser Zielvist es, eine deutschsprachige Dokumentation zu HTML und verwandten Technologien zur Verfügung zu stellen.
THE HTML standard.
Reading it from time to time can only help to become a better web developer.
Your docs belong in the code repository
Your docs is not extracted from code
Your docs features examples
You document every API call you provide
Your docs is easily accessible and browsed
Your docs should be easy to contribute to
and the example of curl.
A big documentation on... everything. It can works offline too.
Quelques points à retenir sur une bonne documentation:
- elle facilite l'intégration de nouveaux développeurs, et peux orienter le développement en ayant le point de vue de l'utilisateur
- elle donne de l'autonomie à l'utilisateur
- elle mets en valeur le produit
A Rust framework used to build web Applications. Detailed in the blog post of sheshbabu
CORS est devenu incontournable pour le développement web (front et back) ! Cette documentation explique sont fonctionnement.
Comme d'habitude, la documentation de MDN est de qualité.
French documentation on the use of git. It seems complete.
git clone --depth=3
will clone only the last 3 commits
À propos des différents rebase :
standard : synchroniser une branche par rapport à une autre
interactif : réécrire l'historique de la branche courante
onto : rattacher le premier commit d'une branche à la HEAD d'une autre branche
(shared by Riduidel : https://nicolas-delsaux.hd.free.fr/Shaarli/?TfMhpQ)
Résumé :
/**
* Résumé.
*
* @var Décrit un attribut de classe
* @author Vincent Robic
* @copyright UmanIT
* @deprecated Indique que l'élément décrit est déprécié et sera supprimé dans une prochaine version.
* @param type $param Description
* @return type Description
* @see Fait référence à quelque chose.
* @since Indique depuis quelle version l'élément est présent.
* @throws SomeExceptionType
* @todo Terminer cette fonction/méthode.
*/
(feed d'un gars super sympa mais j'ai oublié le nom de son flux RSS)