Skip to content

Commit 50fadea

Browse files
committed
docs(further_reading): re-style to better format input file and better page
1 parent e22502d commit 50fadea

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

docs/further_reading.md

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
p {
1919
line-height: 1.5em;
2020
}
21+
22+
hr {
23+
clear: both;
24+
}
25+
26+
div.clear {
27+
clear: both;
28+
padding: 6px 0px;
29+
}
2130
</style>
2231

2332
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.
3039
- [Books](#books)
3140
- [Blog Posts](#blog-posts)
3241

42+
<div class="clear"></div>
43+
3344
## Video Courses
3445

3546
<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
4556
and Mongoose. The instructor is [Scott Moss](https://frontendmasters.com/teachers/scott-moss/),
4657
a serial entrepreneur and former instructor at [Hack Reactor](https://www.hackreactor.com/), San Francisco's number one coding bootcamp.
4758

48-
<div style="clear: both"></div>
49-
<br><br>
59+
<hr/>
5060

5161
<a href="https://thinkster.io/tutorials/node-json-api" class="pluralsight-link" style="padding:20px">
5262
<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
5666
Building a Production Ready Node.js JSON API
5767
</a>
5868

59-
<br><br>
60-
6169
[Thinkster](https://thinkster.io/) has created a full stack web
6270
development course for just about every backend and frontend framework
6371
you can think of. Want to learn how to build a full stack app with Vue
6472
and Django, or with Angular and Rails? Thinkster has a course for that.
6573
The Node.js tutorial walks you through building a production-ready
6674
RESTful API with Express and Mongoose from scratch.
6775

68-
<div style="clear: both"></div>
69-
<br><br>
76+
<hr/>
7077

7178
<a href="//pluralsight.pxf.io/c/1321469/432943/7490" class="pluralsight-link">
7279
<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.
7784
Introduction to Mongoose for Node.js and MongoDB
7885
</a>
7986

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

87-
<div style="clear: both"></div>
88-
<br><br>
92+
<hr/>
8993

9094
<a href="//pluralsight.pxf.io/c/1321469/432943/7490" class="pluralsight-link">
9195
<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.
96100
RESTful Web Services with Node.js and Express
97101
</a>
98102

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

106-
<div style="clear: both"></div>
107-
<br><br>
108+
<hr/>
108109

109110
<a href="//pluralsight.pxf.io/c/1321469/432943/7490" class="pluralsight-link">
110111
<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
115116
Building Business Applications with Vue.js and MongoDB
116117
</a>
117118

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

126-
<div style="clear: both"></div>
127-
<br><br>
125+
<hr/>
128126

129127
<a href="//pluralsight.pxf.io/c/1321469/432943/7490" class="pluralsight-link">
130128
<img src="//a.impactradius-go.com/display-ad/7490-432943" alt="" width="180" height="95"/>
@@ -135,13 +133,11 @@ learn about frontend dev.
135133
Moving Forward with Mongoose.js
136134
</a>
137135

138-
<br><br>
139-
140136
Stuck maintaining a legacy codebase on Mongoose 3.x? This course will
141137
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),
142138
so you can upgrade with confidence.
143139

144-
<div style="clear: both"></div>
140+
<div class="clear"></div>
145141

146142
## Books
147143

@@ -158,7 +154,7 @@ _Mongoose for Application Development_ has stood the test of time. This
158154
book does an excellent job summarizing the core ideas that make Mongoose so
159155
powerful. Just sub out callbacks for promises.
160156

161-
<div style="clear: both"></div>
157+
<hr/>
162158

163159
<a class="pluralsight-link" href="https://bit.ly/mongodb-schema-design">
164160
<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
178174
blog that can support hundreds of millions of requests per day, this is
179175
the book for you.
180176

181-
<div style="clear: both"></div>
177+
<div class="clear"></div>
182178

183179
## Blog Posts
184180

@@ -194,7 +190,7 @@ Coming from an SQL background and having trouble understanding Mongoose and Mong
194190
This article explains the core concepts of Mongoose with references to similar
195191
concepts in SQL.
196192

197-
<div style="clear: both"></div>
193+
<hr/>
198194

199195
<a class="pluralsight-link" style="padding: 20px" href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/mongoose">
200196
<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
208204
of the top 3 results when you Google "javascript startswith" or any other
209205
core JavaScript function. This tutorial provides an overview of Mongoose
210206
in MDN's standard style and tone.
211-
212-
<div style="clear: both"></div>

0 commit comments

Comments
 (0)