How to configure Nginx to serve statics from Amazon S3
Recently I needed to configure Nginx to serve statics from Amazon S3 and this is how I did it. Configuring Nginx to serve statics from Amazon »
Recently I needed to configure Nginx to serve statics from Amazon S3 and this is how I did it. Configuring Nginx to serve statics from Amazon »
Some time ago I need beautify a JSON in a textarea and I found that JSON.stringify() provides a parameter to specify the String to use »
To use a CDN is recommended for speed and a better performance but for example, what happens if a CDN fails or you want to enable »
Uncaught TypeError: Cannot call method ‘replace’ of null (underscore.js:768) Cause This error is throw when a Backbone View receive an invalid String as template, »
Using Backbone templates in Jade I was wondering how to use Backbone templates in Jade, because there is a problem when using them because of syntax. »