How can I start a career as Drupal Developer ? We receive very often emails from people that is starting their careers in development and they ask us “What technology… Continue reading “How can I start a career as Drupal Developer ?”…
Upgrade path from Drupal 8.2 to 8.3 and Bootstrap Layout module If you use modules like Panels, Panelizer, Context, Bootstrap Layouts or context and you are trying to figure out how… Continue reading “Upgrade path from Drupal 8.2 to 8.3 and Bootstrap Layout module”…
Migrating user password from non-drupal database to Drupal 8 Usually when a site makes the decision to migrate to a new platform, one of the challenges you may find… Continue reading “Migrating user password from non-drupal database to Drupal 8”…
Ensuring Laravel Code Styles In 42mate we are very strict to follow the coding standards of the products that we use, so for example… Continue reading “Ensuring Laravel Code Styles”…
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”…