diff --git a/docs/further_reading.md b/docs/further_reading.md index ca947bfe0db..68ebf0fcc0a 100644 --- a/docs/further_reading.md +++ b/docs/further_reading.md @@ -1,7 +1,10 @@ -## Further Reading +# Further Reading There's a lot of great content out there to learn more about Mongoose. @@ -22,17 +34,20 @@ This page has a list of video courses, books, and blog posts curated by Mongoose maintainers. We've gone through every course, book, and article on this page to make sure it is high quality. -* [Video Courses](#video-courses) -* [Books](#books) -* [Blog Posts](#blog-posts) +- [Further Reading](#further-reading) + - [Video Courses](#video-courses) + - [Books](#books) + - [Blog Posts](#blog-posts) + +
## Video Courses - + - - + + API Design in Node.js Featuring Express & Mongo @@ -41,19 +56,16 @@ This course is a great introduction to building a RESTful API with [Express](htt and Mongoose. The instructor is [Scott Moss](https://frontendmasters.com/teachers/scott-moss/), a serial entrepreneur and former instructor at [Hack Reactor](https://www.hackreactor.com/), San Francisco's number one coding bootcamp. -
-

+
- + Building a Production Ready Node.js JSON API -

- [Thinkster](https://thinkster.io/) has created a full stack web development course for just about every backend and frontend framework you can think of. Want to learn how to build a full stack app with Vue @@ -61,83 +73,71 @@ and Django, or with Angular and Rails? Thinkster has a course for that. The Node.js tutorial walks you through building a production-ready RESTful API with Express and Mongoose from scratch. -
-

+
- + - + Introduction to Mongoose for Node.js and MongoDB -

- Know someone who wants to get started building Node.js apps but doesn't have a lot of software development experience? This course is more beginner-friendly than _API Design_ and is a great resource for beginners looking to get started. -
-

+
- + - + RESTful Web Services with Node.js and Express -

- Looking for a course to take you from zero to Express + Mongoose REST API fast? This is the one. This course is halfway between _API Design_ and _Introduction to Mongoose_. It focuses more on -[Express](http://expressjs.com/), but also doesn't go into as much detail as _API Design_. +[Express](http://expressjs.com/), but also doesn't go into as much detail as _API Design_. -
-

+
- + - + Building Business Applications with Vue.js and MongoDB -

- This course walks you through building a full-stack web application using the [VENoM Stack](https://medium.com/@audretschjames/venom-stack-docker-setup-for-local-development-457093761ad1). Try this course if you're a [Vue.js](https://vuejs.org/) expert looking to expand into backend engineering or an experienced MongoDB dev looking to learn about frontend dev. -
-

+
- + - + Moving Forward with Mongoose.js -

- Stuck maintaining a legacy codebase on Mongoose 3.x? This course will give you a detailed overview of the [breaking changes and new features in Mongoose 4.x](https://github.com/Automattic/mongoose/wiki/4.0-Release-Notes), so you can upgrade with confidence. -
+
## Books @@ -154,7 +154,7 @@ _Mongoose for Application Development_ has stood the test of time. This book does an excellent job summarizing the core ideas that make Mongoose so powerful. Just sub out callbacks for promises. -
+
@@ -174,7 +174,7 @@ how to structure MongoDB schemas for an e-commerce store, a category tree, or a blog that can support hundreds of millions of requests per day, this is the book for you. -
+
## Blog Posts @@ -190,10 +190,10 @@ Coming from an SQL background and having trouble understanding Mongoose and Mong This article explains the core concepts of Mongoose with references to similar concepts in SQL. -
+
- + @@ -204,5 +204,3 @@ Virtually every JavaScript developer has read MDN docs. They're usually one of the top 3 results when you Google "javascript startswith" or any other core JavaScript function. This tutorial provides an overview of Mongoose in MDN's standard style and tone. - -
\ No newline at end of file