Julien Le Coupanec
38f406dc19
Merge pull request #442 from michaelmjhhhh/michaelmjhhhh-update-mysql-cheatsheet
...
Add essential sections to MySQL: Alter, Indexes, and Transactions
2026-04-12 19:26:10 +02:00
Julien Le Coupanec
6326628901
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-12 19:25:52 +02:00
Julien Le Coupanec
a75ee3956e
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-12 19:25:31 +02:00
Julien Le Coupanec
925eff9d91
Merge pull request #443 from Dhagash1206/master
...
Link fixes in the readme
2026-04-12 19:18:12 +02:00
Julien Le Coupanec
9f52e75aaa
Merge branch 'master' into master
2026-04-12 19:17:59 +02:00
Julien Le Coupanec
cf532daa66
Merge pull request #448 from makenna-avakian/UpdateTailwindDocs
...
Update Tailwind CSS cheatsheet for v2+/v3+ changes
2026-04-10 13:15:09 +02:00
Julien Le Coupanec
81eeb36a07
Merge pull request #424 from Tharun007-TK/master
...
Created Typescript cheatsheet
2026-04-10 11:43:16 +02:00
Makenna Avakian
3ff3cc0cdd
Update Tailwind CSS cheatsheet for v2+/v3+ changes
2026-04-02 15:01:07 -04:00
Dhagash1206
91bef75a8a
Update README index coverage and naming consistency.
...
Add missing cheat sheet links and standardize JavaScript heading capitalization to improve discoverability.
Made-with: Cursor
2026-03-21 13:43:27 +05:30
Dhagash pandya
aecfaa8f1a
Enhance Readme
2026-03-21 13:22:04 +05:30
Ma JingHan
e8730f4987
Add essential sections to MySQL: Alter, Indexes, and Transactions
...
I have enhanced the MySQL cheat sheet by adding three essential sections that were previously missing:
1. Altering Table Structure: Commands for adding, modifying, renaming, and dropping columns/tables.
2. Indexes (Performance Tuning): Added CREATE INDEX, SHOW INDEX, and the EXPLAIN command for query analysis.
3. Transactions (Data Integrity): Added START TRANSACTION, COMMIT, and ROLLBACK for managing database consistency.
2026-03-21 14:45:28 +08:00
Julien Le Coupanec
64d33cf36d
Update README with new badges and links
2026-02-20 09:42:25 +01:00
Julien Le Coupanec
8249479622
Merge pull request #328 from biswajitdas-007/javascript
...
String methods added
2025-11-19 22:47:59 +01:00
Julien Le Coupanec
65ad8bf5d3
Merge pull request #425 from its-coded-coder/master
...
Add one liner to kill process on port
2025-11-19 22:46:24 +01:00
its-coded-coder
dba33d6681
Add one liner to kill process on port
2025-08-22 19:37:08 +03:00
Tharun Kumar
a0ef3812d3
Update README.md for typescript
2025-08-18 11:36:36 +05:30
Tharun Kumar
4fdd5ce25e
Create typescript.md for typescript as the description
2025-08-18 11:27:45 +05:30
Tharun Kumar
750c44ed33
Created Typescript cheatsheet
2025-08-18 11:19:59 +05:30
Julien Le Coupanec
88e5be6e4b
Merge pull request #391 from Philip-Walsh/master
...
fix spelling and whitespace in cheatsheets
2024-08-24 23:07:02 +02:00
Philip-Walsh
2f9037b24e
fix spelling and whitespace in cheatsheets
2024-08-22 12:02:10 +01:00
Julien Le Coupanec
0931c8fc67
Merge pull request #356 from rukywe/update-mysql-commands
...
Add Comprehensive MySQL Commands to Cheatsheet
2024-06-20 23:30:39 +02:00
Julien Le Coupanec
3c2016f645
Merge pull request #273 from erfanansari/update-vim
...
add more shortcuts to vim.txt
2024-06-20 23:29:42 +02:00
Julien Le Coupanec
10872e02d1
Merge pull request #385 from WPRobson/master
...
add docker init command to docker cheatsheet
2024-06-07 23:35:19 +02:00
Julien Le Coupanec
365b4f72b7
Merge pull request #390 from MagedMohamedTurk/patch-1
...
Update C.txt
2024-06-07 23:34:57 +02:00
Maged Turkoman
0f74ebe37b
Update C.txt
2024-06-01 09:07:47 +03:00
Will Robson
bf4c0379f2
add docker init command to docker cheatsheet
2024-05-12 20:01:26 +01:00
Julien Le Coupanec
2aee46f169
Merge pull request #381 from FabricioLopees/fix/java
...
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1
update readme: fix grammatical error in java.md
2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674
update readme: fix grammatical error in java.md
2024-04-13 12:52:16 -03:00
Julien Le Coupanec
559d03ecf3
Merge pull request #372 from cunnellp5/cunnellp/vscode/add-command-and-cleanup-spaces
...
updates vscode cheat sheet
2024-02-26 18:25:32 +01:00
cunnellp5
bea751612a
updates vscode cheat sheet with one command
2024-02-15 07:10:18 -07:00
Kelvin Anigboro
4fdd37d875
Add Comprehensive MySQL Commands to Cheatsheet
2024-01-01 18:33:13 +00:00
Julien Le Coupanec
d143c60246
Merge pull request #354 from RomjanHossain/patch-1
...
swap current line with previous
2023-12-29 15:35:14 +01:00
Romjan D. Hossain
44371217a9
swap current line with previous
...
it should be `ddkP` instead of `ddkp`
2023-12-24 11:53:04 +06:00
Julien Le Coupanec
d63d75bb28
Merge pull request #350 from adgan11/patch-1
...
Fix Issue #316 : keygen deprecated
2023-11-07 11:40:11 +01:00
Ahmed Gagan
94087440e5
Fix Issue #316 : keygen deprecated
2023-11-06 12:16:17 +05:30
Julien Le Coupanec
8557d4f3d8
Merge pull request #337 from phaneendra24/adding-js-arrayMethod
...
adding the at() method
2023-07-11 12:20:48 +02:00
phaneendra
f8d75a7ccf
adding the at method
2023-07-07 16:49:20 +05:30
Julien Le Coupanec
5ff48033e1
Merge pull request #304 from sangeethkc/master
...
new laravel artisan commands added
2023-06-26 22:00:00 +02:00
SANGEETH
6c3b6ee90e
Merge branch 'LeCoupa:master' into master
2023-06-26 15:24:39 +05:30
Julien Le Coupanec
7e9e6af408
Merge pull request #334 from samyak003/master
...
Added cheatsheet for Firebase CLI
2023-06-19 12:59:07 +02:00
Samyak
0ee3753e2f
Added cheatsheet for Firebase CLI
2023-06-18 19:58:27 +05:30
Julien Le Coupanec
dd94d3aa70
docs(nginx): tail logs to inspect requests
2023-05-31 16:13:26 +02:00
Biswajit Das
9d8c46566b
String methods added
2023-03-18 14:03:03 +05:30
Julien Le Coupanec
8ec2267167
docs: remove youtube promotion for the time being
2022-12-30 20:31:32 +01:00
sangeethkc
cb9ca87a4b
new laravel commands added
2022-10-18 15:27:14 +05:30
Julien Le Coupanec
ec7afa056b
Merge branch 'master' of github.com:LeCoupa/awesome-cheatsheets
2022-08-28 21:08:14 +02:00
Julien Le Coupanec
47ff229fcd
docs: update ubuntu
2022-08-28 21:08:12 +02:00
Julien Le Coupanec
4c1540a448
docs: readme
2022-08-28 21:08:02 +02:00
Julien Le Coupanec
5bbef08e46
Merge pull request #293 from EhtashamHaider/master
...
update html5.html
2022-08-26 17:36:21 +02:00