5 min read
Sending Emails with Drupal Symfony Mailer
Say goodbye to hook_mail(); learn to send easily-configurable and translatable emails with the Drupal Symfony Mailer module.
6 min read
Migrating Custom Themes from Drupal 9 to Drupal 10: Removing Dependencies on Classy and Stable
Upgrading to Drupal 10? Here’s how you get your custom theme ready for Drupal 10.
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.
6 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.
11 min read
Building a Web Scraper 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.