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.
4 min read

Custom Drush Commands: Site-wide Drush Commands

Does your Drupal site have custom scripts? Many of them can probably be written as beautiful custom Drush commands.
8 min read

Full Stack Drupal Developer at Symetris: Interview, Experience, and Review

Read about my experience working as a Senior Drupal Developer at Symetris; one of the most peaceful jobs I have had so far.
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.
8 min read

Clibato – CLI Backup Tool: Building a Command-line Python Application

Meet Clibato! A small CLI app that I wrote to backup/restore my dotfiles. In this article I share my experiences building my first Python CLI application.
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.