Skip to content

Instantly share code, notes, and snippets.

View cryptojuice's full-sized avatar

Nick Robinson cryptojuice

  • Intuit
  • New York, NY
View GitHub Profile
set -g default-terminal "screen-256color"
set -g history-limit 10000
# use VI
set-window-option -g mode-keys vi
unbind -t vi-copy Enter
bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
# y and p as in vim
bind Escape copy-mode
https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design
https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md
https://cloud.google.com/apis/design/
https://www.thoughtworks.com/insights/blog/rest-api-design-resource-modeling
https://developer.github.com/v3/repos/merging/
https://json-ld.org/spec/latest/json-ld-api-best-practices/
{
"account": {
"attr_1": "value",
"attr_2": "value"
}
}