Udemy - Express MongoDB Mongoose Query Fundamentals

seeders: 0
leechers: 0
Added 1 year ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Express MongoDB Mongoose Query Fundamentals (Size: 3.7 GB)
  1 -Introduction.mp4 7.2 MB
  1 -Module Primer Overview of This Module.mp4 2.8 MB
  10 -Performing Bulk Updates in MongoDB.mp4 43.6 MB
  10 -Using Mongoose Enums for Controlled Data Entry.mp4 22.7 MB
  11 -Creating and Managing Primary Keys (ObjectId in MongoDB).mp4 17.9 MB
  11 -Safely Deleting Records from Your Database.mp4 90.4 MB
  12 -Establishing Relationships with ObjectId References.mp4 30.9 MB
  12 -Managing Bulk Deletions in MongoDB.mp4 47.8 MB
  13 -Embed Related Data vs Document References in MongoDB with Mongoose.mp4 80.8 MB
  13 -Using Mongoose BulkWrite.mp4 93.4 MB
  14 -Express Mongoose Request Handling Data Inputs.mp4 72 MB
  14 -Final Schema - Decisions, Thoughts and Considerations.mp4 75.6 MB
  15 -Implementing Advanced Validation Functions.mp4 62.5 MB
  16 -Applying Mongoose Middleware for Validation and PrePost Hooks.mp4 61.1 MB
  2 -Filtering with Comparison Operators Matching and Ranges.mp4 81 MB
  2 -Getting Started with VSCode Essential Features for Developers.mp4 68.5 MB
  2 -NoSQL document-based structure.mp4 8.4 MB
  2 -Populating Your Database with Fixtures Automating Data Setup.mp4 319.7 MB
  2 -Query and Filter an Array Field in Documents (List of Values).mp4 51.2 MB
  2 -Summing Fields with Aggregation.mp4 19.1 MB
  2 -Working with HTTP Methods GET, POST, PUT, DELETE.mp4 23.8 MB
  3 -Applying Logical Operators to Build Complex Queries.mp4 72.2 MB
  3 -Building Your First API Endpoint Inserting Data.mp4 287 MB
  3 -Calculating Averages with the Aggregation Pipeline.mp4 22 MB
  3 -Ensuring Code Quality Linting and Formatting.mp4 56.1 MB
  3 -Query and Filter Embedded Object.mp4 26.6 MB
  3 -Retrieving a Single Document from MongoDB.mp4 158.2 MB
  3 -What is Mongoose.mp4 63.8 MB
  4 -Filtering Based on Field Existence and Type (Element Operators).mp4 46.4 MB
  4 -Introduction to Docker Getting to know Docker for Development.mp4 63.4 MB
  4 -Query and Filter an Array of Embedded Documents.mp4 28.7 MB
  4 -Retrieving Multiple Documents Efficiently.mp4 38 MB
  4 -Understanding the Request-Response Cycle.mp4 34 MB
  4 -Using $group for Data Aggregation.mp4 34.8 MB
  4 -Visualizing & Modeling NoSQL Databases.mp4 23.6 MB
  5 -Defining Collections with Mongoose Schemas.mp4 28.7 MB
  5 -Enriching Aggregated Data with $lookup in MongoDB.mp4 88.1 MB
  5 -Populating References Between Documents.mp4 86.8 MB
  5 -Selecting Specific Fields Projecting Query Results.mp4 35 MB
  5 -Setting Up Docker Desktop.mp4 36.8 MB
  5 -Using MongoDB Compass to Explore Your Database.mp4 66.3 MB
  5 -Working with Arrays Filtering with $all, $elemMatch, and $size (Element Operato.mp4 102.9 MB
  6 -Creating API Documentation with SwaggerUI.mp4 69.3 MB
  6 -Data Types in Mongoose.mp4 33.5 MB
  6 -Filtering Aggregated Data with $match.mp4 45.6 MB
  6 -Filtering Populated Results.mp4 34.3 MB
  6 -Setting Up a MongoDB Container with Docker.mp4 94.5 MB
  6 -Sorting Query Results for Better Insights.mp4 41.7 MB
  7 -Bulk Inserts Efficiently Adding Multiple Records.mp4 123.4 MB
  7 -Finding Minimum and Maximum Values with $min and $max.mp4 83.4 MB
  7 -Mongoose Field Options Required, Optional, and Default Values.mp4 38.2 MB
  7 -Paginating Results Limiting and Skipping Documents.mp4 79.7 MB
  7 -Running an Express.js Application in a Docker Container.mp4 180 MB
  8 -Counting Documents in a Collection.mp4 30.6 MB
  8 -Ensuring Data Uniqueness with Constraints.mp4 37.2 MB
  8 -Starting and Using Nodemon.mp4 32.1 MB
  8 -Updating a Single Record.mp4 61.3 MB
  9 -Replace vs. Update Choosing the Right Approach.mp4 59.8 MB
  9 -Using trim for Cleaner Data Storage.mp4 16.2 MB
  Bonus Resources.txt 102.4 B
  Dockerfile 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  _command.md 102.4 B
  app.js 614.4 B
  brand.js 307.2 B
  brandData.json 1.1 KB
  category.js 1.1 KB
  categoryData.json 5.3 KB
  db.js 307.2 B
  docker-compose.yml 1.3 KB
  example.js 10.9 KB
  gitattributes 102.4 B
  order.js 1.3 KB
  orderData.json 5.2 KB
  package.json 3.5 KB
  product.js 614.4 B
  productData.json 9.1 KB
  promotion.js 921.6 B
  promotionData.json 3.1 KB
  seed.js 4.9 KB
  settings.json 204.8 B
  swagger-output.json 3.5 KB
  swagger.js 512 B
  user.js 614.4 B
  userData.json 2.2 KB
  userHooks.js 409.6 B
  ▲ 207 total files

Description


Express MongoDB Mongoose Query Fundamentals

https://WebToolTip.com

Published 4/2025
Created by Very Academy
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English | Duration: 65 Lectures ( 9h 14m ) | Size: 3.7 GB

Practical guide to mastering data modelling and database queries using the Express Framework + MongoDB + Mongoose stack

What you'll learn
Set up a complete development environment using Docker, VSCode, and Node.js tools to run an Express.js app with MongoDB.
Design robust MongoDB schemas with Mongoose, including data types, validation, and relationships.
Perform core CRUD operations (create, read, update, delete) using Mongoose in an Express.js API.
Retrieve, sort, project, and paginate documents efficiently using Mongoose query methods.
Build complex and dynamic filters using comparison, logical, and element-based operators.
Access and filter nested, embedded, and referenced data using population and advanced querying techniques.
Use the aggregation pipeline to group, summarize, and analyze data with operators like $sum, $avg, $lookup, $min, and $max.

Requirements
I will take you through the whole course step-by-step. You would benefit from having basic JavaScript knowledge, familiarity with Node.js and Express, an understanding of SQL or database concepts, comfort using a code editor like VSCode, and basic command-line experience.

Related Torrents

torrent name size uploader age seed leech
0
1
1
0
1