Don't Repeat Yourself (DRY) : https://fr.wikipedia.org/wiki/Ne_vous_r%C3%A9p%C3%A9tez_pas
Keep It Simple, Stupid (KISS) : https://fr.wikipedia.org/wiki/Principe_KISS
You aren't gonna need it (YAGNI) : https://fr.wikipedia.org/wiki/YAGNI
Boy Scout Rule : https://97-things-every-x-should-know.gitbooks.io/97-things-every-programmer-should-know/content/en/thing_08/
Single Responsibility Principle (SRP) : https://en.wikipedia.org/wiki/Single-responsibility_principle
Dependency inversion principle (DIP) : https://en.wikipedia.org/wiki/Dependency_inversion_principle
4 règles du design simple : https://martinfowler.com/bliki/BeckDesignRules.html
Query Command Separation : https://martinfowler.com/bliki/CommandQuerySeparation.html
Design Pattern : https://refactoring.guru/design-patterns
Clean/Hexagonal/Onion architecture : https://blog.octo.com/application-domain-infrastructure-des-mots-de-la-layered-hexagonal-clean-architecture/
-
https://links.infomee.fr/?RrVd5w
-
https://www.redhat.com/sysadmin/encrypting-decrypting-7ziple genre de puzzlegame bien sympa (et prise de tete :D)
via sebsauvage
-
https://competor.itch.io/patricks-parabox-puzzlescript-demakePractical vim tips and trick for all level
-
https://thevaluable.dev/tags/vim/Aws documentation index, and for each product doc you can get a RSS feed
-
https://docs.aws.amazon.com/index.htmlDatadog agent changelog : https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst
Datadog helm chart changelog : https://github.com/DataDog/helm-charts/blob/main/charts/datadog/CHANGELOG.md
Datadog helm chart readme : https://github.com/DataDog/helm-charts/tree/main/charts/datadog
-
https://links.infomee.fr/?YlTT-AFIrst edit your A chart to not include the resource, and add the keep annontation
https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource
annotations:
"helm.sh/resource-policy": keep
From this point, your resource is not managed by helm anymore
Clean the resource (annotations...)
Then import the resource so it's managed by B chart
https://jacky-jiang.medium.com/import-existing-resources-in-helm-3-e27db11fd467
-
https://links.infomee.fr/?OH_jAg