9 min read

Acquia Certified Drupal 9 Expert: Preparation, Experience, and Review

How to prepare for Acquia’s Drupal certification test and how I become a Triple Certified Drupal Expert in ~8 hours on a Friday the 13th.
5 min read

Drall: A Tool to Run Drush on Multi-site Drupal Installations

A command-line tool to run drush on all or multiple sites in multi-site Drupal installations. One command to Drush them all!
4 min read

Phpake: A Tool like Make/Rake Built for PHP

Have you ever struggled with writing or updating a Makefile? Now you can write a Phpakefile instead! Phpake is similar to GNU Make, but built for PHP.
12 min read

Building a Web Scraper/Watcher with Ruby: Cats + Ruby + CLI + Emails

Read about writing a CLI webpage scraper and watcher app in Ruby that sends email notifications when new data is found.
6 min read

Dockerize Ruby on Rails with Lando

Learn to use Lando for dockerizing your Ruby on Rails projects to simplify and standardize your dev env setup.
7 min read

Dockerize Ruby on Rails with Docker Compose

Learn to use Docker for running Ruby on Rails projects in containers to simplify and standardize your dev env setup.
7 min read

Drupal + Sidr: Accessible Mobile Menus

Learn about the Sidr module for Drupal that lets you add beautiful, accessible mobile menus to your website.
8 min read

Dockerize Drupal with Lando

Learn to use Lando for running Drupal websites in Docker containers and get dockerized Drupal websites running in under 5 minutes.
7 min read

Dockerize Drupal with Ddev

Learn to use Ddev for running Drupal websites in Docker containers and get dockerized Drupal websites running in under 5 minutes.
7 min read

Signing Git Commits and Tags with GPG

Learn to sign your Git commits and tags with GPG to let your team know that they are authentic and that they weren’t made by someone else.