From 91bef75a8a1b1c2f684250fdafc5a575ca0462ca Mon Sep 17 00:00:00 2001 From: Dhagash1206 Date: Sat, 21 Mar 2026 13:43:27 +0530 Subject: [PATCH] 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)