git Get GitHub repositories failing on master One problem that you may have when you have a lot of repositories with automatic updates is that from time to time your repository may fail on master and you may not notice. In order to address so I was wondering if there is
ruby Fixing XLS files for one of my sideprojects The problem Recently I had to work on this issue [https://github.com/namelivia/caixabank-homebank/issues/1] of one of my projects hosted on Github and these are the notes I took. The repository contains a very old Ruby language tool I made for
laravel How to contribute to an existing Composer package These days I'm working with a colleague in a PHP package for extending Laravel called laravel-crud [https://github.com/carlosafonso/laravel-crud]. This package adds some functionality to Laravel in order to speed and have a cleaner code for typical CRUD resources in
php Use git hooks to ensure you commit good code In my job we are doing continuous integration by using Atlassian's Bamboo [https://es.atlassian.com/software/bamboo] (you can use any other product like Travis CI [https://travis-ci.org/]). That means that the code is automatically deployed to a server and