Skip to content

Instantly share code, notes, and snippets.

View PeggyZWY's full-sized avatar
🎈
Having fun coding

Wenyi Zhao PeggyZWY

🎈
Having fun coding
View GitHub Profile
@chyld
chyld / git
Last active February 18, 2024 23:43
git commands by use case
# updated 2017-07-16
https://github.com/nojhan/liquidprompt
# ----------------------------------------------------------------- #
REFERENCES
# ----------------------------------------------------------------- #
http://ndpsoftware.com/git-cheatsheet.html
# ----------------------------------------------------------------- #
@vasanthk
vasanthk / System Design.md
Last active July 27, 2024 18:36
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@marians
marians / CouchDB_Python.md
Last active May 21, 2024 20:53
The missing Python couchdb tutorial

This is an unofficial manual for the couchdb Python module I wish I had had.

Installation

pip install couchdb

Importing the module