зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 13:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			87 строки
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			87 строки
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| lists
 | |
|     https://www.classcentral.com/subject/mongodb
 | |
| 
 | |
| https://www.udemy.com/course/mongodb-the-complete-developers-guide
 | |
| 
 | |
| 2024
 | |
| Intellipaat - MongoDB Course | MongoDB Tutorial | MongoDB For Beginners | MongoDB Full Course 0:00 of 9:44:56
 | |
|     https://www.youtube.com/watch?v=aDd4HiGQSIU
 | |
| 2023
 | |
| Simplilearn -  MongoDB Full Course 2023 0:00 of 7:50:16
 | |
|     https://www.youtube.com/watch?v=8eJJe4Slnik
 | |
| Udemy - Schwarzmüller - MongoDB - The Complete Developer's Guide 2023 [FCS]
 | |
|     https://1337x.to/torrent/5612906/Udemy-MongoDB-The-Complete-Developer-s-Guide-2023-FCS/
 | |
|     magnet:?xt=urn:btih:8CF0A065F2A636A1415F912295257ECD554BC879
 | |
|     https://www.torrentdownloads.pro/torrent/1664467546/%5BFreeCourseSite-%5D-Udemy---The-Complete-Developers-Guide-to-MongoDB
 | |
| Co-Udemy-MongoDB - The Complete Developer's Guide 2023
 | |
|     https://bitsearch.to/torrents/getfreecourses-co-udemy-mongodb-the-complete-devel-502bb/64327c9e43b0f6ce3f9ee103/
 | |
|     https://solidtorrents.to/torrents/getfreecourses-co-udemy-mongodb-the-complete-devel-502bb/64327c9e43b0f6ce3f9ee103/
 | |
|     !!!
 | |
| tolook
 | |
|     https://1337x.to/torrent/5782942/Udemy-Complete-MongoDB-Administration-Guide/
 | |
|     https://1337x.to/torrent/5637850/Linkedin-Introduction-to-MongoDB-2023/
 | |
| 2022
 | |
| Mongo DB Deep Dive
 | |
|     https://tutsnode.net/mongodb-deep-dive/
 | |
|     ! magnet:?xt=urn:btih:3edb36568aec4930daa41125779b3ed757c71ee8
 | |
|     ! 4.50g
 | |
| Linkedin - Learning MongoDB
 | |
|     magnet:?xt=urn:btih:c2501b756599040a0687a800e8d8e59f4f35aa5e
 | |
| MongoDB Essential Training
 | |
|     https://tutsnode.net/mongodb-essential-training/
 | |
|     magnet:?xt=urn:btih:e3f3421ce4bd3186219011db1ea6d66a2839ee1b\
 | |
|     ! 488m
 | |
| Udemy - MongoDB with Java Spring Boot and Spring Framework
 | |
|     https://1337x.to/torrent/5079390/Udemy-MongoDB-with-Java-Spring-Boot-and-Spring-Framework/
 | |
|     magnet:?xt=urn:btih:7CC91E0E1496B154D82A5339087F6FFB350C5E7F
 | |
|     https://therarbg.to/post-detail/6158a5/udemy-mongodb-with-java-spring-boot-and-spring-framework/
 | |
|     ! need 1.2G
 | |
| 2021
 | |
| Udemy Full Stack Development With Spring Boot And MongoDB
 | |
|     https://therarbg.to/post-detail/558a34/udemy-full-stack-development-with-spring-boot-and-mongodb/
 | |
|     ! 828Mb
 | |
| 2020
 | |
| Staschuk - MongoDB Essentials – Complete MongoDB Guide 9-3
 | |
|     https://1337x.to/torrent/4415133/Udemy-MongoDB-Essentials-Complete-MongoDB-Guide-Course-Drive/
 | |
|     https://www.torrentdownloads.pro/torrent/1668225001/MongoDB-Essentials---Complete-MongoDB-Guide
 | |
|     magnet:?xt=urn:btih:96F2D7B67D9F591C201CDE479C2159506E7C66E6
 | |
|     !
 | |
|     ! mongo "mongodb://<username>:<password>@hostname/database"
 | |
|     ! db.createUser(user: "...", pwd: "...", "roles": [{"role": "...", "db": "..."}, ...])
 | |
|     !
 | |
|     ! BSON, Json, ExtJson
 | |
|     !
 | |
|     ! 12.2G
 | |
|     ! Extended Json - Shell mode, ? strict
 | |
|     ! typeof obj.a;
 | |
|     ! obj.c instanceof Array;
 | |
|     ! BSON type identifiers
 | |
|     !   String           2  "string"
 | |
|     !   Object           3  "object"
 | |
|     !   Array            4  "array"
 | |
|     !   Boolean          8  "bool"
 | |
|     !   32-bit Integer  16  "int"       NumberInt()     // in shell-mode
 | |
|     !   64-bit Integer  18  "long"      NumberLong()
 | |
|     !   Double           1  "double"
 | |
|     !   Date             9  "date"
 | |
|     !   ObjectId         7  "objectId"
 | |
|     !
 | |
|     ! $type - operator in MongoDB to query documents by BSON
 | |
|     ! _id - unique id across MongoDB database, mandatory field,
 | |
|     !   may be assigned manually
 | |
|     ! _id = ObjectId("a8b4..."); // 12-byte
 | |
|     !   4 bytes - date in seconds
 | |
|     !   3 bytes - unique machine id hash
 | |
|     !   2 bytes - process id of mongo
 | |
|     !   3 bytes - unique id
 | |
|     !
 | |
|     ! ISODate("2018-08-08T08:22:55.160Z")
 | |
| 2019
 | |
| Stashchuk - Introduction to the MongoDB
 | |
|     https://gigacourse.com/introduction-to-the-mongodb/
 | |
|     ...
 | |
| 2018
 | |
| Udemy - Introduction to the MongoDB
 | |
|     https://gigacourse.com/introduction-to-the-mongodb/
 | |
|     magnet:?xt=urn:btih:0555e5aa43a24694f13e317ef7207302d6ee70a9
 | 
