Skip to main content
484
results
Andrew Fletcher
When working on Drupal migrations, developers often assume that adding a new field to the process section will seamlessly update existing content. However, unless explicitly handled, Drupal’s migration system does not automatically apply changes to previously migrated records. This oversight can lead to data inconsistencies, incomplete content structures, and potential frustrations for both developers and stakeholders. In large-scale Drupal implementations, especially those involving external...
Andrew Fletcher
When deploying a Python project from a User Acceptance Testing (UAT) environment...
Andrew Fletcher
The Drupal theme configuration has undergone recent changes made to the Webpack...
Andrew Fletcher
Accessibility is a fundamental aspect that ensures experiences are inclusive for...
Andrew Fletcher
Occasionally, a Drupal site may display a warning about a module being "Missing...
Andrew Fletcher
When troubleshooting network issues or configuring devices, knowing your IP address can be essential. Whether you're connected via Wi-Fi, Ethernet, or tethering through a mobile provider, macOS offers powerful built-in tools to quickly identify your IP address. Here's a practical guide tailored to Australian users with step-by-step instructions.   Finding your IP address on Wi-Fi If you're connected to the internet via Wi-Fi, you can retrieve your IP address with a simple command in...
Andrew Fletcher
DDEV has become a popular tool for local web development, offering a streamlined...
Andrew Fletcher
The release of Drupal 10.4.0 sees stricter validation rules being applied to...
Andrew Fletcher
Securing sensitive content is essential for protecting data integrity and user...
Andrew Fletcher
Observing colleagues work with Drush, it’s clear they have the basics down pat....
Andrew Fletcher
Transferring files between development and production environments is a critical task in the deployment process. However, I continue to come across multiple approaches that scale from awesome automation using pipelines to the basic of direct command line entry. Where the basic approaches rely on outdated processes that are inefficient and difficult to maintain. Let's explore how to optimise file transfer workflows, moving from rudimentary approaches to more efficient methods using cp and...
Andrew Fletcher
Seemingly minor technical misconfigurations can escalate into major...
Andrew Fletcher
Deploying updates to production environments is a critical phase in web...
Andrew Fletcher
In the ever-evolving landscape of web development, technical challenges are par...
Andrew Fletcher
Docker containers list To view a list of Docker containers that are currently...