by John Vincent
Posted on
This stuff ends up sprayed everywhere, so let's create a reference document.
by John Vincent
Posted on
Logging has many challenges. It is very important to be able to get the right logging messages for any given situation.
by John Vincent
Posted on
Putting all of this stuff here so it doesn't end up sprayed everywhere.
by John Vincent
Posted on
RSS (Rich Site Summary, or Really Simple Syndication) is a type of web feed which allows users to access updates to online content in a standardized, computer-readable format.
Configuring RSS Feed with Jekyll is straightforward. Let us begin.
by John Vincent
Posted on
This article describes how to sass include 3rd party fonts.
by John Vincent
Posted on
SASS compilation could be performed by Jekyll or outside of Jekyll. Let's take a look.
by John Vincent
Posted on
Discussion about Google Fonts and how to best load them.
by John Vincent
Posted on
Page Speed flags browser caching of Google Analytics. The following is a way to address this.
I have seen this documented somewhere else, this is my implementation.
by John Vincent
Posted on
Take the restaurants app and implement Integration Tests using a faked database. Setup continuous integration with Travis and deploy to Heroku.
by John Vincent
Posted on
Add Continuous Integration to the Blogging App. Deploy to Heroku using MongoDB database at mLab.
by John Vincent
Posted on
Build app to demonstrate basic authentication.
by John Vincent
Posted on
Now it's time to practice writing integration tests for MongoDB backed Express apps.
by John Vincent
Posted on
Take the blogging app, implement Mongoose layer and deploy to mLab and Heroku.
by John Vincent
Posted on
Understanding the fundamentals of working with Mongoose in an Express app.