1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-02 04:40:47 +00:00
awesome-cheatsheets/README.md

59 lines
951 B
Markdown
Raw Normal View History

2017-11-09 04:02:29 +00:00
# Awesome Cheatsheets
> 🚀 Cheatsheets for popular programming languages & frameworks. The MUST KNOWS of programming organized into a single repository.
2017-11-09 15:57:32 +00:00
[![forthebadge](http://forthebadge.com/images/badges/as-seen-on-tv.svg)](http://forthebadge.com)
2017-11-09 04:02:29 +00:00
2017-11-09 04:07:11 +00:00
2017-11-09 04:02:29 +00:00
## Table of Contents
- [Languages](#languages)
2017-11-18 17:32:02 +00:00
- [Backend](#backend)
- [Frontend](#frontend)
2017-11-12 01:06:57 +00:00
- [Databases](#databases)
2017-11-18 17:32:02 +00:00
2017-11-09 04:02:29 +00:00
- [Tools](#tools)
2017-11-09 15:57:32 +00:00
2017-11-09 04:02:29 +00:00
## Languages
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
2017-11-18 17:32:02 +00:00
## Backend
- [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)
## Frontend
2017-11-20 22:35:29 +00:00
- [Vue.js](frontend/vue.js)
2017-11-11 19:01:08 +00:00
2017-11-12 01:06:57 +00:00
## Databases
- [Redis](databases/redis.sh)
2017-11-09 04:02:29 +00:00
## Tools
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
## Contributions
Contributions to code, documentation, and general suggestions are most welcome. Please submit changes via pull request.