2018-09-10 01:21:51 +02:00
[![AWESOME CHEATSHEETS LOGO ](_design/cover_github@2x.png )](https://lecoupa.github.io/awesome-cheatsheets/)
2018-02-06 02:16:36 +00:00
2018-02-28 18:11:34 -08:00
[![Awesome ](https://awesome.re/badge.svg )](https://awesome.re) [![GitHub license ](https://img.shields.io/badge/license-MIT-blue.svg )](https://github.com/LeCoupa/awesome-cheatsheets/blob/master/LICENSE)
2018-02-10 01:27:00 +01:00
2018-09-10 01:21:51 +02:00
**WEBSITE DIRECTORY**: [Available here ](https://lecoupa.github.io/awesome-cheatsheets/ ).
2018-02-06 04:21:12 +00:00
> 📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
2018-03-10 17:09:05 -08:00
## 🤔 Why Awesome-Cheatsheets?
2018-02-06 02:49:52 +00:00
2019-09-30 13:59:16 +05:30
I usually make a cheat sheet when I want to improve my skills in a programming language, a framework or a development tool. [I started doing these kinds of things a long time ago on Gist ](https://gist.github.com/LeCoupa ). To better keep track of the history and to let people contribute, I reorganized all of them into this single repository. Most of the content is coming from official documentation and some books I have read.
2018-02-06 02:49:52 +00:00
2018-06-28 11:04:32 +01:00
Feel free to take a look. You might learn new things. They have been designed to provide a quick way to assess your knowledge and to save you time.
2018-02-06 02:49:52 +00:00
2018-02-06 12:50:57 +02:00
## 📚 Table of Contents
2018-02-11 19:09:22 +01:00
### 📃 Languages
2018-02-06 12:50:57 +02:00
< details >
2018-02-11 20:43:59 +01:00
< summary > View cheatsheets< / summary >
2017-11-09 04:02:29 +00:00
2018-02-11 19:25:19 +01:00
#### Command line interface
2018-06-25 19:12:22 +01:00
- [Bash ](languages/bash.sh )
2018-02-11 19:25:19 +01:00
2018-02-11 19:42:04 +01:00
#### Imperative
2018-02-11 19:41:42 +01:00
2018-08-08 16:58:17 +01:00
- [C ](languages/C.txt )
2018-08-08 16:59:41 +01:00
- [C# ](languages/C%23.txt )
2018-06-25 19:12:22 +01:00
- [PHP ](languages/php.php )
2018-02-11 19:41:42 +01:00
2018-02-11 19:25:19 +01:00
#### Functional
2018-06-25 19:12:22 +01:00
- [JavaScript ](languages/javascript.js )
2017-11-18 17:32:02 +00:00
2018-02-06 12:50:57 +02:00
< / details >
2018-02-11 19:09:22 +01:00
### 📦 Backend
2018-02-06 12:50:57 +02:00
< details >
2018-02-11 20:43:59 +01:00
< summary > View cheatsheets< / summary >
2017-11-18 17:32:02 +00:00
2019-02-18 09:46:21 +08:00
#### PHP
2017-11-09 04:02:29 +00:00
2019-02-11 15:15:57 +01:00
- [Laravel ](backend/laravel.php )
#### Python
2018-06-25 19:12:22 +01:00
- [Django ](backend/django.py )
2017-11-09 15:57:32 +00:00
2018-02-11 19:09:22 +01:00
#### Javascript
2018-04-15 00:18:12 -04:00
2018-06-25 19:12:22 +01:00
- [Feathers.js ](backend/feathers.js )
- [Moleculer ](backend/moleculer.js )
- [Node.js ](backend/node.js )
2018-06-28 11:05:10 +01:00
- [Sails.js ](backend/sails.js )
2018-04-14 00:09:02 +01:00
< / details >
2018-02-11 19:09:22 +01:00
### 🌐 Frontend
2018-02-06 12:50:57 +02:00
< details >
2018-02-11 20:43:59 +01:00
< summary > View cheatsheets< / summary >
2018-02-11 19:41:42 +01:00
2018-02-28 10:49:54 -08:00
#### Basics
2018-06-25 19:12:22 +01:00
- [HTML5 ](frontend/html5.html )
2018-02-28 10:49:54 -08:00
2018-02-11 19:09:22 +01:00
#### Frameworks
2018-06-25 19:12:22 +01:00
- [React.js ](frontend/react.js )
- [Vue.js ](frontend/vue.js )
- [Ember.js ](frontend/ember.js )
2018-06-26 09:06:55 +01:00
- [Angular (2+) ](frontend/angular.js )
2018-06-26 09:10:13 +01:00
- [AngularJS ](frontend/angularjs.js )
2018-04-14 00:09:02 +01:00
< / details >
2018-02-11 19:09:22 +01:00
### 🗃️ Databases
2018-02-06 12:50:57 +02:00
< details >
2018-02-11 20:43:59 +01:00
< summary > View cheatsheets< / summary >
2018-02-11 19:25:19 +01:00
#### NoSQL
2018-06-25 19:12:22 +01:00
- [Redis ](databases/redis.sh )
2018-04-14 00:09:02 +01:00
< / details >
2018-02-11 19:09:22 +01:00
2018-02-11 19:17:56 +01:00
### 🔧 Tools
2018-02-11 19:09:22 +01:00
2018-02-06 12:50:57 +02:00
< details >
2018-02-11 20:43:59 +01:00
< summary > View cheatsheets< / summary >
2017-11-18 17:32:02 +00:00
2018-02-11 19:25:19 +01:00
#### Development
2019-12-09 11:48:40 +01:00
- [Git ](tools/git.sh )
2020-03-16 15:27:33 +01:00
- [Puppeteer ](tools/puppeteer.js )
2019-10-12 20:58:43 +02:00
- [Sublime Text ](tools/sublime_text.md )
2018-06-25 19:12:22 +01:00
- [VIM ](tools/vim.txt )
2019-10-12 20:58:43 +02:00
- [Visual Studio Code ](tools/vscode.md )
2018-06-25 19:12:22 +01:00
- [Xcode ](tools/xcode.txt )
2018-02-11 19:25:19 +01:00
#### Infrastructure
2018-06-25 19:12:22 +01:00
- [Docker ](tools/docker.sh )
2019-10-12 20:58:43 +02:00
- [Heroku CLI ](tools/heroku.sh )
2018-06-25 19:12:22 +01:00
- [Kubernetes ](tools/kubernetes.sh )
- [Nanobox Boxfile ](tools/nanobox_boxfile.yml )
- [Nanobox CLI ](tools/nanobox_cli.sh )
2018-04-14 00:09:02 +01:00
< / details >
2017-11-18 17:32:02 +00:00
2018-04-07 17:50:42 +02:00
## 🙌🏼 How to Contribute?
2019-09-30 13:59:16 +05:30
You are more than welcome to contribute and build your own cheat sheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging.