From 5eafb4e83e21b13ab2c9d2cba4f252da73578e59 Mon Sep 17 00:00:00 2001 From: Yuvi Malhotra <89199719+yuvimalhotra28@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:16:38 +0530 Subject: [PATCH] Added codewithharry Mongodb cheat sheet (#7396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added codewithharry Mongodb cheat sheet * Fixing resource info * Fixing resource info * lint: alphabetize Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index b58940563..d6db5f039 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -219,6 +219,7 @@ ### MongoDB +* [All MongoDb commands you will ever need (MongoDb Cheatsheet)](https://www.codewithharry.com/blogpost/mongodb-cheatsheet/) - CodeWithHarry (HTML) * [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML) * [MongoDB Cheat Sheet](https://blog.codecentric.de/files/2012/12/MongoDB-CheatSheet-v1_0.pdf) - codecentric (PDF) * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet