DrupalCamp LA 2017 Smackdown talks recap Hello there web people, what follows is a quick recap of some tools, tips and tricks that were showcased last… Continue reading “DrupalCamp LA 2017 Smackdown talks recap”…
Laravel Homestead, database provisioning I have started to work with Homestead for a Laravel project that we are just starting, we have been using… Continue reading “Laravel Homestead, database provisioning”…
Resources to setup a Behat integration in Drupal using a Vagrant Machine I was working setting up an integration with Behat and Drupal in an environment with Vagrant, this post contains the… Continue reading “Resources to setup a Behat integration in Drupal using a Vagrant Machine”…
Using Xdebug with Vagrant and PHPStorm This is a guide about how to use Xdebug with PHPStorm if our project is running in a Vagrant machine.… Continue reading “Using Xdebug with Vagrant and PHPStorm”…
My experience with Marvel app Marvel app is an excellent online tool wich allow designers to create prototypes of mobile applications and web projects. Having… Continue reading “My experience with Marvel app”…
How I Learned to Stop Worrying and Love the Shell Script Lets get real: shell scripting, love it or hate it, but sooner or later you’ll have to deal with it.… Continue reading “How I Learned to Stop Worrying and Love the Shell Script”…
Prepare Behat for testing a Drupal site Behat is an open source Behavior-Driven Development framework for PHP. It can help you test how your site responds to the common… Continue reading “Prepare Behat for testing a Drupal site”…
Diff tools for the command line The diff tool is like one of the most needed tool in the developer toolbox, however the basic diff works… Continue reading “Diff tools for the command line”…
Laravel Websocket from scratch. Hello there guys. In my current Laravel project I had to implement Websockets so I started to follow Laravel’s documentation,… Continue reading “Laravel Websocket from scratch.”…
Git Clean Git clean will hell you to remove all untracked files in the working directory, this post will show the basic usage.… Continue reading “Git Clean”…
How to do some basic code things in Drupal 8 Here goes a few snippets that will help you to start with Drupal 8. Load a Node use Drupal\node\Entity\Node; $node… Continue reading “How to do some basic code things in Drupal 8”…
Using Drupal 8 Modal API Drupal 8 has come with many cool feature to trigger JavaScripts events from the Backend using classes like AjaxResponse and… Continue reading “Using Drupal 8 Modal API”…