Dries Buytaert: Why Drupal CMS matters
If you watch one Drupal video this week, make it Pam’s! Pam quoted a familiar Drupal saying: Drupal makes hard things possible, but it also makes easy things hard.. The room laughed because…

If you watch one Drupal video this week, make it Pam’s! Pam quoted a familiar Drupal saying: Drupal makes hard things possible, but it also makes easy things hard.. The room laughed because…

May 18, 2026 / Dainius K. / 6 min Read Summarize with: A fitness studio website helps gyms, boutique studios, trainers, and wellness businesses promote classes, schedules, memberships, trainers, and booking options online….

This post is about what has been happening in the wild over the past several weeks, what it means, and what we’re doing about it. We’ve spent years building exactly that — and…

From my perspective, the “sovereignty-first” approach creates a paradox. On one hand, the highly regulated industries that use Ada or COBOL or Rust, such as defense, aerospace, banking, require that air-gapped security for…

I overheard a couple people say, “Drupal? Is that still around?” If the loudest narrative about Drupal is that it is outdated, people will keep repeating it, even when it is wrong. AI…

After twenty years on the Linux desktop, more than a dozen distros, multiple desktop environments, a seven-year tiling window manager phase, and one detour through whatever I thought of as the stable answer…

One: The market opportunity is real. The web is still growing. Drupal is still dominant behind WordPress at every tier that matters. Recent innovations have substantially strengthened the competitive position. There’s a bright…

Apex AI 2.0 Expands Drupal AI Integration With Multi-Provider Orchestration vision of this web portal is to help promote news and stories around the Drupal community and promote and celebrate the people and…

May 14, 2026 / Dainius K. / 6 min Read Summarize with: An event management web app helps organizers plan, manage, and track events from one central dashboard. Instead of juggling spreadsheets, emails,…

I set a reminder for myself to report back in a year, maybe sooner. I’m curious to see what this model can become. Most of all, I like that this program is structural….

AI helps this, but it doesn’t solve it. As Prophet Security, leading AI SOC company, states, “AI can identify patterns and even provide a natural language interface to make threat hunting easier for…

Drupal Community Mourns the Loss of Alanna Burke Drupal Slack. Note: The vision of this web portal is to help promote news and stories around the Drupal community and promote and celebrate the…

That’s not a technology problem. It’s an operational design question. The answer is process architecture, not audit frequency. Consider a mid-sized enterprise processing around 2,000 device lifecycle events per month. That’s provisioning, reassignment,…

Nick Opris Develops Daily Digest for Drupal AI Initiative Projects Drupal Slack. Disclosure: This content is produced with the assistance of AI. You May Like Note: The vision of this web portal is to…

The Decision Latency Tax Most executives believe they should be able to answer in an hour. In practice, almost none of them can. The question travels through three or four systems, lands in…

Martin Anderson-Clutz – mandclu.com mandclu Nic Laflin – nLighteneddevelopment.com nicxvanJohn Picozzi – epam.com johnpicozzi Topics Congratulations to April as the 2026 Aaron Winborn award! What is MOSA, and what gap in the Drupal…

May 08, 2026 / Domantas P. / 18 min Read Summarize with: To build a progressive overload tracker with OpenClaw, set up an always-on agent that logs workouts from chat, reads your training…

Let’s create the form for this route. $form[‘node_id’] = [ ‘#type’ => ‘number’, ‘#title’ => $this->t(‘Node ID’), ‘#default_value’ => $nid, ]; (new Htmx()) ->post() ->trigger(‘input delay:0.5s’) ->target(‘#node-preview-output’) // Select is required to pick…