Devhints | This resource has numerous high-quality cheatsheets for various things developers are likely to use (e.g., bash, fish-shell, ffmpeg, homebrew, vim, etc.). There's also a search interface on the homepage to make it easier to find possible cheatsheet resources for your desired tool. |
tldr | The tldr-pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages. For example, tldr tar won't be a billion pages but a quick reference of commands that are likely to be quite helpful. |
cheat | This project makes it possible to create and view cheatsheets on the command-line. Cheatsheets can be either those by the community (ones that come by default upon package installation) or those you make for yourself. Being able to make your own personal cheatsheets makes this an awesome resource. |
Big O Cheatsheet | Well-known resource that discusses big-O in terms of time- and space-complexities for various data structures and algorithms. |