Skip to content

Instantly share code, notes, and snippets.

View gmarchand's full-sized avatar

Guillaume Marchand gmarchand

View GitHub Profile
@gmarchand
gmarchand / stability_checklist.md
Last active April 8, 2025 08:51
Stability Checklist

Stability checklist

Checklist

Patterns DNS CDN Load Balancer Auto Scaling Group Instance Container Application Datastore
Fail fast - Timeout
Circuit breaker
Retry with exponential backoff and Jitter
Feature Toggle
@gmarchand
gmarchand / postmortem-template.md
Last active July 1, 2020 08:33 — forked from adhorn/Postmortem
Template Postmortem Markdown

Post Mortem : Titre - Date

Titre : titre descriptif (Service XYZ en échec, clients)

Date de l’incident:

Responsable du processus:

Peer Reviewers:

WEBVTT
Kind: captions
Language: en
00:00:02.640 --> 00:00:05.250
All right, let's get started.
00:00:05.250 --> 00:00:10.250
First off, I want to thank everyone for coming.
@gmarchand
gmarchand / googledrivehelper.class.php
Last active August 29, 2015 14:13
Google Drive Helper PHP Class
<?php
// Google Drive API Helper
Class Google_Drive_Helper {
private $client;
private $logger;