Migrating 13,000 Comments from Drupal to Hugo
A developer details the technical process of migrating 13,000 blog comments from a Drupal CMS to the Hugo static site generator, using LLMs as coding assistants.
A developer details the technical process of migrating 13,000 blog comments from a Drupal CMS to the Hugo static site generator, using LLMs as coding assistants.
The author details the migration of his personal blog from Drupal to the Hugo static site generator, citing simplicity and a focus on writing.
A humorous rap song about Drupal development, covering modules, hooks, caching, and the Drupal community.
A technical guide on optimizing Drupal performance by carefully managing the hook_init() function to reduce server load and improve page speed.
Technical guide on optimizing Drupal performance by managing database indexes, queries, and removing unused modules.
A guide to improving Drupal site performance by identifying and removing unused modules to reduce memory footprint and optimize server response.
Tips for improving Drupal performance by optimizing database indexes and SQL queries, inspired by Doom's difficulty levels.
Debugging Drupal cron failures caused by a custom module's nodeapi hook using drupal_goto().
Introduction to Drupal performance tuning, focusing on database optimization, query analysis, and monitoring tools for better web application speed.
Troubleshooting guide for Drupal 6 email notification failures, focusing on a misconfigured module variable.
Details an XSS vulnerability in the Drupal Advanced Poll module (6.x-3.x and prior), including patch and mitigation.
A guide on replacing Drupal's resource-intensive database logging with the Syslog module for better performance.
A summary of a Drupal Camp Israel 2013 presentation on Drupal 7 Media, covering modules like Media, Canvas Field, and Google Charts API.
A technical tutorial on creating a settings page for a Drupal 8 module, focusing on configuration forms and the Global Redirect module.
A tutorial on creating a configuration settings page for a Drupal 8 module, covering form class structure and Drupal's configuration system.
A technical tutorial on implementing basic routing and menu entries for a Drupal 8 module, using the Global Redirect module as an example.
A developer shares their journey porting the Global Redirect module from Drupal 7 to Drupal 8, starting with the .info file.
Explains how to use Drupal's Change Records to find API changes and updates when developing for Drupal 8.
A technical guide on building an in-house slideshow service in Drupal by converting PPT/PDF files to images using open-source tools like Gearman and unoconv.
Explains how the OG Content Access module for Drupal provides fine-grained view permissions within Organic Groups, beyond standard role-based controls.