Joan Catala demonstrates a Drupal 11 custom module for a random quote block.
The tutorial replaces deprecated PHP-in-database patterns with a secure block plugin approach.
https://bit.ly/4salFGF
#Drupal #Drupal11 #DrupalDev
George Bonnici-Carter highlights Drupal Recipes for faster site setup.
Recipes package modules and configuration into reusable solutions, helping developers deploy features like AI media and workflows quickly.
https://bit.ly/3Pdsp8g
#Drupal #DrupalDev #WebDevelopment
DDEV Adds Docker Buildx Check
DDEV 1.25.1 adds a validation check for Docker Buildx.
Systems without Buildx version 0.17.0 or later may encounter errors when running ddev start.
https://bit.ly/4lv9sK5
#Drupal #DDEV #DrupalDev #OpenSource
Dripyard sessions training and template preview at DrupalCon Chicago
Dripyard @dripyard.com contributors will lead training and sessions at DrupalCon Chicago 2026.
Topics include Single Directory Components, Drupal Canvas theming workflows, and building reusable Drupal site templates.
https://bit.ly/4uuFpWT
#Drupal #DrupalCon #DrupalDev #OpenSource
Gemini Provider release candidate adds multimodal features to Drupal AI
Gemini Provider 1.0.1-rc1 has been released for the Drupal AI ecosystem.
The update introduces multimodal capabilities including image generation, speech processing, and structured responses.
https://bit.ly/40CDyBQ
#Drupal #DrupalAI #DrupalDev #OpenSource
FlowDrop UI Agents alpha adds visual editor for Drupal AI workflows
FlowDrop UI Agents has entered alpha for Drupal.
The module introduces a visual editor for designing AI agent workflows using the Modeler API.
https://bit.ly/4s8Yj46
#Drupal #DrupalAI #DrupalDev #OpenSource
A new Drupal architecture article explores hardening JSON:API for headless platforms.
The solution uses a custom normaliser to handle missing entity references and prevent API failures.
https://bit.ly/40uhI3w
#Drupal #HeadlessDrupal #JSONAPI #DrupalDev
Drupal has supported built-in image lazy loading since Drupal 9.1.
The system automatically adds the loading="lazy" attribute to images, improving page speed by loading media only when it enters the viewport.
https://bit.ly/4b9LFMp
#Drupal #DrupalDev #WebPerformance #OpenSource
Drupal core sets Navigation module as default admin interface
Drupal core has set the Navigation module as the default admin interface for new installations.
The change replaces the long-standing Toolbar module in the Standard profile and recipes.
https://bit.ly/40yUSaS
#Drupal #DrupalCore #DrupalDev #OpenSource
Drupal AI 1.3.0 has been released with its largest feature expansion yet.
The update introduces AI Guardrails, editorial field widget actions, and OpenTelemetry observability for monitoring AI activity in Drupal.
https://bit.ly/3P5deOi
#Drupal #DrupalAI #DrupalDev #OpenSource
AI helped streamline a maintenance task in Drupal’s Metatag module.
Contributor Sammy Gituko used AI-assisted research to identify broken documentation links and replace them with reliable sources.
https://bit.ly/4dgvH4i
#Drupal #DrupalDev #OpenSource #AI
A new Drupal automation pattern links migrations, AI metadata, and search indexing.
Ron Ferguson’s Automated Librarian series shows how adding a PDF to a directory can trigger a full Drupal document ingestion pipeline.
https://bit.ly/4bFAhI7
#Drupal #DrupalDev #AI #Search
Experimental Admin theme merges Gin and Claro in Drupal core
Drupal core has introduced an experimental Admin theme.
The change merges the contributed Gin admin interface with the Claro theme foundations to streamline development of Drupal’s administrative experience.
https://bit.ly/4lmqxpu
#Drupal #DrupalCore #DrupalDev #OpenSource
Session explains Drupal plugin architecture at DrupalCamp NJ 2026
Peter Wolanin will present a session on Drupal’s Plugin API at DrupalCamp NJ 2026.
The talk explains how Drupal plugins enable reusable functionality, with examples from YAML configuration, PHP code, and simple custom plugins.
https://bit.ly/3Pwet9b
#Drupal #DrupalCamp #DrupalDev #OpenSource
AI Content Migrate explores how AI can assist Drupal migration projects.
The module analyses legacy pages to suggest content models and field mappings before migrations run through Drupal’s standard Migrate system.
https://bit.ly/4bjiepI
#Drupal #DrupalMigration #AI #DrupalDev
FlowDrop beta release marks API freeze before stable version 1.0
FlowDrop 1.0.0-beta1 has been released for Drupal.
The workflow automation framework now enters stabilisation with a frozen public API as maintainers prepare for the first stable 1.0 release.
https://bit.ly/4b5xoAk
#Drupal #OpenSource #Automation #DrupalDev
Security and stability update for CleanTalk Anti-Spam Drupal module
CleanTalk released Anti-Spam module 9.7.0 for Drupal, fixing a cross-site scripting issue reported in SA-CONTRIB-2026-014. The update also improves Spam FireWall handling, stability, and PHP 8.4 compatibility.
https://bit.ly/4lhABju
#Drupal #DrupalSecurity #DrupalDev #OpenSource
Design refresh for the LocalGov Drupal Scarfolk demo theme
The Scarfolk demo theme for @localgovdrupal.bsky.social has been redesigned five years after its release. Mark Conroy @mark.ie updated the visuals and streamlined theme code to better demonstrate the platform’s capabilities.
https://bit.ly/4bzfEgO
#Drupal #LocalGovDrupal #DrupalDev #OpenSource
A CodeLift analysis by Niels de Feyter explains how random configuration UUIDs disrupted a Drupal 7 to Drupal 10 migration workflow. Fresh installs generated thousands of config diffs, breaking Git-based validation.
https://bit.ly/3PcSxQp
#Drupal #DrupalMigration #DrupalDev #OpenSource
COMMpla published a guide on improving Drupal CMS performance across infrastructure, caching, and application code. It reviews server tuning, Drupal’s Page Cache and Dynamic Page Cache, and tools like Redis, Memcached, and Varnish.
https://bit.ly/46MqOw6
#Drupal #DrupalDev #WebPerformance
Drupal 11.3 introduces major performance improvements, according to an ImageX analysis by Nadiia Nykolaichuk. Updates include PHP Fibers for coordinated rendering and a BigPipe rebuild using HTMX, reducing queries and request times.
https://bit.ly/4cDcv0p
#Drupal #DrupalDev #WebPerformance
ScalaHosting published a step-by-step guide to migrating Drupal websites to a new hosting provider. The tutorial explains transferring files, exporting databases, updating settings.php, and testing the site before DNS changes.
https://bit.ly/4bjo0ba
#Drupal #WebHosting #OpenSource #DrupalDev
Jacob Rockowitz shares lessons from experimenting with AI-assisted coding.
Using Python to simulate a junior developer’s learning curve, he explored “vibe coding” and agentic workflows.
AI as learning partner, not replacement.
https://bit.ly/4u6LKI6
#Drupal #AI #DrupalDev
DDEV Adds Experimental Support for Podman and Docker Rootless in Version 1.25.0
🧪 DDEV 1.25.0 @ddev.bsky.social adds experimental support for Podman and Docker Rootless!
Great for Linux/WSL2 setups with strict security, but not ready for mainstream workflows.
Full changelog + runtime notes:
https://bit.ly/3M3JqjX
#DDEV #DockerRootless #Podman #DrupalDev
Want to unify inconsistent content in Drupal?
Jaymie Strecker explains how to restructure with migrations + Paragraphs using sub_process and callback.
A smart internal cleanup—no manual edits required.
🔗 https://bit.ly/45es3Dt
#DrupalMigrations #Paragraphs #DrupalDev #ContentArchitecture
Want to master custom module development in Drupal?
Saroj K. breaks down the hook system: alter, action, and info hooks—plus when to use services.
Great for exam prep or real-world builds.
🔗 https://bit.ly/3LKIdhf
#DrupalHooks #DrupalDev #ModuleDevelopment #DrupalTutorial
Drupal 12 to Require PHP 8.5 and PostgreSQL 18: Platform Requirements Announced
Heads-up from Gábor Hojtsy: Drupal 12 will require PHP 8.5 and PostgreSQL 18.
Also new: MariaDB 10.11, MySQL 8.0, SQLite 3.45.
Upgrade plans? Start testing your stack now.
🔗 https://bit.ly/3NoIDKL
#Drupal12 #PHP85 #WebHosting #DrupalDev
📄 Want to search PDF + Word docs in Drupal?
Ivan Zugec’s @ivanzugec.com WebWash @webwash.net tutorial walks through Solr, Search API Attachments, and faceted Views.
Useful for document-heavy Drupal sites.
https://bit.ly/3LyYTrV
#DrupalSearch #SearchAPI #Solr #DrupalDev
🌐 REST in Drupal made clear—Module 2.9 of Saroj K’s Weekly Drupal covers API access and exam prep.
Learn how core modules, auth, caching, and JSON/HAL serialization fit into real-world workflows.
https://bit.ly/4pmbTis
#DrupalAPI #REST #AcquiaCertification #DrupalDev
🌍 Drupal multilingual best practices, explained in Module 2.8 of Weekly Drupal by Saroj K.
Learn config-first setup, translation APIs, and common pitfalls to avoid.
Useful for site builders and Acquia exam prep.
https://bit.ly/4jnqIQl
#DrupalMultilingual #DrupalDev #AcquiaCertified #Translation