MONGODB ESSENTIALS M
Mangodb Online Courses
Freshers and Career Changers
Online and Offline Classes
Week Days and Week Ends
45 Days
•Learn how to work with Mangodb.
•Understand how to navigate and use Mangodb.
•Implement Mangodb in your apps and integrate it.
•How to store and handle file upload in Mangodb.
•You will know how to configure a Mangodb jobs.
•Mangodb – Learn how to set up your Mangodb script.
•Learn how to test your Go code with real world examples
•The students get hands on experience of how things happen in Mangodb?
•Learn Mangodb from basic to advanced with examples and interactive sessions at peak.
•
•Get job-ready for an in-demand career
•25+ projects for good Learning experience
•Flexible batch timings – Weekend & weekdays.
•Create hands-on projects at the end of the course
•Assignments and test to ensure concept absorption.
•Courseware that is curated to meet the global requirements
•Make aware of code competence in building extensive range of applications using Python
•Lifetime access to our 24×7 online support team who will resolve all your technical queries, through ticket based tracking system.
•
•Android, Web Design, IOS, Android Development, Android Developer, Mobile Application Developer, Android Software Developer, Android Application Developer
•Cognos Developer, Ab initio developer, Java Developers, .net Architects, Informatica, MSBI, Tivoli Monitoring, Oracle Apps functional and technical, change
•Lamp/mean Stack Developers, Php, Node.js, Ui Development, Html5, WordPress, Ecommerce Development, jquery, Web Development, javascript, mysql, ajax, React.js
•Object Oriented Programming, Cloud Computing, Java, Testing, Web Designing, Design, Front End, Javascript, It Infrastructure, Software Development, Support
•UI/Web Developer, UX Designer, Java Developer, PHP Developer, IOS/Android Developer, Business Development Executive, .NET Developer, .NET Lead, PHP Lead
•
•LECTURE Course Navigation
•LECTURE Course Structure and Practice Tasks Overview
•PRACTICE WINDOWS ONLY Install cmder
•Introduction to MongoDB
•LECTURE Introduction Module Overview
•LECTURE Document Database Overview
•LECTURE Understanding JSON
•LECTURE BSON
•LECTURE Conversion between JSON and BSON
•LECTURE Extended JSON Modes
•QUIZ JSON and BSON
•LECTURE MongoDB Structure
•LECTURE MongoDB Architecture
•LECTURE MongoDB Remote Management
•LECTURE MongoDB Introduction Summary
•QUIZ MongoDB Structure
•SLIDES Introduction to MongoDB
•MongoDB Installation Options
•LECTURE Installation Introduction
•LECTURE Installation options
•SLIDES Installation Options
•Installing MongoDB on the local computer Mac or Windows
•PRACTICE Installing on the Mac
•PRACTICE Launch MongoDB as a service on the Mac
•PRACTICE Installing on Windows
•Installing MongoDB on the Dedicated or VPS server
•LECTURE Hosting Services Overview
•PRACTICE Launch Amazon EC server
•PRACTICE Installing MongoDB on the Ubuntu Server
•PRACTICE Configure MongoDB network access
•PRACTICE Allow external access to the server
•PRACTICE Create MongoDB Admin user
•PRACTICE Connecting to MongoDB
•Using MongoDB as a Service Cloud MongoDB
•LECTURE Introduction to MongoDB Cloud
•PRACTICE Create MongoDB Atlas Cluster
•PRACTICE Verify connection to the Cloud MongoDB Replica Set
•Installing GUI Tools for MongoDB Management
•LECTURE GUI tools Overview
•PRACTICE Install and Configure MongoDB Compass
•PRACTICE Install and Configure Robo T Robomongo
•PRACTICE Change Font size in Robo T
•Introduction to the MongoDB Shell
•LECTURE Introduction to the MongoDB Shell
•LECTURE Setup Overview
•LECTURE MongoDB Shell JavaScript Engine
•PRACTICE Exploring MongoDB Server and Shell versions
•PRACTICE Getting help in the MongoDB shell
•LECTURE MongoDB Shell JavaScript Syntax
•LECTURE Arguments in the MongoDB Method
•QUIZ MongoDB Shell
•LECTURE MongoDB Shell Module Summary
•SLIDES MongoDB Shell
•Primary MongoDB Data Types
•LECTURE Introduction to the MongoDB Types
•LECTURE Most Common MongoDB BSON Types
•LECTURE Types Syntax in Shell Mode
•LECTURE BSON Type Identifiers
•LECTURE id
•LECTURE ObjectId
•LECTURE Date and ISODate
•LECTURE Convert dates to ISODate Format
•LECTURE Storing proper Number Types in BSON
•QUIZ MongoDB Data Types
•LECTURE MongoDB Data Types Module Summary
•SLIDES MongoDB Data Types
•Basic Create Read Update and Delete CRUD Operations
•LECTURE Introduction to the CRUD Module
•LECTURE Introduction to the CRUD Operations
•PRACTICE Exploring Databases and Collections
•PRACTICE Create and Delete Databases and Collections
•CHALLENGE Create and delete databases and collections
•LECTURE Insert Methods Overview
•PRACTICE insert
•PRACTICE insertOne
•PRACTICE insertMany
•PRACTICE Insert Document with different Value Types
•CHALLENGE Insert Document with different Value Types
•LECTURE Duplicate id Error
•LECTURE Reading Documents Overview
•LECTURE Cursor
•LECTURE How Cursor works in find
•PRACTICE Generating Sample Set of Documents
•PRACTICE Iterate Cursor in MongoDB Shell
•PRACTICE Difference between Batch Size and Iterator Size
•PRACTICE Change MondoDB Shell Iterator size
•PRACTICE batchSize
•PRACTICE Cursor iteration using next and hasNext
•QUIZ Cursor and Iterator
•PRACTICE forEach and toArray
•PRACTICE count limit skip and sort
•PRACTICE Chaining sort limit and skip
•CHALLENGE Chaining sort limit and skip
•CHALLENGE forEach cursor iteration
•PRACTICE findOne
•LECTURE CRUD Operations Module Summary
•SLIDES CRUD Operations
•MongoDB Queries
•LECTURE Introduction to MongoDB Queries
•PRACTICE Insert Sample Documents
•PRACTICE Empty Query
•PRACTICE Equality Query
•LECTURE Introduction to Operators
•PRACTICE Comparison Operators eq neq lt gt
•CHALLENGE Comparison operators
•PRACTICE in and nin
•CHALLENGE in and nin
•PRACTICE and
•PRACTICE or
•CHALLENGE or
•PRACTICE Embedded Documents
•CHALLENGE or and and
•PRACTICE Query Arrays by Specific Value
•PRACTICE Array operators all size
•CHALLENGE Query arrays
•PRACTICE Query Array of Nested Documents
•PRACTICE elemMatch
•PRACTICE exists and type
•PRACTICE Fields Filtering
•CHALLENGE Fields Filtering
•PRACTICE regex
•LECTURE Queries Module Summary
•SLIDES MongoDB Queries
•Updating Documents
•LECTURE Introduction to the Document Updates
•PRACTICE Create Sample Documents
•LECTURE Update Methods Syntax
•PRACTICE set
•PRACTICE unset
•PRACTICE update one Document
•PRACTICE update multiple Documents
•PRACTICE updateOne
•PRACTICE updateMany
•PRACTICE replaceOne
•PRACTICE Combine multiple update Operators
•PRACTICE rename
•PRACTICE currentDate
•LECTURE Array Update Operators
•PRACTICE push
•PRACTICE addToSet
•PRACTICE pop
•PRACTICE pull
•PRACTICE pullAll
•LECTURE Positional Operator
•PRACTICE Positional Operator in Nested Documents
•PRACTICE Positional Operator with elemMatch
•PRACTICE inc
•LECTURE Update Module Summary
•SLIDES Updating Documents
•Delete Operations
•LECTURE Introduction to the Delete Operations
•PRACTICE Create temp DB Collection and Documents
•LECTURE Delete Documents Overview
•PRACTICE remove
•PRACTICE deleteOne
•PRACTICE deleteMany
•PRACTICE drop Collection
•PRACTICE dropDatabase
•PRACTICE Delete Operations in Robo T
•LECTURE Delete Module Summary
•SLIDES Delete Operations
•Aggregation Framework
•LECTURE Introduction to the Aggregation Framework
•PRACTICE Loading sample documents
•LECTURE Aggregation Process
•PRACTICE aggregate
•LECTURE Aggregation Stages Overview
•LECTURE Aggregation Expressions
•LECTURE match
•PRACTICE Aggregation Example match
•LECTURE group
•PRACTICE Aggregation Example group
•PRACTICE Aggregation Example group by nested Fields
•PRACTICE Aggregation Example group by multiple fields
•PRACTICE Aggregation Example match and group
•PRACTICE Aggregation Example swap match and group
•PRACTICE Aggregation Example group and match
•LECTURE count
•PRACTICE Aggregation Example count
•LECTURE Different documents count methods
•PRACTICE Aggregation Example group and count
•LECTURE sort
•PRACTICE Aggregation Example sort
•PRACTICE Aggregation Example group and sort
•LECTURE project
•PRACTICE Aggregation Example project
•PRACTICE Aggregation Example project with restructuring
•LECTURE limit
•PRACTICE Aggregation Example limit match and group
•LECTURE Arrays group issue
•LECTURE unwind
•PRACTICE Aggregation Example unwind and project
•PRACTICE Aggregation Example unwind and group
•LECTURE Accumulators
•LECTURE Accumulators Syntax
•LECTURE sum
•PRACTICE Aggregation Example sum and group
•PRACTICE Aggregation Example sum unwind and group
•LECTURE avg
•PRACTICE Aggregation Example avg and group
•LECTURE Unary Operators
•LECTURE type
•PRACTICE Aggregation Example type and project
•LECTURE out
•PRACTICE Aggregation Example out
•LECTURE allowDiskUse Option
•LECTURE Aggregation Module Summary
•SLIDES Aggregation Framework
•Indexes
•LECTURE Introduction to Indexes
•LECTURE Indexes Overview
•LECTURE Index Creation Process
•LECTURE Btree and how index works
•LECTURE Default id index
•LECTURE getIndexes
•LECTURE Create new Index
•LECTURE Index Creation Options
•PRACTICE Index Example Create Uniq
We Provide advanced Software trainings. we believe in training the students with the latest technologies, methodologies and advancements in the IT industry. Our mission is to ease the transition from education to the professional world by providing a path of continuous learning and mentorship for students.
Subscribe to our newsletter to get the latest news, tips, and advice.
Jaipur Address:
J-100, Tiwari Ji Ka Bagh, Fateh Tibba, Adarsh Nagar, Jaipur, 302004.