Skip to content

Instantly share code, notes, and snippets.

View torrespro's full-sized avatar

Andrés Torres torrespro

View GitHub Profile
@XueshiQiao
XueshiQiao / gource.sh
Last active November 10, 2019 15:56 — forked from cgoldberg/gource.sh
Generate a MP4 Video for your Git project commits using Gource!
# 1.install gource using HomeBrew
$ brew install gource
# 2.install avconv
git clone git://git.libav.org/libav.git
cd libav
# it will take 3-5 minutes to complie, be patient.
./configure --disable-yasm
make && make install
@staltz
staltz / introrx.md
Last active July 2, 2024 03:45
The introduction to Reactive Programming you've been missing
@aprilmintacpineda
aprilmintacpineda / Using Multiple SSH keys - Beginner Friendly.md
Last active June 19, 2024 17:12
Beginner Friendly: Using Multiple SSH keys

How to follow this guide

The problem

I have one computer and two different github accounts. One is for work, the other is for my personal stuff. I can't use the same ssh key twice, so I have to use different ssh key for each of my accounts. How do I do that? How do I switch between these ssh keys?

@alexfdz
alexfdz / postmortem_template.md
Created June 8, 2022 12:00
Postmortem template

YYYYMMDD INCIDENT_NAME

What happened?

Include a timeline

  • Input - when the bug(s) reached production
  • Detection - when the incident was detected. It initiates the incident management process (e.g. SLA for incident resolution starts).
  • Resolution - when the incident was resolved (e.g. through a workaround, final fix, rollback, etc). This is the end of incident management (e.g. SLA for incident resolution ends)

What was the impact?