awesome-cheatsheets/README.md

65 lines
1.8 KiB
Markdown
Raw Normal View History

2018-02-06 02:16:36 +00:00
![AWESOME CHEATSHEETS LOgO](_images/awesome_cheatsheets_logo@2x.png)
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-06 04:39:11 +00:00
> ❤️ **If you love this repository, [you can click here to make it spread](https://ctt.ec/PHba4).**
2018-02-06 04:21:12 +00:00
2018-02-06 02:49:52 +00:00
2018-02-06 04:34:43 +00:00
## Why Awesome Cheatsheets?
2018-02-06 02:49:52 +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) but as it is easier to keep track of the history, I reorganized everything into a single repository. Most of the content is coming from official documentations or some books I have read.
2018-02-06 02:52:24 +00:00
Feel free to browse each file to learn new things and to keep them at hand when you forgot about something. They have been designed to save you time when you are building great things and to provide a quick way to assess your knowledge.
2018-02-06 02:49:52 +00:00
2018-02-06 02:52:24 +00:00
**If you want to follow this mindset for your favorite programming language, framework or development tool, you are more than welcome to contribute. Just submit changes via pull request and I will review it.**
2017-11-09 15:57:32 +00:00
2017-11-09 04:07:11 +00:00
2017-11-09 04:02:29 +00:00
## Table of Contents
2018-02-06 02:12:16 +00:00
- [Languages](#languages)
2017-11-18 17:32:02 +00:00
2018-02-06 02:12:16 +00:00
- [Backend](#backend)
2017-11-18 17:32:02 +00:00
2018-02-06 02:12:16 +00:00
- [Frontend](#frontend)
2017-11-18 17:32:02 +00:00
2018-02-06 02:12:16 +00:00
- [Databases](#databases)
2017-11-18 17:32:02 +00:00
2018-02-06 02:12:16 +00:00
- [Tools](#tools)
2017-11-09 04:02:29 +00:00
2017-11-09 15:57:32 +00:00
2018-02-06 02:12:16 +00:00
## Languages
2017-11-09 04:02:29 +00:00
2017-11-11 23:17:07 +00:00
- [Bash](languages/bash.sh)
2017-11-18 17:32:02 +00:00
2017-11-09 04:02:29 +00:00
- [JavaScript](languages/javascript.js)
2017-11-09 15:57:32 +00:00
2018-02-06 02:12:16 +00:00
## Backend
2017-11-18 17:32:02 +00:00
- [Django](backend/django.py)
2017-11-11 19:01:08 +00:00
2018-02-03 16:57:56 +00:00
- [Feathers.js](backend/feathers.js)
2018-02-03 02:13:56 +00:00
2017-11-18 17:32:02 +00:00
- [Node.js](backend/node.js)
2018-02-06 02:12:16 +00:00
## Frontend
2017-11-18 17:32:02 +00:00
2017-11-20 22:35:29 +00:00
- [Vue.js](frontend/vue.js)
2017-11-11 19:01:08 +00:00
2018-02-06 02:12:16 +00:00
## Databases
2017-11-12 01:06:57 +00:00
- [Redis](databases/redis.sh)
2018-02-06 02:12:16 +00:00
## Tools
2017-11-09 04:02:29 +00:00
2017-11-11 23:28:02 +00:00
- [Docker](tools/docker.sh)
2017-11-18 17:32:02 +00:00
2017-11-09 04:02:29 +00:00
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
2017-11-18 17:32:02 +00:00
2017-11-09 04:03:20 +00:00
- [Nanobox CLI](tools/nanobox_cli.sh)
2017-11-09 15:57:32 +00:00
2018-02-05 23:49:49 +00:00
- [VIM](tools/vim.txt)