-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
2 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
<section id="universityPromo"> | ||
<h3><span>MongoDB University</span></h3> | ||
|
||
<h4>M101JS: MongoDB for Node.JS Developers</h4> | ||
<p>Learn everything you need to know to get started building a MongoDB-based app. From basic installation, JSON, schema design, querying, insertion of data, indexing and working with the Node.JS driver. | ||
</p> | ||
<p> | ||
<a href="https://university.mongodb.com/courses/M101JS/about" target="_blank" class="btn btn-success btn-mongo">Learn More</a> | ||
</p> | ||
<h3><span>MongoDB University</span></h3> | ||
<br/> | ||
<h4>Using MongoDB with Node.js</h4> | ||
<p>This course guides you through everything you need to get started with MongoDB in your NodeJS applications. In this course, you’ll get an overview of the official MongoDB NodeJS/Javascript driver and learn how to install it by using npm. You’ll learn how to connect your application, perform basic CRUD operations, troubleshoot, and then build aggregations.</p> | ||
<p> | ||
<a href="https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs" target="_blank" class="btn btn-success btn-mongo">Learn More</a> | ||
</p> | ||
<br/> | ||
<h4>MongoDB Node.js Developer Path</h4> | ||
<p>This learning path contains a series of courses to teach you MongoDB skills. In this path, you’ll learn the basics of building modern applications with Node.JS, using MongoDB as your database.</p> | ||
<p> | ||
<a href="https://learn.mongodb.com/learning-paths/mongodb-nodejs-developer-path" target="_blank" class="btn btn-success btn-mongo">Learn More</a> | ||
</p> | ||
</section> |