Commit Graph

762 Commits

Author SHA1 Message Date
Aby James
cd941fb20f Merge 7c57e650da into 88e5be6e4b 2024-09-16 11:58:35 -07:00
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
Aby James
7c57e650da Update django.py cheat sheet to include unit tests and coverage
Extend Django.py Cheat Sheet: Incorporate Unit Testing and Coverage Information

This commit enhances the existing Django.py cheat sheet by integrating guidance on unit testing and coverage analysis. The update includes detailed instructions on writing unit tests within Django applications, setting up test fixtures, executing tests locally, and leveraging coverage tools for assessing code coverage.

Changes:
- Added comprehensive instructions on writing unit tests for Django applications.
- Included guidance on setting up test fixtures and organizing test files.
- Provided commands and examples for running tests locally using Django's testing framework.
- Introduced information on using test coverage tools like `coverage.py` to assess code coverage.
- Enhanced the documentation to ensure clarity and completeness.

This update aims to empower developers with the necessary knowledge and resources to ensure the robustness and reliability of their Django projects through effective testing and coverage analysis.
2024-03-19 00:00:17 +05:30
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
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
Julien Le Coupanec
bf8cc22dae Merge pull request #294 from mhemanthkmr/patch-1
added rm -f in docker.sh
2022-08-18 21:47:44 +02:00
HemanthKumar M
b095a3534d added rm -f in docker.sh
Kindly Verify it
2022-08-05 15:31:25 +05:30
Ehtasham Haider
463d563edf update html5.html
Added an ins tag that is good for writing the content that has been inserted into the document. Browser will automatically underline this text
2022-08-01 12:47:00 +05:00
Julien Le Coupanec
6f67bf688e Merge pull request #290 from Technical-Shubham-tech/css3-added
Created cheatsheet for CSS3
2022-07-12 08:33:20 +02:00
Julien Le Coupanec
335c178141 Merge pull request #292 from simonardejr/patch-1
removing php version
2022-07-06 11:12:11 +02:00
Julien Le Coupanec
313ecb8d53 Merge pull request #284 from mdambro/patch-1
Update java.md
2022-07-06 11:11:02 +02:00
Julien Le Coupanec
936500c032 Merge pull request #286 from codemonkey85/patch-1
Fix a typo
2022-07-06 11:10:33 +02:00
Julien Le Coupanec
908e4a11c7 Merge pull request #287 from ozayman/patch-1
UPDATE
2022-07-06 11:10:16 +02:00
Simonarde Lima
153d665c53 removing php version
str_replace it's been around since php 4 ( https://www.php.net/manual/pt_BR/function.str-replace.php ) 😁
2022-07-01 07:13:44 -03:00
Sanidhya Kr. Verma
ab8f391f60 created cheatsheet for CSS3 2022-06-10 22:43:19 +05:30
Olindo Zaman
7c9fb9e945 UPDATE 2022-05-27 13:17:42 +06:00
Michael Bond
28c89f1a3b Fix a typo 2022-05-25 08:39:25 -04:00
Matías D'Ambrosio
eb59197c8d Update java.md
Add data types and assignment statements.
2022-05-11 12:49:19 -03:00
Julien Le Coupanec
2137ac0559 Merge branch 'master' of github.com:LeCoupa/awesome-cheatsheets 2022-04-15 22:01:16 +02:00
Julien Le Coupanec
5b44f78be2 build: set up commitlint 2022-04-15 22:01:00 +02:00
Julien Le Coupanec
44727dec60 Merge pull request #278 from MikeGalyen/main
adds a space between 'go' and 'to' on line 15 and and delete the void…
2022-04-11 11:41:06 +02:00
mike
bb482c05bb adds a space between 'go' and 'to' on line 15 and and delete the void modifier on lines 64, 65, and 66 2022-04-04 01:07:48 -04:00