1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-05 22:10:48 +00:00
awesome-cheatsheets/README.md

108 lines
2.7 KiB
Markdown

[![AWESOME CHEATSHEETS LOGO](_design/cover_github@2x.png)](https://lecoupa.github.io/awesome-cheatsheets/)
[![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)
**WEBSITE DIRECTORY**: [Available here](https://lecoupa.github.io/awesome-cheatsheets/).
> 📚 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
## 🤔 Why Awesome-Cheatsheets?
I usually 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, I reorganized all of them into this single repository. Most of the content is coming from official documentations and some books I have read.
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.
## 📚 Table of Contents
### 📃 Languages
<details>
<summary>View cheatsheets</summary>
#### Command line interface
- [Bash](languages/bash.sh)
#### Imperative
- [C](languages/C.txt)
- [C#](languages/C%23.txt)
- [PHP](languages/php.php)
#### Functional
- [JavaScript](languages/javascript.js)
</details>
### 📦 Backend
<details>
<summary>View cheatsheets</summary>
#### PHP
- [Laravel](backend/laravel.php)
#### Python
- [Django](backend/django.py)
#### Javascript
- [Feathers.js](backend/feathers.js)
- [Moleculer](backend/moleculer.js)
- [Node.js](backend/node.js)
- [Sails.js](backend/sails.js)
</details>
### 🌐 Frontend
<details>
<summary>View cheatsheets</summary>
#### Basics
- [HTML5](frontend/html5.html)
#### Frameworks
- [React.js](frontend/react.js)
- [Vue.js](frontend/vue.js)
- [Ember.js](frontend/ember.js)
- [Angular (2+)](frontend/angular.js)
- [AngularJS](frontend/angularjs.js)
</details>
### 🗃️ Databases
<details>
<summary>View cheatsheets</summary>
#### NoSQL
- [Redis](databases/redis.sh)
</details>
### 🔧 Tools
<details>
<summary>View cheatsheets</summary>
#### Development
- [VIM](tools/vim.txt)
- [Xcode](tools/xcode.txt)
#### Infrastructure
- [Docker](tools/docker.sh)
- [Kubernetes](tools/kubernetes.sh)
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
- [Nanobox CLI](tools/nanobox_cli.sh)
</details>
## 🙌🏼 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.