Skip to content

Instantly share code, notes, and snippets.

View ecgouvea's full-sized avatar
🗿
Life as usual

Eduardo Cortecione Gouvea ecgouvea

🗿
Life as usual
View GitHub Profile
@ecgouvea
ecgouvea / introrx.md
Created July 1, 2017 14:20 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@ecgouvea
ecgouvea / iterm2.md
Created July 27, 2018 16:25 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
Fullscreen + Enter
Previous Tab + Left Arrow
Next Tab + Right Arrow
Go to Tab + Number
Go to Window + Option + Number
Go to Split Pane by Direction + Option + Arrow
@ecgouvea
ecgouvea / latency.txt
Created April 1, 2019 16:37 — forked from jboner/latency.txt
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD
@ecgouvea
ecgouvea / README.md
Created July 7, 2020 03:44 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@ecgouvea
ecgouvea / .gitconfig
Created January 31, 2023 16:02 — forked from dngo/.gitconfig
colorize diff for git
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold