Jan 29, 2021
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.
Jan 11, 2021
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.
May 23, 2020
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.
Apr 12, 2020
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.
Mar 21, 2020
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.
Sep 6, 2019
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 maliciously altered by someone.
Aug 9, 2019
7 min read
Choose a Password: Strong, Secure and Easy to Remember
Ever forgotten a password? Luckily, I haven’t forgotten one in ~5 years! Read about how to choose strong, secure and memorable passwords.
Jul 6, 2019
10 min read
Acquia Certified Drupal Developer: Preparation, Experience and Review
Learn how to prepare for Acquia’s Drupal certification test and how I scored around 90% in the tests to become a Drupal Grand Master over a weekend.
May 16, 2019
5 min read
Working with Git remotes and pushing to multiple Git repositories
Learn to work with multiple Git repositories – pull from and push to multiple git remotes with easy commands.
May 12, 2019
7 min read
Drupal Entity Validation API: Create Custom Entity Constraints
Learn to implement custom validation constraints for Drupal 8 entities to validate fields, properties and dependencies thereof.