Skip to content

Instantly share code, notes, and snippets.

View themrinalsinha's full-sized avatar
👨‍💻

Mrinal Sinha themrinalsinha

👨‍💻
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

"""
Django ORM Optimization Tips
Caveats:
* Only use optimizations that obfuscate the code if you need to.
* Not all of these tips are hard and fast rules.
* Use your judgement to determine what improvements are appropriate for your code.
"""
# ---------------------------------------------------------------------------