Abraham Garcia in Fun Stuff   Saturday, November 11 2017

Project Management for GitHub

issue.sh is the only project management tool that integrates natively within GitHub's user interface with fine grained permissions.

Issue.sh is a project management tool within GitHub that has no access to your code.  Organize Your ProjectsKnow Your ProjectsFine Grain Permissions Go beyond syncing your issues issue.sh is the

Continue reading
Abraham Garcia in PHP Scripts   Monday, October 16 2017

Presigned URL for AWS S3 Object with PHP

This is a tutorial on how to generate a presigned url for Amazon AWS S3 Object with PHP.

This is a short tutorial on how to create a presigned url for an amazon S3 object. require('./aws/aws-autoloader.php'); use Aws\S3\S3Client; $bucket = 'mybucketname'; $s3 = S3Client::factory(array( 'region' => 'us-west-2', 'version'

Continue reading
Abraham Garcia in Application Development   Friday, October 13 2017

Cordova Allow Audio to Play in Background and in Silent Switch

This plugin is useful when your phone switch is on silent and you want app music to play on silent. This also lets music play in the background. This is a Cordova Plugin.

This plugin is very usefull when you want to play HTML5 Audio Tracks in Background and super easy to use. It also bypass the silent mode on iOS.  Plugin Source: https://github.com/katzer/cordova-plugin-background-mode 

Continue reading