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.
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.
11 min read
Learning a new Language as an Adult: My Experiences and Suggestions
Think you’re too old to learn a new language? You’re wrong! Here’s how I learned 3 new languages as an adult.
9 min read
Passing a French Language Test in 6 Months: My Experience Learning a Sixth Language
Learning French? Read about how I learnt intermediate-advanced French and scored B2 in a French language test in six months.
12 min read
Immigrating to Quebec as a Skilled Worker: PR after 4 Years
Thinking of immigrating to the Province of Quebec? Read about my experience of becoming a Permanent Resident of Canada.
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.