Overriding composer dependencies Often times we find ourselves in a situation where the dependency to a project that uses Composer does 90% of… Continue reading “Overriding composer dependencies”…
Using Gulp and LibSass instead of Compass I been using compass to compile our sass files for a long time, however I always hated that compass is… Continue reading “Using Gulp and LibSass instead of Compass”…
Starting a new Bootstrap Subtheme for Drupal 7 and Sass Everybody knows what Bootstrap is, there is a module for Drupal that includes all the goodies of Bootstrap into Drupal,… Continue reading “Starting a new Bootstrap Subtheme for Drupal 7 and Sass”…
Oh-my-zsh, avoid the status check of a git repo There was a before and after in my life since the day I knew Oh-my-zsh and Zsh, this two tools can… Continue reading “Oh-my-zsh, avoid the status check of a git repo”…
Vagrant Problem : SSH authentication failure If starting your vagrant machine you see something like this default: Error: Connection timeout. Retrying… default: Error:… Continue reading “Vagrant Problem : SSH authentication failure”…
Installing Ruby in OSX OSX is well know because it has, out of the box, things like a PHP interpreter and also a Ruby… Continue reading “Installing Ruby in OSX”…
My first node.js project I’ve been a PHP developer for the last 10 years and it has been a great, fun and defiant journey… Continue reading “My first node.js project”…
Force Advagg files regeneration In some cases, for example after a deploy, you need to ensure that the files generated by advagg are completly… Continue reading “Force Advagg files regeneration”…
Clear Varnish Cache from Drush I you have a Drupal site and you are using the Varnish integration in your Drupal you can take advantage… Continue reading “Clear Varnish Cache from Drush”…
Invalidate all the memcache data without restart the service You can invalidate all existing cache items using the flush_all command. This command does not pause the server, as it… Continue reading “Invalidate all the memcache data without restart the service”…
Git : Reset a Branch to the last thing in the remote repository There are sometimes were we have a remote brach in our local that we haven’t been used for a while,… Continue reading “Git : Reset a Branch to the last thing in the remote repository”…
Drupal Modules: renaming upload file names and path with ‘File (Field) Paths’ module A common problem when you implement file uploads is to set a proper name for the files in order to… Continue reading “Drupal Modules: renaming upload file names and path with ‘File (Field) Paths’ module”…