From aecfaa8f1a0396faa4269cbb43b84739760d0713 Mon Sep 17 00:00:00 2001 From: Dhagash pandya Date: Sat, 21 Mar 2026 13:22:04 +0530 Subject: [PATCH 1/2] Enhance Readme --- README.md | 60 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 28a2614..1c4dfcc 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,29 @@ +
+ [![AWESOME CHEATSHEETS LOGO](_design/cover_github@2x.png)](https://lecoupa.github.io/awesome-cheatsheets/) -

- LeCoupa%2Fawesome-cheatsheets | Trendshift -

+ + LeCoupa%2Fawesome-cheatsheets | Trendshift + [![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/). +**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 cheat sheet when I want to improve my skills in a programming language, a framework or a development tool. [I started doing these kinds 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 re-organized all of them into this single repository. Most of the content is coming from official documentation 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 @@ -24,11 +32,9 @@ Feel free to take a look. You might learn new things. They have been designed to View cheatsheets #### Command line interface - - [Bash](languages/bash.sh) #### Imperative - - [C](languages/C.txt) - [C#](languages/C%23.txt) - [Go](languages/golang.md) @@ -37,33 +43,34 @@ Feel free to take a look. You might learn new things. They have been designed to - [Python](languages/python.md) #### Functional - - [JavaScript](languages/javascript.js) +--- + ### 📦 Backend
View cheatsheets #### PHP - - [Laravel](backend/laravel.php) #### Python - - [Django](backend/django.py) #### Javascript - - [Adonis.js](backend/adonis.js) - [Express.js](backend/express.js) - [Feathers.js](backend/feathers.js) - [Moleculer](backend/moleculer.js) - [Node.js](backend/node.js) - [Sails.js](backend/sails.js) -
+ + + +--- ### 🌐 Frontend @@ -71,19 +78,20 @@ Feel free to take a look. You might learn new things. They have been designed to View cheatsheets #### Basics - - [HTML5](frontend/html5.html) - [CSS3](frontend/css3.css) #### Frameworks - - [React.js](frontend/react.js) - [Vue.js](frontend/vue.js) - [Tailwind.css](frontend/tailwind.css) - [Ember.js](frontend/ember.js) - [Angular (2+)](frontend/angular.js) - [AngularJS](frontend/angularjs.js) - + + + +--- ### 🗃️ Databases @@ -91,13 +99,14 @@ Feel free to take a look. You might learn new things. They have been designed to View cheatsheets #### SQL - - [MySQL](databases/mysql.sh) #### NoSQL - - [Redis](databases/redis.sh) - + + + +--- ### 🔧 Tools @@ -105,7 +114,6 @@ Feel free to take a look. You might learn new things. They have been designed to View cheatsheets #### Development - - [cURL](tools/curl.sh) - [Drush](tools/drush.sh) - [Elasticsearch](tools/elasticsearch.js) @@ -118,7 +126,6 @@ Feel free to take a look. You might learn new things. They have been designed to - [Xcode](tools/xcode.txt) #### Infrastructure - - [AWS CLI](tools/aws.sh) - [Docker](tools/docker.sh) - [Heroku CLI](tools/heroku.sh) @@ -129,14 +136,23 @@ Feel free to take a look. You might learn new things. They have been designed to - [PM2](tools/pm2.sh) - [Ubuntu](tools/ubuntu.sh) - [Firebase CLI](tools/firebase_cli.md) - + + + +--- ## 🙌🏼 How to Contribute? You are more than welcome to contribute and build your own cheat sheet for your favorite programming language, framework or development tool. Just submit changes via pull request and I will review them before merging. +--- + ## 👩‍💻👨‍💻 Our valuable Contributors -

+

+ + -

+ + +
From 91bef75a8a1b1c2f684250fdafc5a575ca0462ca Mon Sep 17 00:00:00 2001 From: Dhagash1206 Date: Sat, 21 Mar 2026 13:43:27 +0530 Subject: [PATCH 2/2] Update README index coverage and naming consistency. Add missing cheat sheet links and standardize JavaScript heading capitalization to improve discoverability. Made-with: Cursor --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4dfcc..9ff74ae 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Feel free to take a look. You might learn new things. They have been designed to - [Java](languages/java.md) - [PHP](languages/php.php) - [Python](languages/python.md) +- [XML](languages/XML.md) #### Functional - [JavaScript](languages/javascript.js) @@ -60,7 +61,7 @@ Feel free to take a look. You might learn new things. They have been designed to #### Python - [Django](backend/django.py) -#### Javascript +#### JavaScript - [Adonis.js](backend/adonis.js) - [Express.js](backend/express.js) - [Feathers.js](backend/feathers.js) @@ -102,6 +103,7 @@ Feel free to take a look. You might learn new things. They have been designed to - [MySQL](databases/mysql.sh) #### NoSQL +- [MongoDB](databases/mongodb.sh) - [Redis](databases/redis.sh) @@ -128,8 +130,10 @@ Feel free to take a look. You might learn new things. They have been designed to #### Infrastructure - [AWS CLI](tools/aws.sh) - [Docker](tools/docker.sh) +- [GCP CLI](tools/gcp.md) - [Heroku CLI](tools/heroku.sh) - [Kubernetes](tools/kubernetes.md) +- [macOS](tools/macos.sh) - [Nanobox Boxfile](tools/nanobox_boxfile.yml) - [Nanobox CLI](tools/nanobox_cli.sh) - [Nginx](tools/nginx.sh)