PDA

View Full Version : The Complete Developers Guide to MongoDB



ad-team
10-09-2023, 08:49 PM
https://img87.pixhost.to/images/599/359020115_tuto.jpg

The Complete Developers Guide to MongoDB
Language: English | Size:6.15 GB
Genre:eLearning

Files Included :

001 A Refresher on Promises.mp4 (7.26 MB)
MP4
002 Let s Play A Game.mp4 (15.84 MB)
MP4
003 Winning the Game.mp4 (43.84 MB)
MP4
004 Behind the Scenes with Promises.mp4 (26.08 MB)
MP4
001 Where Do We Use Mongo.mp4 (5.99 MB)
MP4
002 Fundamentals of MongoDB.mp4 (17.96 MB)
MP4
003 A Last Touch of Setup.mp4 (11.91 MB)
MP4
001 Project Overview.mp4 (51.82 MB)
MP4
002 The Test Helper File.mp4 (54.18 MB)
MP4
003 Mongoose Connection Helper.mp4 (109.32 MB)
MP4
004 Mongoose Models.mp4 (20.16 MB)
MP4
005 More on Models.mp4 (61.47 MB)
MP4
006 The Basics of Mocha.mp4 (20.24 MB)
MP4
007 Running Mocha Tests.mp4 (70.42 MB)
MP4
008 Creating Model Instances.mp4 (31.57 MB)
MP4
009 Saving Users to Mongo.mp4 (81.9 MB)
MP4
010 Dropping Collections.mp4 (43.15 MB)
MP4
011 Mocha s Done Callback.mp4 (26.71 MB)
MP4
012 Mongoose s isNew Property.mp4 (57.06 MB)
MP4
013 Default Promise Implementation.mp4 (74.46 MB)
MP4
014 Test Setup for Finding Users.mp4 (33.31 MB)
MP4
015 Making Mongo Queries.mp4 (51.44 MB)
MP4
016 The ID Property - A Big Gotcha.mp4 (85.78 MB)
MP4
017 Automating Tests with Nodemon.mp4 (53.06 MB)
MP4
018 Finding Particular Records.mp4 (63.47 MB)
MP4
020 The Many Ways to Remove Records.mp4 (101.45 MB)
MP4
021 Class Based Removes.mp4 (29.51 MB)
MP4
022 More Class Based Removals.mp4 (77.53 MB)
MP4
023 The Many Ways to Update Records.mp4 (15.49 MB)
MP4
024 Set and Save for Updating Records.mp4 (92.55 MB)
MP4
026 Model Instance Updates.mp4 (92.24 MB)
MP4
027 Class Based Updates.mp4 (84.41 MB)
MP4
002 Update Operators.mp4 (102.65 MB)
MP4
003 The Increment Update Operator.mp4 (75.59 MB)
MP4
004 Validation of Records.mp4 (20.54 MB)
MP4
005 Requiring Attributes on a Model.mp4 (129.88 MB)
MP4
006 Validation With a Validator Function.mp4 (68.31 MB)
MP4
007 Handling Failed Inserts.mp4 (20.18 MB)
MP4
001 Embedding Resources in Models.mp4 (43.59 MB)
MP4
002 Nesting Posts on Users.mp4 (34.96 MB)
MP4
003 Testing Subdocuments.mp4 (62.65 MB)
MP4
004 Adding Subdocuments to Existing Records.mp4 (126.5 MB)
MP4
006 Removing Subdocuments.mp4 (87.42 MB)
MP4
007 Virtual Types.mp4 (72.35 MB)
MP4
008 Defining a Virtual Type.mp4 (61.3 MB)
MP4
009 ES6 Getters.mp4 (94.81 MB)
MP4
010 Fixing Update Tests.mp4 (24.76 MB)
MP4
001 Challenges of Nested Resources.mp4 (24.35 MB)
MP4
002 Embedded Documents vs Separate Collections.mp4 (70.7 MB)
MP4
003 BlogPosts vs Posts.mp4 (30.83 MB)
MP4
004 Creating Associations with Refs.mp4 (48.62 MB)
MP4
005 Test Setup for Associations.mp4 (47.8 MB)
MP4
006 Wiring Up Has Many and Has One Relations.mp4 (91.64 MB)
MP4
007 Promise All for Parallel Operations.mp4 (29.05 MB)
MP4
008 Populating Queries.mp4 (100.89 MB)
MP4
009 Loading Deeply Nested Associations.mp4 (117.69 MB)
MP4
001 Cleaning Up with Middleware.mp4 (25.42 MB)
MP4
002 Dealing with Cyclic Requires.mp4 (31.33 MB)
MP4
003 Pre-Remove Middleware.mp4 (61.76 MB)
MP4
005 Testing Pre-Remove Middleware.mp4 (31.61 MB)
MP4
001 Skip and Limit.mp4 (41.94 MB)
MP4
002 Writing Skip and Limit Queries.mp4 (46.76 MB)
MP4
003 Sorting Collections.mp4 (70.04 MB)
MP4
002 Project Setup.mp4 (15.38 MB)
MP4
003 Project Overview.mp4 (29.85 MB)
MP4
004 First Step - Artist and Album Models.mp4 (30.68 MB)
MP4
005 The Album Schema.mp4 (39.02 MB)
MP4
006 The Artist Model.mp4 (50.8 MB)
MP4
007 Finding Particular Records.mp4 (65.4 MB)
MP4
008 FindOne vs FindById.mp4 (64.96 MB)
MP4
009 The CreateArtist Operation.mp4 (13.52 MB)
MP4
010 Solution to Creating Artists.mp4 (12.46 MB)
MP4
011 Deleting Singular Records.mp4 (16.52 MB)
MP4
012 Solution to Removing.mp4 (26.13 MB)
MP4
013 Editing Records.mp4 (29.19 MB)
MP4
014 How to Edit Single Artists.mp4 (17.98 MB)
MP4
001 Minimum and Maximum Values in a Collection.mp4 (44.05 MB)
MP4
002 Solution to Min and Max Queries.mp4 (135.55 MB)
MP4
003 Challenge Mode - Search Query.mp4 (57.94 MB)
MP4
004 Sorting, Limiting, and Skipping Together.mp4 (96.2 MB)
MP4
005 Danger! Big Challenge Ahead.mp4 (26.44 MB)
MP4
006 Filtering By Single Properties.mp4 (80.81 MB)
MP4
007 Filtering with Multiple Props.mp4 (21.76 MB)
MP4
008 Handling Text Search.mp4 (45.81 MB)
MP4
009 Indexes and Text Search.mp4 (80.37 MB)
MP4
010 Batch Updates.mp4 (61.7 MB)
MP4
011 The Hidden Multi Setting.mp4 (48.08 MB)
MP4
012 Seeding Many Records.mp4 (69.03 MB)
MP4
013 Counting the Result Set.mp4 (28.38 MB)
MP4
001 App Overview.mp4 (9.39 MB)
MP4
002 Designing API Routes.mp4 (52.04 MB)
MP4
003 Project Setup.mp4 (67.75 MB)
MP4
004 HTTP Request Methods.mp4 (16.02 MB)
MP4
005 The Basics of Express.mp4 (26.37 MB)
MP4
006 Express Boilerplate.mp4 (29.71 MB)
MP4
007 Handling Requests with Express.mp4 (30.01 MB)
MP4
008 Testing Express Apps with Mocha.mp4 (44.36 MB)
MP4
009 Running Mocha.mp4 (58.5 MB)
MP4
010 Project Structure.mp4 (12.01 MB)
MP4
011 Refactoring for Controllers and Models.mp4 (34.39 MB)
MP4
012 The Driver Model.mp4 (43.52 MB)
MP4
013 The Create Drivers Route.mp4 (40.32 MB)
MP4
014 The BodyParser Middleware.mp4 (75.35 MB)
MP4
015 Testing Driver Creation.mp4 (39.71 MB)
MP4
016 More on Testing Driver Creation.mp4 (65.92 MB)
MP4
017 Additional Mongoose Setup.mp4 (75.34 MB)
MP4
018 Driver Implementation.mp4 (37.09 MB)
MP4
019 Testing Endpoints with Postman.mp4 (48.9 MB)
MP4
020 Dev vs Test Environments.mp4 (19.92 MB)
MP4
021 Separate Test Databases.mp4 (89.7 MB)
MP4
022 Middlewares in Express.mp4 (156.78 MB)
MP4
023 Handling Editing of Drivers.mp4 (96.35 MB)
MP4
024 Testing Driver Updates.mp4 (81.58 MB)
MP4
025 Handling Deletion of Drivers.mp4 (30.22 MB)
MP4
026 Testing Driver Deletion.mp4 (28.23 MB)
MP4
027 Geography with MongoDB.mp4 (43.56 MB)
MP4
028 The GeoJSON Schema.mp4 (54.48 MB)
MP4
029 GeoNear Queries.mp4 (25.29 MB)
MP4
030 Testing a GeoNear Query.mp4 (38.71 MB)
MP4
031 One Big Gotcha.mp4 (51.97 MB)
MP4
032 Another Big Gotcha.mp4 (29.4 MB)
MP4
033 Testing GeoQueries.mp4 (27.68 MB)
MP4

https://thumbs2.imgbox.com/66/18/dAaaFR35_t.jpg (https://images2.imgbox.com/66/18/dAaaFR35_o.jpg)

https://img87.pixhost.to/images/1010/363506399_rg.png
The Complete Developers Guide to MongoDB.z01

https://rapidgator.net/file/b3e898955dd10662df1682ea859b09be/The_Complete_Developers_Guide_to_MongoDB.z01
The Complete Developers Guide to MongoDB.z02

https://rapidgator.net/file/38798c99fe18f9f987e021dd976c7f41/The_Complete_Developers_Guide_to_MongoDB.z02
The Complete Developers Guide to MongoDB.z03

https://rapidgator.net/file/d194301b146fdda5e629c11939cb793b/The_Complete_Developers_Guide_to_MongoDB.z03
The Complete Developers Guide to MongoDB.z04

https://rapidgator.net/file/f1fc74521421a5b51d4011866cc23108/The_Complete_Developers_Guide_to_MongoDB.z04
The Complete Developers Guide to MongoDB.z05

https://rapidgator.net/file/95e6ec1fabaef150c9230156267075c2/The_Complete_Developers_Guide_to_MongoDB.z05
The Complete Developers Guide to MongoDB.z06

https://rapidgator.net/file/a9e10f18764edb3ca9963a8237fca0a9/The_Complete_Developers_Guide_to_MongoDB.z06
The Complete Developers Guide to MongoDB.zip

https://rapidgator.net/file/74a8a995b7ce39d3bd21967a400cc67e/The_Complete_Developers_Guide_to_MongoDB.zip
https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg
The Complete Developers Guide to MongoDB.z01

https://nitroflare.com/view/B9393B6621A813E/The_Complete_Developers_Guide_to_MongoDB.z01
The Complete Developers Guide to MongoDB.z02

https://nitroflare.com/view/39E2542B2CAA04F/The_Complete_Developers_Guide_to_MongoDB.z02
The Complete Developers Guide to MongoDB.z03

https://nitroflare.com/view/0046A456550B751/The_Complete_Developers_Guide_to_MongoDB.z03
The Complete Developers Guide to MongoDB.z04

https://nitroflare.com/view/DE840765282C8EF/The_Complete_Developers_Guide_to_MongoDB.z04
The Complete Developers Guide to MongoDB.z05

https://nitroflare.com/view/0E4374A9B15BEF3/The_Complete_Developers_Guide_to_MongoDB.z05
The Complete Developers Guide to MongoDB.z06

https://nitroflare.com/view/BCB6ED1209F0767/The_Complete_Developers_Guide_to_MongoDB.z06
The Complete Developers Guide to MongoDB.zip

https://nitroflare.com/view/83BE4E29C4079D6/The_Complete_Developers_Guide_to_MongoDB.zip