awesome-cheatsheets/README.md

125 lines
3.8 KiB
Markdown
Raw Normal View History

2018-04-07 15:45:03 +00:00
![AWESOME CHEATSHEETS LOGO](_design/cover_github@2x.png)
2018-02-06 02:16:36 +00:00
2018-03-01 02:11:34 +00: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 00:27:00 +00:00
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-02-10 00:11:11 +00:00
> ❤️ **If you like this repository, [you can click here to tweet it and make it spread](https://ctt.ec/PHba4).**
2018-02-06 04:21:12 +00:00
2018-03-11 01:09:05 +00:00
## 🤔 Why Awesome-Cheatsheets?
2018-02-06 02:49:52 +00:00
2018-04-13 23:09:02 +00:00
I always make a cheatsheet when I want to improve my skills on a programming language, a framework or a development tool. [I started doing these kind 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 to them, I reorganized everything into this single repository. Most of the content is coming from official documentations and some books I have read.
2018-02-06 02:49:52 +00:00
2018-02-10 00:11:11 +00:00
Feel free to browse each cheatsheet to learn new things and to keep them at hand when you forgot about one command. 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
## 📚 Table of Contents
2018-02-11 18:09:22 +00:00
### 📃 Languages
<details>
2018-02-11 19:43:59 +00:00
<summary>View cheatsheets</summary>
2017-11-09 04:02:29 +00:00
2018-02-11 18:25:19 +00:00
#### Command line interface
2018-06-25 18:12:22 +00:00
- [Bash](languages/bash.sh)
2018-02-11 18:25:19 +00:00
2018-02-11 18:42:04 +00:00
#### Imperative
2018-02-11 18:41:42 +00:00
2018-06-25 18:12:22 +00:00
- [PHP](languages/php.php)
2018-02-11 18:41:42 +00:00
2018-02-11 18:25:19 +00:00
#### Functional
2018-06-25 18:12:22 +00:00
- [JavaScript](languages/javascript.js)
2017-11-18 17:32:02 +00:00
</details>
2018-02-11 18:09:22 +00:00
### 📦 Backend
<details>
2018-02-11 19:43:59 +00:00
<summary>View cheatsheets</summary>
2017-11-18 17:32:02 +00:00
2018-02-11 18:09:22 +00:00
#### Python
2017-11-09 04:02:29 +00:00
2018-06-25 18:12:22 +00:00
- [Django](backend/django.py)
2017-11-09 15:57:32 +00:00
2018-02-11 18:09:22 +00:00
#### Javascript
2018-04-15 04:18:12 +00:00
2018-06-25 18:12:22 +00:00
- [Feathers.js](backend/feathers.js)
- [Moleculer](backend/moleculer.js)
- [Node.js](backend/node.js)
2018-04-13 23:09:02 +00:00
</details>
2018-02-11 18:09:22 +00:00
### 🌐 Frontend
<details>
2018-02-11 19:43:59 +00:00
<summary>View cheatsheets</summary>
2018-02-11 18:41:42 +00:00
2018-02-28 18:49:54 +00:00
#### Basics
2018-06-25 18:12:22 +00:00
- [HTML5](frontend/html5.html)
2018-02-28 18:49:54 +00:00
2018-02-11 18:09:22 +00:00
#### Frameworks
2018-06-25 18:12:22 +00:00
- [React.js](frontend/react.js)
- [Vue.js](frontend/vue.js)
- [Ember.js](frontend/ember.js)
2018-06-26 08:06:55 +00:00
- [Angular (2+)](frontend/angular.js)
2018-06-26 08:10:13 +00:00
- [AngularJS](frontend/angularjs.js)
2018-04-13 23:09:02 +00:00
</details>
2018-02-11 18:09:22 +00:00
### 🗃️ Databases
<details>
2018-02-11 19:43:59 +00:00
<summary>View cheatsheets</summary>
2018-02-11 18:25:19 +00:00
#### NoSQL
2018-06-25 18:12:22 +00:00
- [Redis](databases/redis.sh)
2018-04-13 23:09:02 +00:00
</details>
2018-02-11 18:09:22 +00:00
2018-02-11 18:17:56 +00:00
### 🔧 Tools
2018-02-11 18:09:22 +00:00
<details>
2018-02-11 19:43:59 +00:00
<summary>View cheatsheets</summary>
2017-11-18 17:32:02 +00:00
2018-02-11 18:25:19 +00:00
#### Development
2018-06-25 18:12:22 +00:00
- [VIM](tools/vim.txt)
- [Xcode](tools/xcode.txt)
2018-02-11 18:25:19 +00:00
#### Infrastructure
2018-06-25 18:12:22 +00:00
- [Docker](tools/docker.sh)
- [Kubernetes](tools/kubernetes.sh)
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Nanobox CLI](tools/nanobox_cli.sh)
2018-04-13 23:09:02 +00:00
</details>
2017-11-18 17:32:02 +00:00
## 🙌🏼 How to Contribute?
You are more than welcome to contribute and build your own cheatsheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging.
2018-02-13 21:43:21 +00:00
## 🙏🏻 Contribution
<table>
<tr>
2018-02-10 00:11:11 +00:00
<td align="center">
2018-04-04 20:22:34 +00:00
<a href="https://crisp.chat/?ta=oR1nEv43TM" target="_blank"><img src="https://pbs.twimg.com/profile_images/651629444944273408/r5Kd_ifq_400x400.png" height="64" /></a>
</td>
<td align="center">
2018-04-04 20:22:34 +00:00
<a href="http://try.anyleads.com/secret" target="_blank"><img src="https://pbs.twimg.com/profile_images/838140522476761094/A4WpBe5M_400x400.jpg" height="64" /></a>
</td>
2018-02-28 05:58:43 +00:00
<td align="center">
<a href="https://hackr.io/" target="_blank"><img src="https://d1eq8vvyuam4eq.cloudfront.net/assets/images/code-images/code-apple-touch-icon-precomposed.png" height="64" /></a>
</td>
2018-02-24 17:52:31 +00:00
<td align="center">
<a href="https://learnk8s.io/" target="_blank"><img src="https://pbs.twimg.com/profile_images/925127335573114880/9yCkEIe3_400x400.jpg" height="64" /></a>
</td>
2018-04-13 23:09:02 +00:00
<td align="center">
2018-04-14 00:21:36 +00:00
<a href="https://www.voxygen.com/" target="_blank"><img src="https://imgur.com/XQoVtag.png" height="64" /></a>
2018-04-13 23:09:02 +00:00
</td>
</tr>
</table>
> 👋 Do you want your company to be listed there? Contribute with a cheatsheet for your favorite programming language, framework or development tool.