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
Add Continuous Integration to the Blogging App. Deploy to Heroku using MongoDB database at mLab.
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
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.
by John Vincent
Posted on
Configure Github, Travis and Heroku so that a change to a Github repository triggers a Travis CI build which executes Mocha/Chai Unit Tests and if successful, deploys to Heroku.
by John Vincent
Posted on
Configure Github, Travis and Heroku so that a change to a Github repository triggers a Travis CI build which executes Mocha/Chai Unit Tests and if successful, deploys to Heroku.
by John Vincent
Posted on
This document discusses how to deploy a basic static website to Heroku.