Menu

Technical archive

Object Oriented JavaScript for beginners

As the amount of JavaScript being written in modern web applications is growing, it’s necessary to look at how we can manage our code. This post uses the example of a monkey battling game to demonstrate how we can structure JavaScript with some object oriented conventions seen in the more...

The MEAN Stack on Heroku : configuring MongoDB and Gulp

I’ve been working with the MEAN stack, following an example in Jeff Dickey’s book: “Write Modern Web Apps with the MEAN Stack” to create a web application.  I had it working fine locally, but encountered a few problems when deploying the app in the cloud using Heroku, which is what I'm...

MEAN stack on IBM Bluemix: configuring MongoDB

This is a follow up to a previous post: "The MEAN Stack on Heroku", which looked at deploying and building a MEAN stack application in the cloud via Heroku. This time, I'm doing the exact same thing on IBM Bluemix, but this time I will focus primarily on configuring the Bluemix...