Some Thoughts on Github Acquisition by Microsoft In the last couple of days there was a big fuss related to the acquisition of Github by Microsoft, there… Continue reading “Some Thoughts on Github Acquisition by Microsoft”…
Upgrade Node from 6 to 8 using nvm If you need to upgrade your node installation from 6 to 8 (and even from any version to any another… Continue reading “Upgrade Node from 6 to 8 using nvm”…
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 ?”…
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”…
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”…
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”…
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”…
MySQL – Importing large SQL dumps like a boss If you are doing mysql dumps on large databases you know that at the moment to import the database you… Continue reading “MySQL – Importing large SQL dumps like a boss”…