Blog
Fixing javascript issues after Drupal 10.4 upgrade
Lately I've encountered quite big issues with javascript after a core upgrade. At first, it wasn't easy to debug. Later, I came to this thread, mentioning big_pipe module as the culprit.
Blog
Drupal AI vs WordPress AI: Which CMS Handles Image Generation Better? [2025]
AI is transforming website content creation. 58% of site owners use AI to generate images for their websites. This makes Drupal AI and other tools essential for modern content creation.
Blog
The state of AI image generation in Drupal
By 2025, AI image generation in Drupal has significantly advanced, offering powerful capabilities for content creators and editors.
Blog
Set a page in maintenance mode with Drush in Drupal
Depending on your Drupal version, you can enable maintenance mode with Drush as follows
Blog
The best AI resources for Drupal (2025)
Here is a list of interesting resources on artificial intelligence integrations in 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
The launch of Drupal SEO Studio
I’m really excited to finally annouce the first part of a project I’ve been working on for a very long time.
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.