Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
001 - Introduction.mp4 |
35.43MB |
002 - What is MongoDB.mp4 |
23.42MB |
003 - The Key MongoDB Characteristics (and how they differ from SQL Databases).mp4 |
12.57MB |
004 - Understanding the MongoDB Ecosystem.mp4 |
18.60MB |
005 - Installing MongoDB.mp4 |
183.11MB |
006 - Time To Get Started!.mp4 |
30.08MB |
007 - Shell vs Drivers.mp4 |
60.33MB |
008 - MongoDB + Clients - The Big Picture.mp4 |
12.36MB |
009 - Course Outline.mp4 |
19.97MB |
010 - How To Get The Most Out Of The Course.mp4 |
9.33MB |
011 - Module Introduction.mp4 |
2.18MB |
012 - Understanding Databases, Collections & Documents.mp4 |
26.17MB |
013 - The Shell & MongoDB Drivers for Different Languages.mp4 |
12.97MB |
014 - Creating Databases & Collections.mp4 |
4.91MB |
015 - Understanding JSON Data.mp4 |
10.84MB |
016 - Comparing JSON & BSON.mp4 |
19.49MB |
017 - Create, Read, Update, Delete (CRUD) & MongoDB.mp4 |
10.58MB |
018 - Finding, Inserting, Deleting & Updating Elements.mp4 |
36.41MB |
019 - Understanding 'insertMany()'.mp4 |
4.19MB |
01-flights.json |
306B |
020 - Diving Deeper Into Finding Data.mp4 |
15.16MB |
021 - 'update' vs 'updateMany()'.mp4 |
45.43MB |
022 - Understanding 'find()' & the Cursor Object.mp4 |
22.98MB |
023 - Understanding Projection.mp4 |
13.03MB |
024 - Embedded Documents & Arrays - The Theory.mp4 |
2.51MB |
025 - Working with Embedded Documents.mp4 |
9.33MB |
026 - Working with Arrays.mp4 |
5.09MB |
027 - Accessing Structured Data.mp4 |
15.52MB |
028 - Wrap Up.mp4 |
9.05MB |
029 - Module Introduction.mp4 |
3.17MB |
02-passengers.json |
1.07KB |
030 - Why Do We Use Schemas.mp4 |
8.50MB |
031 - Structuring Documents.mp4 |
27.22MB |
032 - Data Types - An Overview.mp4 |
10.92MB |
033 - Data Types in Action.mp4 |
73.55MB |
034 - How to Derive your Data Structure - Requirements.mp4 |
14.56MB |
035 - Understanding Relations.mp4 |
5.91MB |
036 - One To One Relations - Embedded.mp4 |
15.90MB |
037 - One To One - Using References.mp4 |
10.24MB |
038 - One To Many - Embedded.mp4 |
13.42MB |
039 - One To Many - Using References.mp4 |
13.29MB |
040 - Many To Many - Embedded.mp4 |
20.68MB |
041 - Many To Many - Using References.mp4 |
24.20MB |
042 - Summarizing Relations.mp4 |
5.52MB |
043 - Using 'lookUp()' for Merging Reference Relations.mp4 |
13.31MB |
044 - Planning the Example Exercise.mp4 |
14.31MB |
045 - Implementing the Example Exercise.mp4 |
21.92MB |
046 - Understanding Schema Validation.mp4 |
5.80MB |
047 - Adding Collection Document Validation.mp4 |
76.26MB |
048 - Changing the Validation Action.mp4 |
17.96MB |
049 - Wrap Up.mp4 |
9.79MB |
050 - Module Introduction.mp4 |
1.50MB |
051 - Finding Available Options.mp4 |
22.73MB |
052 - Setting 'dbpath' & 'logpath'.mp4 |
101.74MB |
053 - Exploring the MongoDB Options.mp4 |
12.75MB |
054 - MongoDB as a Background Service.mp4 |
37.23MB |
055 - Using a Config File.mp4 |
32.51MB |
056 - Shell Options & Help.mp4 |
53.02MB |
057 - Module Introduction.mp4 |
1.09MB |
058 - Exploring the MongoDB Compass.mp4 |
25.84MB |
059 - Module Introduction.mp4 |
1.74MB |
060 - Creating Documents - An Overview.mp4 |
3.55MB |
061 - Understanding 'insert()' Methods.mp4 |
14.10MB |
062 - Working with Ordered Inserts.mp4 |
24.46MB |
063 - Understanding the 'writeConcern'.mp4 |
11.17MB |
064 - The 'writeConcern' in Practice.mp4 |
12.01MB |
065 - What is Atomicity.mp4 |
4.71MB |
066 - Importing Data.mp4 |
21.43MB |
067 - Wrap Up.mp4 |
7.94MB |
068 - Module Introduction.mp4 |
2.63MB |
069 - Methods, Filters & Operators.mp4 |
5.05MB |
070 - Operators - An Overview.mp4 |
5.83MB |
071 - Query Selectors & Projection Operators.mp4 |
2.35MB |
072 - Understanding 'findOne()' & 'find()'.mp4 |
38.98MB |
073 - Working with Comparison Operators.mp4 |
60.24MB |
074 - Querying Embedded Fields & Arrays.mp4 |
26.38MB |
075 - Understanding '$in' and '$nin'.mp4 |
14.09MB |
076 - '$or' and '$nor'.mp4 |
25.75MB |
077 - Understanding the '$and' Operator.mp4 |
27.78MB |
078 - Using '$not'.mp4 |
2.59MB |
079 - Diving Into Element Operators.mp4 |
12.45MB |
080 - Working with '$type'.mp4 |
8.53MB |
081 - Understanding Evaluation Operators - '$regex'.mp4 |
17.41MB |
082 - Understanding Evaluation Operators - '$expr'.mp4 |
20.40MB |
083 - Diving Deeper Into Querying Arrays.mp4 |
10.85MB |
084 - Using Array Query Selectors - '$size'.mp4 |
4.68MB |
085 - Using Array Query Selectors - '$all'.mp4 |
5.45MB |
086 - Using Array Query Selectors - '$elemMatch'.mp4 |
10.34MB |
087 - Understanding Cursors.mp4 |
4.97MB |
088 - Applying Cursors.mp4 |
49.87MB |
089 - Sorting Cursor Results.mp4 |
43.63MB |
090 - Skipping & Limiting Cursor Results.mp4 |
26.89MB |
091 - Using Projection to Shape our Results.mp4 |
17.81MB |
092 - Using Projection in Arrays.mp4 |
67.47MB |
093 - Understanding '$slice'.mp4 |
9.05MB |
094 - Module Introduction.mp4 |
1.50MB |
095 - Updating Fields with 'updateOne()', 'updateMany()' and '$set'.mp4 |
27.26MB |
096 - Updating Multiple Fields with '$set'.mp4 |
3.10MB |
097 - Incrementing & Decrementing Values.mp4 |
7.16MB |
098 - Using '$min', '$max' and '$mul'.mp4 |
5.61MB |
099 - Getting Rid of Fields.mp4 |
3.72MB |
100 - Renaming Fields.mp4 |
2.47MB |
101 - Understanding 'upsert()'.mp4 |
16.46MB |
102 - Updating Matched Array Elements.mp4 |
18.51MB |
103 - Updating All Array Elements.mp4 |
20.27MB |
104 - Finding & Updating Specific Fields.mp4 |
15.08MB |
105 - Adding Elements to Arrays.mp4 |
7.84MB |
106 - Removing Elements from Arrays.mp4 |
4.13MB |
107 - Understanding '$addToSet'.mp4 |
2.29MB |
108 - Wrap Up.mp4 |
4.72MB |
109 - Module Introduction.mp4 |
744.98KB |
110 - Understanding 'deleteOne()' & 'deleteMany()'.mp4 |
10.00MB |
111 - Deleting All Entries in a Collection.mp4 |
3.35MB |
112 - Module Introduction.mp4 |
1.70MB |
113 - What Are Indexes & Why Do We Use Them.mp4 |
9.28MB |
114 - Adding a Single Field Index.mp4 |
28.59MB |
115 - Understanding Index Restrictions.mp4 |
9.72MB |
116 - Creating Compound Indexes.mp4 |
41.21MB |
117 - Using Indexes for Sorting.mp4 |
5.52MB |
118 - Understanding the Default Index.mp4 |
1.66MB |
119 - Configuring Indexes.mp4 |
19.50MB |
120 - Understanding Partial Filters.mp4 |
21.88MB |
121 - Applying the Partial Index.mp4 |
11.69MB |
122 - Understanding the Time-To-Live (TTL) Index.mp4 |
13.44MB |
123 - Query Diagnosis & Query Planning.mp4 |
4.38MB |
124 - Understanding Covered Queries.mp4 |
12.24MB |
125 - How MongoDB Rejects a Plan.mp4 |
30.67MB |
126 - Using Multi-Key Indexes.mp4 |
19.66MB |
127 - Understanding Text Indexes.mp4 |
20.35MB |
128 - Text Indexes & Sorting.mp4 |
7.74MB |
129 - Creating Combined Text Indexes.mp4 |
9.68MB |
130 - Using Text Indexes to Exclude Words.mp4 |
2.89MB |
131 - Setting the Default Language & Using Weights.mp4 |
35.40MB |
132 - Building Indexes.mp4 |
38.56MB |
133 - Wrap Up.mp4 |
7.17MB |
134 - Module Introduction.mp4 |
1.17MB |
135 - Adding GeoJSON Data.mp4 |
59.54MB |
136 - Running Geo Queries.mp4 |
24.05MB |
137 - Adding a Geospatial Index to Track the Distance.mp4 |
22.53MB |
138 - Adding Additional Locations.mp4 |
61.50MB |
139 - Finding Places Inside a Certain Area.mp4 |
111.27MB |
140 - Finding Out If a User Is Inside a Specific Area.mp4 |
73.37MB |
141 - Finding Places Within a Certain Radius.mp4 |
70.34MB |
142 - Wrap Up.mp4 |
4.25MB |
143 - Module Introduction.mp4 |
2.62MB |
144 - What is the Aggregation Framework.mp4 |
6.05MB |
145 - Getting Started with the Aggregation Pipeline.mp4 |
7.01MB |
146 - Using the Aggregation Framework.mp4 |
12.11MB |
147 - Understanding the Group Stage.mp4 |
40.24MB |
148 - Diving Deeper Into the Group Stage.mp4 |
22.25MB |
149 - Working with $project.mp4 |
57.97MB |
150 - Turning the Location Into a geoJSON Object.mp4 |
62.98MB |
151 - Transforming the Birthdate.mp4 |
21.39MB |
152 - Using Shortcuts for Transformations.mp4 |
7.50MB |
153 - Understanding the $isoWeekYear Operator.mp4 |
20.42MB |
154 - $group vs $project.mp4 |
1.35MB |
155 - Pushing Elements Into Newly Created Arrays.mp4 |
10.03MB |
156 - Understanding the $unwind Stage.mp4 |
7.43MB |
157 - Eliminating Duplicate Values.mp4 |
1.97MB |
158 - Using Projection with Arrays.mp4 |
7.60MB |
159 - Getting the Length of an Array.mp4 |
2.65MB |
160 - Using the $filter Operator.mp4 |
11.46MB |
161 - Applying Multiple Operations to our Array.mp4 |
31.66MB |
162 - Understanding $bucket.mp4 |
45.35MB |
163 - Diving Into Additional Stages.mp4 |
51.25MB |
164 - Writing Pipeline Results Into a New Collection.mp4 |
7.99MB |
165 - Working with the $geoNear Stage.mp4 |
13.45MB |
166 - Wrap Up.mp4 |
6.35MB |
167 - Module Introduction.mp4 |
1.32MB |
168 - Number Types - An Overview.mp4 |
18.16MB |
169 - Understanding Programming Language Defaults.mp4 |
2.99MB |
170 - Working with int32.mp4 |
51.56MB |
171 - Working with int64.mp4 |
25.72MB |
172 - Doing Maths with Floats int32s & int64s.mp4 |
29.57MB |
173 - What's Wrong with Normal Doubles.mp4 |
8.43MB |
174 - Working with Decimal 128bit.mp4 |
22.39MB |
175 - Wrap Up.mp4 |
18.31MB |
176 - Module Introduction.mp4 |
6.24MB |
177 - Understanding Role Based Access Control.mp4 |
18.76MB |
178 - Roles - Examples.mp4 |
5.60MB |
179 - Creating a User.mp4 |
15.85MB |
180 - Built-In Roles - An Overview.mp4 |
16.08MB |
181 - Assigning Roles to Users & Databases.mp4 |
32.13MB |
182 - Updating & Extending Roles to Other Databases.mp4 |
11.08MB |
183 - Adding SSL Transport Encryption.mp4 |
135.70MB |
184 - Encryption at REST.mp4 |
2.36MB |
185 - Wrap Up.mp4 |
8.44MB |
186 - Module Introduction.mp4 |
2.83MB |
187 - What Influences Performance.mp4 |
4.82MB |
188 - Understanding Capped Collections.mp4 |
10.62MB |
189 - What are Replica Sets.mp4 |
9.40MB |
190 - Understanding Sharding.mp4 |
11.20MB |
191 - Deploying a MongoDB Server.mp4 |
4.62MB |
192 - Using MongoDB Atlas.mp4 |
103.42MB |
193 - Backups & Setting Alerts in MongoDB Atlas.mp4 |
4.94MB |
194 - Connecting to our Cluster.mp4 |
30.58MB |
195 - Wrap Up.mp4 |
5.55MB |
196 - Module Introduction.mp4 |
1.15MB |
197 - What are Transactions.mp4 |
4.34MB |
198 - A Typical Usecase.mp4 |
5.15MB |
199 - How Does a Transaction Work.mp4 |
62.24MB |
200 - Module Introduction.mp4 |
3.22MB |
201 - Splitting Work Between the Driver & the Shell.mp4 |
3.15MB |
202 - Preparing our Project.mp4 |
26.84MB |
203 - Installing Visual Studio Code.mp4 |
5.36MB |
204 - Installing the Node.js Driver.mp4 |
26.11MB |
205 - Connecting Node.js & the MongoDB Cluster.mp4 |
45.25MB |
206 - Storing Products in the Database.mp4 |
60.48MB |
207 - Storing the Price as 128bit Decimal.mp4 |
77.23MB |
208 - Fetching Data From the Database.mp4 |
85.60MB |
209 - Creating a More Realistic Setup.mp4 |
144.81MB |
210 - Getting a Single Product.mp4 |
36.21MB |
211 - Editing & Deleting Products.mp4 |
100.32MB |
212 - Implementing Pagination.mp4 |
52.93MB |
213 - Adding an Index.mp4 |
16.41MB |
214 - Signing Users Up.mp4 |
65.22MB |
215 - Adding an Index to Make the Email Unique.mp4 |
10.39MB |
216 - Adding User Sign In.mp4 |
76.43MB |
217 - Wrap Up.mp4 |
5.73MB |
218 - Module Introduction.mp4 |
2.05MB |
219 - What is Stitch.mp4 |
14.55MB |
220 - Preparations.mp4 |
7.19MB |
221 - Start Using Stitch.mp4 |
37.48MB |
222 - Adding Stitch to our App & Initializing It.mp4 |
91.10MB |
223 - Adding Authentication.mp4 |
18.71MB |
224 - Sending Data Access Rules.mp4 |
31.29MB |
225 - Fetching & Converting Data.mp4 |
12.57MB |
226 - Deleting Products.mp4 |
19.86MB |
227 - Finding a Single Product.mp4 |
46.14MB |
228 - Adding Products.mp4 |
38.63MB |
229 - Updating Products.mp4 |
45.17MB |
230 - Switching to User Email & Password Authentication.mp4 |
7.40MB |
231 - Adding User Sign Up & Confirmation.mp4 |
75.74MB |
232 - Adding User Login.mp4 |
28.05MB |
233 - Rules & Real Users.mp4 |
16.83MB |
234 - Functions & Triggers.mp4 |
25.17MB |
235 - Wrap Up.mp4 |
3.82MB |
236 - Course Roundup.mp4 |
5.92MB |
array-data.json |
709B |
commands-1.js |
155B |
commands-10.js |
104B |
commands-11.js |
191B |
commands-12.js |
297B |
commands-13.js |
498B |
commands-14.js |
277B |
commands-15.js |
1.44KB |
commands-16.js |
295B |
commands-2.js |
192B |
commands-3.js |
689B |
commands-4.js |
1.42KB |
commands-5.js |
1.40KB |
commands-6.js |
1.53KB |
commands-7.js |
144B |
commands-8.js |
148B |
commands-9.js |
113B |
insertMany-docs.txt |
102B |
mongod.cfg.zip |
980B |
persons.json |
4.93MB |
persons.json |
4.93MB |
shell-to-driver-01-starting-code.zip |
576.53KB |
shell-to-driver-02-added-mongodb-connection.zip |
580.29KB |
shell-to-driver-03-insert-data.zip |
577.00KB |
shell-to-driver-04-fetch-data.zip |
576.77KB |
shell-to-driver-05-manage-connection-better.zip |
581.35KB |
shell-to-driver-06-fetch-single-product.zip |
580.30KB |
shell-to-driver-07-update-and-delete-products.zip |
581.95KB |
shell-to-driver-08-pagination-demo-code.zip |
580.38KB |
shell-to-driver-09-added-user-signup.zip |
580.31KB |
shell-to-driver-10-added-login.zip |
578.06KB |
slides.pdf |
5.29MB |
stitch-01-starting-code.zip |
238.47KB |
stitch-02-anonymous-auth-fetching-deleting.zip |
244.32KB |
stitch-03-fetch-product.zip |
240.32KB |
stitch-04-insert.zip |
239.51KB |
stitch-05-edit.zip |
238.52KB |
stitch-06-user-password-auth.zip |
241.87KB |
stitch-07-functions-triggers.zip |
241.90KB |
tv-shows.json |
337.80KB |
tv-shows.json |
337.80KB |
users.json |
744B |
validation.js |
1.07KB |
validation-2.js |
1.10KB |