Drupal

Blog

Converting UTF Characters in MySQL Dump: MySQL to MariaDB Conversion

In environments where MariaDB is the database standard but external developers are using MySQL, importing database dumps can sometimes lead to compatibility issues

Blog

Starshot initiative - the survey results

The results of the Starshot initiative survey have dropped.

Blog

Bulk import redirects in Drupal 10 script

Managing redirects in Drupal can be a real headache, especially when you’ve got a bunch of URLs to handle. Here’s a quick way to automate redirect management in Drupal 10 with some custom PHP that hooks into the Redirect module.

Blog

Creating a Batch Service in Drupal 10: how-to and example code

Drupal 10 has introduced a new way of handling batch operations, making it easier to perform complex tasks in the background. In this tutorial, we'll explore how to create a batch service in Drupal 10, complete with example code.

Blog

QueueWorkers in Drupal 10

Learn how to efficiently manage async tasks in Drupal 10 with queue workers, offloading tasks to separate processes and freeing up your main thread for user requests.

Blog

Deleting specific node types in Drupal 9+ using drush

You can use Drush to delete all nodes of a certain type.

Blog

How to assign a role to a user with drush

I had to use this on one of our projects. A handy command to quickly assign a user a role in Drupal with Drush:

Subscribe to Drupal