HomeWeb Development

Web Development

Twig: Extending Drupal Templates

This is the first part of a series on Twig and how to use it in Drupal 8. This blog will discuss how to extend templates using blocks and complicated

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

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

Building Base Boxes with Packer

Packer is a powerful tool that enables the creation of identical multi-platform virtual machine images from a definition file. In this article we will

Test Driven Development with RSpec and Chef

Test driven development (TDD) ensures that you've properly defined your code's goals, that your code has achieved these goals, and that future changes to

Drupal Settings Per Environment

We have a need at NEWMEDIA for certain Drupal settings and configurations to be present in production, in staging, and while on a development...