> For the complete documentation index, see [llms.txt](https://wiki.stojanow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stojanow.com/programming/cheatsheets.md).

# Cheatsheets

### JavaScript

* [ES6 cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)
* [Asynchronous JavaScript cheatsheet](https://github.com/frontarm/async-javascript-cheatsheet)
* [node.js cheatsheet](https://github.com/LeCoupa/awesome-cheatsheets/blob/master/backend/node.js)
* [Cheatsheet JS](https://github.com/gordonmzhu/cheatsheet-js)

### Bash

* [Bash cheatsheet](https://gist.github.com/LeCoupa/122b12050f5fb267e75f)
* [Bash scripting cheatsheet](https://devhints.io/bash)
* [Bash shortcuts cheatsheet](https://github.com/fliptheweb/bash-shortcuts-cheat-sheet)

### Git

* [Github's jGit Cheat Sheets](https://github.github.com/training-kit/)
* [Git Cheatsheet](https://gist.github.com/hofmannsven/6814451)

### Other

* [VIM Cheatsheet](https://github.com/LeCoupa/awesome-cheatsheets/blob/master/tools/vim.txt)
* [tmux cheat sheet](https://gist.github.com/andreyvit/2921703)
* [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
* [Frontend Cheat Sheets](https://github.com/logeshpaul/Frontend-Cheat-Sheets)
* [npm Cheat Sheet](https://gist.github.com/AvnerCohen/4051934)

**Tip**: Use [DuckDuckGo](https://duckduckgo.com/) for instant cheatsheets (example: [vim cheat sheet](https://duckduckgo.com/?q=vim+cheat+sheet\&ia=cheatsheet))

## Links

* [OverAPI](http://overapi.com/) - collecting all cheat sheets
* [Awesome Cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets#readme)
* [Rico's cheatsheets](https://devhints.io)
* [Essential micronutrients cheatsheet](https://devhints.io/fitness/micronutrients)
