MongoDB 3.2 Fundamentals For Developers-Learn By Exercises
About This Course
Advancing technology especially affected data storing in a huge volume. Relational Database Management System(RDMBS) solutions are collecting normalized data, furthermore provide a strong transactional structure but overcoming huge volume of data is a real problem for RDMBS’
NoSQL solutions are popular today to manage huge volume of data. MongoDB provides effective solutions as part of NoSQL perspective.
Teach academical, develop practical!
Course content is organized by this principal. Whole of this course, you’ll practice yourself and fulfil many task in each lecture.
This course provides you;
Effective beginning to MongoDB. Through this course, you’ll learn base terms about MongoDB, practice by sample case scneraio. Course content will help you to improve your querying skills.
Starting with the base terms about NoSQL and MongoDB. By completing each chapters, you get into the hang of MongoDB Shell. You’ll feel your own progression when you pass each chapter one by one.
What are the requirements?
Download the last version of MongoDB
What am I going to get from this course?
- Make a powerful beginning to MongoDB.
- Learn database design patterns and create your own databases in MongoDB
- Learn Insert,Update and Remove operations in MongoDB
- Learn Projection Queries
What is the target audience?
- This course is organized for developers.
- If you know database terms fundamentally, you can easily learn and practice course content.
Course Staff
Emre Şavklı
Software Developer and Instructor
I am a software developer and instructor.
I have been working in a vocational high school over 8 years. I also develop small and medium sized bussiness projects with .NET technologies,like C#.NET,ASP. NET, SQL Server, and WCF, around 10 years.
Furthermore,over 5 years experience on XML, JSon Data, AJAX technologies in more projects.
Recently, I’ve published a book about Entity Framework 5.0.
I have education of master degree in Management Information Systems(MIS) for 2 years.
Frequently Asked Questions
What web browser should I use?
The EnlightMe platform works best with current versions of Chrome, Firefox or Safari, or with Internet Explorer version 9 and above.
Course Features
- Lectures 25
- Quizzes 0
- Duration 4 Hours/Week
- Skill level
- Language English
- Students 2
- Certificate No
- Assessments Self
-
Section 1: Introduction To Mongo DB
- Lecture 1.1 Lecture 1: Let me satisfy your expectation Locked
- Lecture 1.2 Lecture 2: Let’s Start ! Preview Locked
- Lecture 1.3 Lecture 3: Install MongoDB Locked
- Lecture 1.4 Lecture 4: Operations In Mongo DB Shell-Database And Collection Management Locked
- Lecture 1.5 Lecture 5: Operations In Mongo DB Shell-Javascript In Mongo Shell Locked
- Lecture 1.6 Lecture 6: Understanding Database, Collection and Document Locked
- Lecture 1.7 Lecture 7: Data Model Patterns Locked
- Lecture 1.8 Quiz 1: Quiz Locked
-
Section 2: Insert, Update And Delete Documents
- Lecture 2.1 Lecture 8: Insert New Document Locked
- Lecture 2.2 Lecture 9: Update Documents-$set Operator Locked
- Lecture 2.3 Lecture 10: Update Documents-Update Multiple Documents Locked
- Lecture 2.4 Lecture 11: Update Documents-$unset Operator And “upsert” Command Locked
- Lecture 2.5 Lecture 12: Update Documents-$inc Operator Locked
- Lecture 2.6 Lecture 13: Remove Documents Locked
- Lecture 2.7 Quiz 2: Quiz Locked
-
Section 3: Projection Queries
- Lecture 3.1 Lecture 14: Prepare To The Chapter-Insert Tasks Locked
- Lecture 3.2 Lecture 15: Projection- Using Comparison Operators Locked
- Lecture 3.3 Lecture 16: Projection-Using Logical Operators Locked
- Lecture 3.4 Lecture 17: Projection-$exists operator Locked
- Lecture 3.5 Lecture 18: Projection-Text Search by $text operator Locked
- Lecture 3.6 Lecture 19: Run JavaScript Functions Directly By Using $where Operator Locked
- Lecture 3.7 Quiz 3: Quiz Locked
-
Section 4: Aggregation Operations
- Lecture 4.1 Lecture 20: Beginning To Aggregation Operations Locked
- Lecture 4.2 Lecture 21:$group And $match Operators By Samples Locked
- Lecture 4.3 Lecture 22: Single Purpose Aggregation Functions-count() And distinct() Locked