NEWMEDIA

Acquia Certified Developer… Check

I took the Acquia Certified Developer test this morning and ... PASSED! "Earning Acquia Certifications will gain you visibility and credibility for your experience and...

First Few Weeks at NEWMEDIA

My first few weeks at NEWMEDIA have certainly been exciting! I have been enjoying meeting and collaborating with my new colleagues and getting settled in....

DBUG Meetup: Drupal 8 Module Development

On Wednesday, May 14, I will be presenting on Drupal 8 module development at Applied Trust in Boulder. This meetup will focus on Drupal 8 module

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

Setting Up to Develop with Chef Data and Cookbooks

Think of the chef repo as your snowflake, or the data that makes your organization unique. One of the hardest challenges, at this stage, is keeping the

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...

Sharing a Local Vagrant VM With Other Devices

In Drupal-lamp we usually have a private virtual machine when in development. Under this scenario you can only access the site from the host machine where

Getting Started with Chef Cookbooks

A challenge faced by users of Open Source lies in understanding how to properly evaluate and use a given piece of code. Let's walk through...