mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
59 lines
898 B
Markdown
59 lines
898 B
Markdown

|
|
|
|
> 🚀 Useful single-file cheatsheets for popular programming languages, frameworks and development tools.
|
|
|
|
|
|
## Table of Contents
|
|
|
|
- [Languages](#languages)
|
|
|
|
- [Backend](#backend)
|
|
|
|
- [Frontend](#frontend)
|
|
|
|
- [Databases](#databases)
|
|
|
|
- [Tools](#tools)
|
|
|
|
|
|
## Languages
|
|
|
|
- [Bash](languages/bash.sh)
|
|
|
|
- [JavaScript](languages/javascript.js)
|
|
|
|
|
|
## Backend
|
|
|
|
- [Django](backend/django.py)
|
|
|
|
- [Feathers.js](backend/feathers.js)
|
|
|
|
- [Node.js](backend/node.js)
|
|
|
|
|
|
## Frontend
|
|
|
|
- [Vue.js](frontend/vue.js)
|
|
|
|
|
|
## Databases
|
|
|
|
- [Redis](databases/redis.sh)
|
|
|
|
|
|
## Tools
|
|
|
|
- [Docker](tools/docker.sh)
|
|
|
|
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
|
|
|
|
- [Nanobox CLI](tools/nanobox_cli.sh)
|
|
|
|
- [VIM](tools/vim.txt)
|
|
|
|
|
|
## Contributions
|
|
|
|
Contributions to code, documentation, and general suggestions are most welcome. Please submit changes via pull request.
|