Please enable JS

Software

CiviCRM Contact and Drupal Search API

April 15/Brian Young/CiviCRMDrupal 7Software
Indexing CiviCRM Contact via Drupal's Search API was not indexing the civicrm_user association.
READ MORE

Trigger Spotify to play song via the CLI

March 28/Brian Young/Software
I setup a bash alias to play my "pump" song for a quick productivity/mood boost.
READ MORE

Make your Git commits more specific!

March 26/Brian Young/Software
Stop making blanket commits, be specific, reference a single ticket number. Break changes up into multiple commits by using "git add -p [filename]".
READ MORE

Selenium Node, slow hub register.

March 18/Brian Young/Software

Seleniun nodes and/or hubs can have extremely slow startups while getting entropy on VMs. It's caused by /dev/random running dry which is a blocking process.

READ MORE

Part 2: Automated Drupal testing with Behat, Selenium, and Headless Firefox

March 16/Brian Young/Drupal 7Software
Here I cover installing Behat, Selenium, and how to run Headless Firefox.
READ MORE

Part 1: Automated Drupal testing with Behat, Selenium, and Headless Firefox

March 15/Brian Young/Drupal 7Software

Part 1 in a series covering automated testing and continuous integration for Drupal sites. Here I cover the various technologies involved and how they interact with each other.

READ MORE

Pages