From 2aefae5541f3f5ba6eaa4d4b245a478c206bf2e8 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 2 Aug 2022 14:38:25 +0200 Subject: [PATCH 1/5] docs(further_reading): update mdn blog post image The previous image was not existing anymore, so i just extracted the link from the blog-post "header > meta[property="og:image"]" --- docs/further_reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/further_reading.md b/docs/further_reading.md index ca947bfe0db..eec5e646a7c 100644 --- a/docs/further_reading.md +++ b/docs/further_reading.md @@ -193,7 +193,7 @@ concepts in SQL.
- + From efedba7df84d2214fd58bada243a2a867e04be5f Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 2 Aug 2022 14:39:09 +0200 Subject: [PATCH 2/5] chore(further_reading): fix style --- docs/further_reading.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/further_reading.md b/docs/further_reading.md index eec5e646a7c..bfec520f5a5 100644 --- a/docs/further_reading.md +++ b/docs/further_reading.md @@ -22,9 +22,10 @@ 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 @@ -32,7 +33,7 @@ on this page to make sure it is high quality. - + API Design in Node.js Featuring Express & Mongo @@ -97,7 +98,7 @@ resource for beginners looking to get started. 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_.


@@ -205,4 +206,4 @@ 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 +
From 97dca14b45018f12a62a7a5f6e878d7c98119927 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 2 Aug 2022 14:40:41 +0200 Subject: [PATCH 3/5] docs(further_reading): change first header to be h1 --- docs/further_reading.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/further_reading.md b/docs/further_reading.md index bfec520f5a5..7ae9938be5e 100644 --- a/docs/further_reading.md +++ b/docs/further_reading.md @@ -1,4 +1,4 @@ -## Further Reading +# Further Reading There's a lot of great content out there to learn more about Mongoose. @@ -30,6 +39,8 @@ on this page to make sure it is high quality. - [Books](#books) - [Blog Posts](#blog-posts) +
+ ## Video Courses @@ -45,8 +56,7 @@ 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. -
-

+
@@ -56,8 +66,6 @@ a serial entrepreneur and former instructor at [Hack Reactor](https://www.hackre 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 @@ -65,8 +73,7 @@ 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. -
-

+
@@ -77,15 +84,12 @@ 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. -
-

+
@@ -96,15 +100,12 @@ 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_. -
-

+
@@ -115,16 +116,13 @@ between _API Design_ and _Introduction to Mongoose_. It focuses more on 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. -
-

+
@@ -135,13 +133,11 @@ 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 @@ -158,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. -
+
@@ -178,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 @@ -194,7 +190,7 @@ 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. -
+
@@ -208,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. - -