Skip to main content

nick.schuch

Nick Schuch
Operations Lead

Location

Bundaberg

Driven and passionate about technology, Nick Schuch is a highly experienced systems administrator who has been involved with the Drupal community for over a decade.

My blog posts

Drupal continuous integration with Docker

by nick.schuch /

Continuous integration platforms are a vital component of any development shop. We rely on it heavily to keep projects at the quality they deserve. Being early adopters of Docker (0.7.6) for our QA and Staging platform we thought it was time to take our CI environment to the next level!

Writing a custom Drupal Search API processor

by nick.schuch /

When working with the Search API Drupal module, sometimes we need to programmatically add information that is not available for indexing as a field. Lucky we can write our own custom pre-processor to provide this information to the index.

The Drupal jack of all trades

by nick.schuch /

Last week I was very fortunate to not only attend, but be the keynote speaker for DrupalCamp Singapore! Here are my take aways and keynote slides.

Isolate your Drupal sites with Docker and Puppet.

by nick.schuch /

I recently spoke at the Drupal Melbourne meetup about running Puppet and Docker to improve isolation when running multiple sites on the one host. It's alot of work to get setup properly for a remote speaker so I would like to thank the organisers for allowing me to present.

Embedding Responsive iframes in your Drupal site

by nick.schuch /

Implementing iframe elements can be troublesome for both content editors and developers, that's even before trying to make them responsive. After some recent project work I'm here to tell you there is an easy way to handle them.

Learning how to fail (a Drupal CI odyssey)

by nick.schuch /

Over the past year we have gone through many iterations of our CI system, 3 major versions to be exact (not counting minor updates). During this time we have focused on stability, speed and documentation. These are the major changes that we have found make a huge difference.

Search API Solr Overrides

by nick.schuch /

Maintaining multiple Drupal 7 environments with unique configuration is hard. Maintaining different Solr configuration for these environments is even harder. Enter Search API Solr Overrides; the easier approach.

An Introduction to Bean Module

by nick.schuch /

Bean stands for Block Entities Aren’t Nodes and provides a new method of displaying content on a Drupal site. Still require some clarification as to what this module provides? I sure did when I first looked at Bean so I will take you through the basics of implementing your own module that takes advantage of Beans. 

Pagination