Vagrant : drupal7-memcache recipe not found After the upgrade that we did in our chef server the recipe drupal7-memcache is bringing some issues when you try… Continue reading “Vagrant : drupal7-memcache recipe not found”…
Highcharts: higlighting the X axis on plot bands Currently we are using highcharts.js for a client for whom we built monitor dashboards. One of the requirements was to… Continue reading “Highcharts: higlighting the X axis on plot bands”…
Vagrant on The Capitan “Too many open files – getcwd (Errno::EMFILE)” If you are using vagrant in OSX, with The Capitan, you might experience an issue related with Too many open… Continue reading “Vagrant on The Capitan “Too many open files – getcwd (Errno::EMFILE)””…
Emojis in Drupal 7 Nowadays emojis are everywhere and they are a fundamental part of the social communication. Twits, instagram pictures and others kinds… Continue reading “Emojis in Drupal 7”…
Redis + Laravel: Storing and retrieving objects Is well know the usage of Redis as Cache. Several developers use it as a modern alternative to Memcached but… Continue reading “Redis + Laravel: Storing and retrieving objects”…
Thumbnails in Laravel Currently I received a requirement to create a thumbnail of images, the idea was to use the uri of the… Continue reading “Thumbnails in Laravel”…
Issue with Facebook social plugins, not working for logged out users I recently bumped into an issue with a Facebook social plugin not working properly for logged out Facebook users. The… Continue reading “Issue with Facebook social plugins, not working for logged out users”…
Entrust for Laravel Laravel 5.2 comes with user support out of the box but it has a lack of support for roles and… Continue reading “Entrust for Laravel”…
Connect to a MySQL Server inside of a Vagrant Machine from the Host Machine For all our projects we use Vagrant, we don’t waste more time setting up environments in physical machines since is… Continue reading “Connect to a MySQL Server inside of a Vagrant Machine from the Host Machine”…
How do we hire ? In 42mate we don’t trust in CVs as the only way to know a person. We are a company of… Continue reading “How do we hire ?”…
How to set variables in a page callback and use it in the page template Usually we set variables in a page callback to be used in a template, that template will be render in the… Continue reading “How to set variables in a page callback and use it in the page template”…
Installing NODE.js in Debian/Ubuntu This is a quick helper about how to install node.js and npm in Debian or Ubuntu. $ sudo apt-get install… Continue reading “Installing NODE.js in Debian/Ubuntu”…