Skip to main content
483
results
Andrew Fletcher
When deploying a Python project from a User Acceptance Testing (UAT) environment to Production, it’s essential to ensure that all dependencies and configurations remain consistent. Particularly in our situation where this was going to be the first deployment of AI semantic search functionality to Production. In some cases, the UAT environment may not include a requirements.txt file, making it necessary to generate one before transferring the project. This article outlines the steps required to...
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...
Andrew Fletcher
DDEV has become a popular tool for local web development, offering a streamlined approach to managing Docker-based environments. However, setting up and managing DDEV projects, particularly with the latest versions of Docker Desktop, can present challenges. This article guides you through resolving key issues, setting up Drupal, and managing multiple projects effectively.   Overcoming common DDEV setup issues Problem: Port conflicts and router errors One of the most common errors developers...
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...
Andrew Fletcher
Seemingly minor technical misconfigurations can escalate into major organisational inefficiencies. Consider a scenario where a Python-based web application experiences repeated errors due to missing dependencies, incorrect permissions, and environment mismanagement. Although these challenges appear purely technical at first glance, the ripple effects can impact productivity, service delivery, and even reputation.   Understanding the root cause It often begins with something as simple as a...
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...
Andrew Fletcher
Maintaining your Ubuntu server is essential to ensure it operates smoothly,...