At Drupalcon, one of John Albin’s session was a discussion about the possibility of using W3C Web Components as a templating engine. The session was the first time that I had heard about Web Components and it lead me to look into the complexities that Drupal and Web Components offer. What are web components This… Continue reading Web Components? Are They Forrealz?
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 wisdom with the Drupal Community of how they do partials. In this article I will discuss their methods, as well as mine, for doing partial layouts in the Drupal… Continue reading Partial to Partials: BoF Recap
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 development teams? Configuration Management in Drupal 7, Our Process Our collaborative Drupal 7 development process typically starts with a site built by a team, entirely defined in code. We don’t do databases until… Continue reading Drupal CMI: How Drupal 8’s Configuration API Can Work for Development Teams
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 overrides One of the sessions I enjoyed the most was Twig: Friendly Curl Braces Invade Your Templates by KNP Labs Ryan Weaver. He discussed a… Continue reading Twig: Extending Drupal Templates
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 of the Drupal community and the prospect of the release of Drupal 8. I have been enjoying interacting with many of the people that I have meet. Since my… Continue reading 2014 DevOps Report and DrupalCon
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 within the Drupal community. Becoming a Drupalista is still proving to be a high point in my career. This is why… I arrived in Austin on Sunday and was immediately impressed.… Continue reading DrupalCon Austin: My First Con!
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 within the combinations Chef role files that are specific to each deployment. Prerequisites This article will focus solely on the mechanics of how to deploy a Drupal site by creating and updating a… Continue reading Deploying a Drupal Site from a Chef Role
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 address field. Address field module doesn’t currently have a views formatter to display an address as a link to Google Maps. You could… Continue reading Creating a Google Map Link in Views Using an Address Field
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 knife.rb file. If you’re using Chef as your configuration management solution, you are probably familiar with it’s powerful command line utility, knife, which allows one to interact with the chef server… Continue reading Using Knife and Knife.rb for Managing Databags
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 asked the interview question, ‘How do you make sure you get things done in your day?’, what they’re really asking you about is your time management… Continue reading Time-Boxing for Success!