Quotidien Shaarli

Tous les liens d'un jour sur une page.

May 16, 2020

Note: restore a file from another Git branch

git restore -s otherBranch filepath
or
git restore --source otherBranch filepath

The Flask Mega-Tutorial Part I: Hello, World! - miguelgrinberg.com

Very helpful tutorial to build a website or an API with the Python Flask framework

La documentation technique, le récit d'un échec · Damy.R

Les raisons du pourquoi des développeurs ne documentent pas et surtout pourquoi c'est une mauvaise idée

Ne mettez pas la complexité sous le tapis

Importance de la communication dans la reprise et la poursuite d'un projet développé par autrui

Ariadne · Python GraphQL Schema-first

Package to build a GraphQL API in Python