#332 Cheat Sheets for Developers
The ultimate repository of sheets and quick references meticulously crafted by the open community boost your productivity
Notes
I recently stumbled upon https://cheatsheets.zip/.
It is a wonderful collection of reference guides, maintained in the open on GitHub: https://github.com/Fechin/reference.
Entries are maintained with simple markdown format, and rendered with hexo - a fast, simple & powerful blog framework, powered by Node.js.
Note: there is a version of this project hosted on quickref.me
, but apparently that is no longer maintained by the project. The domain was sold to a US company and the project is now primarily hosted on https://cheatsheets.zip/. Yes, a little bit sus… seems like the new quickref.me
owner is using it to earn ad revenue at least, and hopefully not trying to inject anything malicious at the same time.
Cheat Sheet List
Reference provides cheat sheets under the following categories, with some examples highlighted:
- Programming - languages and frameworks
- Toolkit - programming tools
- Linux Command - some of the most common command-line utilities
- Python - common python libraries
- Database - common commands and statements.
- Keyboard Shortcuts - for a wide range of programs: native and web-based
- Shaders
- Other
Chinese Variant
There is a Chinese variant of this project hosted at https://wangchujiang.com/reference/ and maintained on GitHub at https://github.com/jaywcjlove/reference
Note: the Chinese version was started as a translation of https://github.com/Fechin/reference. but the projects do not share a common code base.