18
18
p {
19
19
line-height : 1.5em ;
20
20
}
21
+
22
+ hr {
23
+ clear : both ;
24
+ }
25
+
26
+ div .clear {
27
+ clear : both ;
28
+ padding : 6px 0px ;
29
+ }
21
30
</style >
22
31
23
32
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.
30
39
- [ Books] ( #books )
31
40
- [ Blog Posts] ( #blog-posts )
32
41
42
+ <div class =" clear " ></div >
43
+
33
44
## Video Courses
34
45
35
46
<a href =" //pluralsight.pxf.io/c/1321469/432943/7490 " class =" pluralsight-link " >
@@ -45,8 +56,7 @@ This course is a great introduction to building a RESTful API with [Express](htt
45
56
and Mongoose. The instructor is [ Scott Moss] ( https://frontendmasters.com/teachers/scott-moss/ ) ,
46
57
a serial entrepreneur and former instructor at [ Hack Reactor] ( https://www.hackreactor.com/ ) , San Francisco's number one coding bootcamp.
47
58
48
- <div style =" clear : both " ></div >
49
- <br ><br >
59
+ <hr />
50
60
51
61
<a href =" https://thinkster.io/tutorials/node-json-api " class =" pluralsight-link " style =" padding :20px " >
52
62
<img src =" https://pbs.twimg.com/profile_images/819400302864412676/6x2g2XtJ_400x400.jpg " alt =" " style =" width : 140px " />
@@ -56,17 +66,14 @@ a serial entrepreneur and former instructor at [Hack Reactor](https://www.hackre
56
66
Building a Production Ready Node.js JSON API
57
67
</a >
58
68
59
- <br ><br >
60
-
61
69
[ Thinkster] ( https://thinkster.io/ ) has created a full stack web
62
70
development course for just about every backend and frontend framework
63
71
you can think of. Want to learn how to build a full stack app with Vue
64
72
and Django, or with Angular and Rails? Thinkster has a course for that.
65
73
The Node.js tutorial walks you through building a production-ready
66
74
RESTful API with Express and Mongoose from scratch.
67
75
68
- <div style =" clear : both " ></div >
69
- <br ><br >
76
+ <hr />
70
77
71
78
<a href =" //pluralsight.pxf.io/c/1321469/432943/7490 " class =" pluralsight-link " >
72
79
<img src =" //a.impactradius-go.com/display-ad/7490-432943 " alt =" " width =" 180 " height =" 95 " />
@@ -77,15 +84,12 @@ RESTful API with Express and Mongoose from scratch.
77
84
Introduction to Mongoose for Node.js and MongoDB
78
85
</a >
79
86
80
- <br ><br >
81
-
82
87
Know someone who wants to get started building Node.js apps but doesn't have
83
88
a lot of software development experience?
84
89
This course is more beginner-friendly than _ API Design_ and is a great
85
90
resource for beginners looking to get started.
86
91
87
- <div style =" clear : both " ></div >
88
- <br ><br >
92
+ <hr />
89
93
90
94
<a href =" //pluralsight.pxf.io/c/1321469/432943/7490 " class =" pluralsight-link " >
91
95
<img src =" //a.impactradius-go.com/display-ad/7490-432943 " alt =" " width =" 180 " height =" 95 " />
@@ -96,15 +100,12 @@ resource for beginners looking to get started.
96
100
RESTful Web Services with Node.js and Express
97
101
</a >
98
102
99
- <br ><br >
100
-
101
103
Looking for a course to take you from zero to Express + Mongoose
102
104
REST API fast? This is the one. This course is halfway
103
105
between _ API Design_ and _ Introduction to Mongoose_ . It focuses more on
104
106
[ Express] ( http://expressjs.com/ ) , but also doesn't go into as much detail as _ API Design_ .
105
107
106
- <div style =" clear : both " ></div >
107
- <br ><br >
108
+ <hr />
108
109
109
110
<a href =" //pluralsight.pxf.io/c/1321469/432943/7490 " class =" pluralsight-link " >
110
111
<img src =" //a.impactradius-go.com/display-ad/7490-432943 " alt =" " width =" 180 " height =" 95 " />
@@ -115,16 +116,13 @@ between _API Design_ and _Introduction to Mongoose_. It focuses more on
115
116
Building Business Applications with Vue.js and MongoDB
116
117
</a >
117
118
118
- <br ><br >
119
-
120
119
This course walks you through building a full-stack web application using
121
120
the [ VENoM Stack] ( https://medium.com/@audretschjames/venom-stack-docker-setup-for-local-development-457093761ad1 ) .
122
121
Try this course if you're a [ Vue.js] ( https://vuejs.org/ ) expert looking to
123
122
expand into backend engineering or an experienced MongoDB dev looking to
124
123
learn about frontend dev.
125
124
126
- <div style =" clear : both " ></div >
127
- <br ><br >
125
+ <hr />
128
126
129
127
<a href =" //pluralsight.pxf.io/c/1321469/432943/7490 " class =" pluralsight-link " >
130
128
<img src =" //a.impactradius-go.com/display-ad/7490-432943 " alt =" " width =" 180 " height =" 95 " />
@@ -135,13 +133,11 @@ learn about frontend dev.
135
133
Moving Forward with Mongoose.js
136
134
</a >
137
135
138
- <br ><br >
139
-
140
136
Stuck maintaining a legacy codebase on Mongoose 3.x? This course will
141
137
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 ) ,
142
138
so you can upgrade with confidence.
143
139
144
- <div style =" clear : both " ></div >
140
+ <div class =" clear " ></div >
145
141
146
142
## Books
147
143
@@ -158,7 +154,7 @@ _Mongoose for Application Development_ has stood the test of time. This
158
154
book does an excellent job summarizing the core ideas that make Mongoose so
159
155
powerful. Just sub out callbacks for promises.
160
156
161
- <div style = " clear : both " ></ div >
157
+ <hr / >
162
158
163
159
<a class =" pluralsight-link " href =" https://bit.ly/mongodb-schema-design " >
164
160
<img src =" https://s3.amazonaws.com/codebarbarian-images/schemadesign.jpg " style =" width : 180px " >
@@ -178,7 +174,7 @@ how to structure MongoDB schemas for an e-commerce store, a category tree, or a
178
174
blog that can support hundreds of millions of requests per day, this is
179
175
the book for you.
180
176
181
- <div style =" clear : both " ></div >
177
+ <div class =" clear " ></div >
182
178
183
179
## Blog Posts
184
180
@@ -194,7 +190,7 @@ Coming from an SQL background and having trouble understanding Mongoose and Mong
194
190
This article explains the core concepts of Mongoose with references to similar
195
191
concepts in SQL.
196
192
197
- <div style = " clear : both " ></ div >
193
+ <hr / >
198
194
199
195
<a class =" pluralsight-link " style =" padding : 20px " href =" https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/mongoose " >
200
196
<img src =" https://developer.mozilla.org/mdn-social-share.cd6c4a5a.png " style =" width : 140px " >
@@ -208,5 +204,3 @@ Virtually every JavaScript developer has read MDN docs. They're usually one
208
204
of the top 3 results when you Google "javascript startswith" or any other
209
205
core JavaScript function. This tutorial provides an overview of Mongoose
210
206
in MDN's standard style and tone.
211
-
212
- <div style =" clear : both " ></div >
0 commit comments