NEWMEDIA

DRUPAL CMI: HOW DRUPAL 8’S CONFIGURATION API CAN WORK FOR DEVELOPMENT TEAMS

Drupal 8 opens the door for clean, readable, version-controlled configuration in Drupal development. But how can we leverage this system effectively in

Partial to Partials: BoF Recap

At DrupalCon, I held a session about the organization of partials. @johnalbin and @sungug were kind enough to make an appearance and impart some of their

2014 DevOps Report and DrupalCon

This week: 2014 DevOps Report and DrupalCon This week I have been attending DrupalCon. This is my first DrupalCon and I am impressed by the inclusiveness

DrupalCon Austin: My First Con!

My first impression is extremely positive. There is something for everybody and, as always, I am blown away by the amazing collaboration and support...

Deploying a Drupal Site from a Chef Role

With a properly setup Chef repository and server, managing Drupal application deployments becomes a simple exercise of managing the subset of metadata

Using Knife and Knife.rb for Managing Databags

Securely deploying sensitive data with Chef can be achieved through the use of encrypted databags, which can be managed easily with a properly configured

Creating a Google Map Link in Views Using an Address Field

There are times when you don't want to embed a map on your site and you simply want to link an address off to Google maps. Here's how to do it using

Time-Boxing for Success!

One question often asked in interviews is 'How do you make sure you get things done in your day?'. Time boxing may be your answer! If you've ever been

Integration Testing with KitchenCI First Steps

When you want to test the integration of your snowflake data into your environments you should consider KitchenCI. You should understand Test Driven Development with...