Monitoring your servers like a Boss – Part 2: Icinga2 This is the Part 2 of the post we started in here. In this second part we will use Icinga2 to monitor… Continue reading “Monitoring your servers like a Boss – Part 2: Icinga2”…
Monitoring your servers like a Boss – Part 1: Ganglia In today’s post we will be sharing the steps necessary to monitor your server in a reliable way. We will… Continue reading “Monitoring your servers like a Boss – Part 1: Ganglia”…
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”…
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”…
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”…
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”…
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”…
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”…
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”…
Implementing Doctrine Caching with Memcached in Symfony 2 Doctrine 2 has a full chapter devoted to caching, but I found some issues when I tried to implement this… Continue reading “Implementing Doctrine Caching with Memcached in Symfony 2”…