Home RSS
David Burgos's Picture

David Burgos

221 posts
← Newer Posts Page 29 of 45 Older Posts →

How to correctly fix the AngularJS error: "digest already in progress"

$digest already in progress First of all, don’t fix it this way if ( ! $scope.$$phase) { $scope.$apply(); } It makes no sense because $$phase is just »

David Burgos David Burgos on angular, english, error, Javascript 02 December 2014

How to schedule a MongoDb backup using cron

If you are running a single standalone MongoDb database or even a replicaSet maybe it’s interesting to have a backup. If you want to create »

David Burgos David Burgos on backup, cron, mongodb 18 November 2014

How to fix the Nginx error: could not build the server_names_hash

could not build the server_names_hash, you should increase server_names_hash_bucket_size I got this error when I added a new host in »

David Burgos David Burgos on error, nginx 05 November 2014

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 »

David Burgos David Burgos on amazon, nginx, s3 14 October 2014

How to beautify a JSON

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 »

David Burgos David Burgos on Javascript, json 22 September 2014
← Newer Posts Page 29 of 45 Older Posts →
David Burgos © 2012-2026
Bolder theme. Proudly published with Ghost