by Sourcetoad | Jan 19, 2016 | Code, Cool Tools, Web Application Development
As developers, the integrated development environment (IDE) we choose to use is both incredibly important and something none of us really think about. The former because it truly helps us write code quickly and efficiently, predictive text, code scanning, syntax...
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...