The Drupal jack of all trades
I was very fortunate to not only attend but be the keynote speaker for DrupalCamp Singapore! Here are my take aways and keynote slides.
I was very fortunate to not only attend but be the keynote speaker for DrupalCamp Singapore! Here are my take aways and keynote slides.
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.
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.
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.
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.
It has been a busy year and with busy years comes a lot of new knowledge and perspective. What better time to reflect than at the end of the year.
Ever written custom code to check if your textfield is a positive integer? I sure have. Then I found an easier way.
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.