Outils pour utilisateurs

Outils du site


methodologie_projets_-_orga

= Méthodologie projets - orga

Illusions de l'informatique distribuée

Devops * https://www.atlassian.com/fr/devops/what-is-devops * https://www.redhat.com/en/blog/whats-difference-between-devops-and-platform-engineering

La méthode R.A.C.H.E (l'arrache)

La méthode des 5 "S"

Vidéo L'expert en réunion

== Développement

=== Version

https://semver.org/lang/fr/

=== Git

==== Convention commits

==== Gitflow workflow

Voir aussi Trunk based * https://www.atlassian.com/fr/continuous-delivery/continuous-integration/trunk-based-development * https://circleci.com/blog/trunk-vs-feature-based-dev/ * https://www.software.com/devops-guides/trunk-based-development-guide

Voir : * https://adminrezo.fr/2019/09/git-flow-pour-reellement-travailler-en-equipe-avec-git/ * https://danielkummer.github.io/git-flow-cheatsheet/index.fr_FR.html * https://www.atlassian.com/fr/git/tutorials/comparing-workflows/gitflow-workflow

git checkout develop
git checkout -b feature_branch
 
git checkout main
git merge hotfix_branch
git checkout develop
git merge hotfix_branch
git branch -d hotfix_branch

Voir : https://pre-commit.com/


Voir RC code de retour normalisé : https://www.thegeekstuff.com/2010/10/linux-error-codes/


Pourquoi ça ne va pas : * Pour aller rapidement, fausses économies * Pour ne rien changer, ne rien remettre cause * Par manque de compétences, formation

== Méthodologie sécurité

méthode Mesari Mehari

== Gestion du temps

Pomodoro : voir pomotroid

methodologie_projets_-_orga.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki