by Sourcetoad | Dec 1, 2015 | Cool Tools, Web Application Development
The nice thing about using Heroku is that it is very simple to deploy. Just git push Heroku master. There are, however, just a few simple bad practices to eliminate. For instance, it’s important not to store configurations in your code. Also don’t assume...
by Sourcetoad | Dec 23, 2014 | Cool Tools
Backbone.js is a JavaScript library that any developer can get up-and-running with, in just a matter of moments. Backbone exists exactly for the reason it sounds like it exists: to give your JavaScript applications some “backbone” by providing structure — albeit...