Drupal feeds

Apoca-optimism: Notes from SXSW

Phase II Technology -

Apoca-optimism: Notes from SXSW cloos Wed, 04/01/2026 - 11:25

South by Southwest, SXSW, or simply "south by": no matter how you say it, Austin hosts a one-of-a-kind festival, boasting celebrities, music, art, and cutting edge innovation splashed across downtown.

On the other side of it, I find my brain stuffed with that new-things goodness that only brilliant people having inspiring conversations can bring. And tacos. Really great tacos.

I can't share the tacos with you all, but I can pull on a few mental threads. Because across very different sessions, from biotech to product strategy to design measurement, I kept hearing the same thing underneath it all: the old ways of knowing what's real, what's valuable, and what's possible are breaking down. And the people who will thrive are the ones learning to navigate by conviction rather than certainty.

There's a word for that feeling. I heard it somewhere in the blur of south-by, and it stuck: apoca-optimism. One of those phrases that makes you go "Yeah. YEAH. That's it exactly." In a world spinning on a tilt-a-whirl of changes and AI upheaval, it's hard to look at what's coming without some sense of dread. Of a massive and imminent ending. But also... maybe something beautiful too? The weird and wild and wondrous things at our feet right now. A raw abundance of possibility.

That tension, between ending and beginning, and the overwhelm of navigating it, ran through everything I heard and saw.

The impossible, now merely difficult

Decoding Nature: How AI is Learning to Program Biology

Take the collaboration between Basecamp Research, Microsoft, and UPenn. Together, they've built an LLM that doesn't speak in human language. It speaks in the language of life itself: DNA. The questions being asked of their model, EDEN, are uncovering new antibiotic targets for an increasingly drug-resistant host of diseases. And the accuracy is staggering: 95% hit rate in predicting antimicrobial function.

Getting there was no meager task, and absolutely not "vibe code." The raw data for such a project was missing, simply not enough sequences to train on. Scientific publications aren't like the rest of the internet. They contain only the end product of thought: years of work distilled into a single paper. For a model, this is like learning to speak English by only hearing the last word of every conversation. Validation was its own problem: you can spot a mangled sentence in a heartbeat, but can you spot a mangled protein? And DNA itself is not a clean language; it's riddled with inconsistencies and "junk" sequences.

But here's the thing: these problems are now merely difficult.

Much ado is made of AI's leaps towards greater efficiency. In essence, being better at familiar flavors of busy. And those improvements are genuinely revolutionary: changing the equation of effort shatters everything from engineering to law practice. But projects like EDEN aren't just doing difficult things more easily. They are doing what was previously impossible.

Hearing smart people share about the miraculous work they've done, sitting fifty feet away, talking to a room full of people eagerly taking notes... there's something contagious in that.

Prospectors and prospecting

How to Build AI-First Products: Models, Memory, Mastery

Not everyone had stories of miraculous change. There was also a sober sifting of the meaningful from the hype. I particularly appreciated this session, because it asked the multi-million-dollar question: in a gold rush, how many prospectors actually strike gold?

There can be little doubt that hype is in abundance. Much like the early ages of the internet or mobile devices, there's a sense of urgency to "just add AI." But in the scramble to not be left behind, some efforts are not just pointless, but quite costly. Remember Jasper AI, the content-writing darling? Mountains of seed money, and then the foundation models simply got better and swallowed the value proposition whole. Or BloombergGPT: millions in investment, rendered obsolete in months when GPT-4 not only matched but outperformed it.

We're far enough into this era that the blunders have had time to mature and be plucked. So what separates the products that endure from the ones that get swept away?

The ground moves fast when models improve faster than your product roadmap. Durability doesn't come from wrapping AI in a pretty shell, or specialized training. It comes from building something that foundational models can't have and competitors can't easily catch up to. The model is not your moat, the data it’s built on is.

Directionally rigorous, not falsely precise

Beyond Beautiful: A Data-Driven Framework for Design ROI

Every day we're asked to make decisions faster, with more data, and higher stakes. So how do you act with conviction when the ground won't stop moving? I found that satisfyingly missing puzzle piece in a session on measuring the real ROI of design. On its face, a brass tacks topic: how do you talk the budget people into letting you do beautiful things? But the deeper message was the one that tied everything together for me.

The presenters had built an actual formula for predicting design's fiscal impact, scoring problem severity, design influence, and execution quality to estimate return on investment. What struck me was that the most important thing about it wasn't the math (which was pretty cool). It was the posture. The willingness to say: we can't prove this precisely, but we can prove it directionally, and that's enough to act on.

Their phrase for it was perfect: directionally rigorous, not falsely precise.

In a world where data has never been cheaper or more abundant, I think this is essential framing. Humans, and our AI agents, make surprisingly poor decisions in information-rich environments. We cherry-pick what already proves what we want. Call it cognitive bias or context poisoning; it's the same root issue. By letting go of the false promise of precision and more-is-more thinking, and focusing on the harder to measure shape of truth, we can gain actual insight. We may not have all the data, but we usually have order of magnitude understanding. Our six-figure design updates are solving an eight-figure problem. Let’s stop worrying about the precision on our estimates. 

This applies far beyond design. It's the same discipline that separates the durable AI product from the flash-in-the-pan one. It's the same instinct that let the EDEN researchers push forward without clean data or easy validation. Knowing you can't be exactly right, and building anyway. With rigor, with humility, with direction.

What I brought home

There are more intertwining threads from SXSW than would fit here. But these were the ones I carried out of the murmur and burble of downtown Austin:

The impossible is now merely difficult and our old sense of what's "realistic" can no longer be trusted. A gold rush is underway, and many prospectors will fail because they're chasing the first sparkle, instead of getting real about where to focus. And in all of it, the skill that matters most is learning to be directionally right rather than precisely comfortable.

The world is terrifying and extraordinary. The people who showed up at SXSW aren't pretending otherwise. They're learning to build in the turbulence.

That, and the tacos. The tacos were really something.

Proudly written with editorial assistance from my good buddy Claude.

 

 

Publication Date Wed, 04/01/2026 - 11:25 Caroline Casals Software Architect

Caroline is an Acquia-certified Site Developer and Acquia Approved Site Studio 6 Site Builder who is one of our most passionate technical consultants.

Featured Blog Post? Yes Has this blog post been deprecated? No Summary South by Southwest, SXSW, or simply "south by": no matter how you say it, Austin hosts a one-of-a-kind festival, boasting celebrities, music, art, and cutting edge innovation splashed across downtown. In a world spinning on a tilt-a-whirl of changes and AI upheaval, it's hard to look at what's coming without some sense of dread. Of a massive and imminent ending. But also... maybe something beautiful too? The weird and wild and wondrous things at our feet right now. A raw abundance of possibility.
Topic Artificial Intelligence Web Banner Mint.png Promo Image

Joachim's blog: Speed up your PHPUnit Browser tests with this one trick

Drupal Planet -

Speed up your PHPUnit Browser tests with this one trick

It's true, no April fools. You can make your Browser tests run much quicker. How? By deleting them!

You will of course need to add a corresponding Kernel test - and that's the trick. Kernel tests run much faster than Browser tests.

But Browser tests make requests to the test site using an internal web browser, I hear you say, whereas Kernel tests make API calls directly. Kernel tests have their uses for testing APIs, but Browser tests are needed to test actual HTML output.

Aha! Kernel tests can now make HTTP requests.

This is subject to a number of caveats and limitations: there is no session, and forms can't be submitted. And functionality such as a current user, blocks on the page, and page caching will need additional setup.

And more generally, with Kernel tests, modules are enabled but not installed: you need to handle things like entity schemas, database tables, and install config yourself in the test. The benefit though is that you only set up the parts of the module that you need for your test.

So not all Browser tests are suitable for conversion. But a lot of them are. We're already working on converting tests in core, and as this feature has been backported to Drupal core 11.x, contrib modules can make use of it too.

The benefits to conversion are tests that run faster, so less time developing and less time waiting for CI pipelines to run, and a lower energy footprint and lower costs for drupal.org. And they're easier to debug too.

And if you haven't yet written any tests for your module, now is an excellent time to start!

Do you need help with writing PHPUnit tests, or getting started with test-driven development? I'm available for hire - contact me!

joachim Wed, 01/04/2026 - 08:14 Tags

The Drop Times: Drupal’s Global Shift Continues

Drupal Planet -

Across the global web ecosystem, Drupal continues to hold a steady position as a platform shaped by long-term reliability and structured flexibility. Its presence in government systems, higher education platforms, and enterprise environments reflects a consistent preference for stability over rapid change. This pattern has allowed Drupal to remain relevant across regions where durability, governance, and scalability are essential.

A recent reflection shared by Josh Koenig on LinkedIn, drawing on Drupal.org usage statistics, argues that Drupal adoption has declined across successive major releases since 2016. He frames this as a broader economic challenge for the ecosystem, pointing to reduced growth and a shift toward maintenance-driven work. While such data includes development environments and does not directly represent deployment scale, it continues to inform discussion about how Drupal’s role is evolving.

Within this context, Drupal’s role appears increasingly aligned with long-term systems rather than rapid expansion cycles. Much of the work around Drupal today centres on sustained platforms, incremental improvements, and continuity for existing implementations. This reflects how organisations engage with Drupal not as a short-term solution, but as infrastructure that supports complex digital operations over extended periods.

At the same time, Drupal continues to operate within a broader and changing technological landscape. Modern web development increasingly involves multiple layers, including frontend frameworks, composable architectures, and emerging AI-driven tools. In this environment, Drupal often functions as part of a larger system, contributing its strengths in content structuring, security, and extensibility.

The ongoing conversation signals a shift in how Drupal is positioned rather than a change in its foundational value. Its global adoption remains rooted in principles of openness, community-driven development, and support for complex digital experiences. As the web continues to evolve, Drupal remains part of that broader ecosystem.

EVENTDISCOVER DRUPALDRUPAL COMMUNITYBOOKSFREE SOFTWARE

Additional developments from across the Drupal ecosystem were published during the week. Readers may follow The DropTimes on LinkedIn, Twitter, Bluesky, and Facebook for continuing updates. The publication also maintains a presence on Drupal Slack in the #thedroptimes channel.

Thank you.

KAZIMA ABBAS
Sub-editor
The DropTimes

A Drupal Couple: My DrupalCon Chicago Retrospective

Drupal Planet -

My DrupalCon Chicago Retrospective Image Imagen Article body

DrupalCon Chicago 2026 was one of the most exciting DrupalCons I've attended. Not because everything was perfect, but because the conversations were real. I came in pushing two conversations: the International Federation and what I call "the little guy". I left with more energy than I arrived with, and a clearer picture of what needs to happen next.

The Driesnote Energy

Dries opened with the story of Chicago literally lifting its buildings to rebuild its foundations. Perfect metaphor for where Drupal is right now. He talked about the stable triangle that has held Drupal together for 25 years: the product, the agencies, and the open source community. And he was honest about all three legs being under pressure from AI at the same time.

 

The demo was impressive. Using Lovable to generate a beautiful website in 15 minutes. Then migrating it to Drupal using Canvas CLI and OpenAI Codex in about two to three hours. The new pitch Dries proposed: "We use AI to prototype fast, then we use Drupal to build systems that last." I think that's a strong message.

 

Jurgen Haas showed what one Drupal expert can do with AI as a tool. 90,000 lines of code, over 300 commits, full test coverage for the new ECA experience. In six weeks. AI didn't replace his expertise. It removed friction. That's the model.

 

Aiden Foster from Foster Interactive named the dread AI created for him as a 17-year agency owner. And then he named what he learned: "The bottleneck isn't production anymore. It's creativity, strategy, and judgment. All innately human." He's right. And I think that realization is where the real opportunity lives for agencies in our community.

25 Years of Drupal

I've only been in Drupal for about half of those 25 years, but the gala was something special. Seeing friends and colleagues celebrating together, people who have built careers, companies, and communities around this project. It was a reminder of what makes Drupal different. The technology matters, but the people are why we stay.

The Little Guy Needs a Voice

Here's where I want to add to the conversation. When you watch the Driesnote demo carefully, a marketing director receives brand guidelines from a team, legal is involved, a landing page is created for a product launch. That's enterprise. And if you're a small company without a marketer or a team for brand guidelines, that demo doesn't speak to you. It might even scare you away.

 

The site templates and marketplace are great progress, eleven templates up from one six months ago. But the framing is still enterprise and mid-market.

 

Microsoft did not become the default by being the best. They became the default by being on every computer, which made people think about them when they needed a server. The same applies to WordPress. Forgetting the base of the pyramid is a mistake.

 

I made this point at the Marketing Initiative BoF. As long as we keep talking enterprise, we might solve today's problem, but we will be right back here again. This is not either/or. We need enterprise marketing AND the little guy.

 

We already have companies building for the down market. Dripyard, FlexSite, Drupito, Drupal Forge, Palcera, the IXP Initiative. At Josh Koenig's "Real Talk on Drupal's Economic Prospects" BoF, Ashraf from Drupito showed their marketplace approach, where agencies personalize templates to serve specific verticals like barbershops. Concrete proof that the tools and the willingness exist.

 

The problem is fragmentation. We're all pulling in our own directions, and we can't expect an already spread-too-thin DA to coordinate this for us. What we need is a strategy. Let us create the content. We just need help from the DA identifying the difference in tone, and we can help create and publish it. Then the DA helps with distribution through their larger channels. I shared this with Paul McKibben and Chris O'Donnell, and they agreed. But we need more people to join this effort.

The IXP Program Deserves More Attention

Ana Laura Coto presented on the IXP Initiative and the credits we've already delivered during the Community Summit. A company completes an IXP engagement and gets 250 contribution credits. Bronze certified partner status requires 150. One engagement and you're on the path.

 

On contribution day, I presented the IXP to newcomers participating in Drupal in a Day. The pitch is straightforward: if a company cares about Drupal contribution credits, someone who completed the IXP can walk into a conversation and say "I'm worth 250 credits, hire me."

 

Between Drupal Camp Costa Rica and DrupalCon Chicago, over 100 people have registered for these programs. And honestly, I'm frustrated that companies are not jumping on these opportunities. We're feeding new talent into the ecosystem, people who could become the next generation of Drupal professionals. And the industry is barely paying attention.

 

And in the Driesnote, when Dries talked about driving adoption and the initiatives moving Drupal forward, the IXP was not mentioned. Again.

The AI Conversation Landed in the Right Place

Dries said something on stage that I've been arguing for weeks: "Don't submit code you don't understand." The AI slop conversation has been intense in our community, and it landed in the right place. Not bans. Quality gates. Standards that apply to the output regardless of how it was produced. The community's response during DrupalCon week proved that people who deeply disagree on AI can still work together with respect. James Jackson Abrahams showed real leadership through that process, and I'm glad the community recognized it.

The Federation Needs to Move Forward

The International Federation was a thread through the entire week. During the Community Summit on Monday, Baddy Sonja laid out something important: you can't just say "create a federation" and expect it to happen. It takes time, costs, and expertise. That's fair.

 

But we also can't wait for a perfect plan. Through conversations with Baddy and Tim, I understand the different concerns around this. Funding. Community governance. Infrastructure ownership. All valid. But I pointed out something concrete: a model where local associations take in RippleMaker memberships and Drupal Certified Partner fees will increase funding directly. Right now, the main source of income besides DrupalCon is the DCP program, overwhelmingly based in the US with minimal commitments from outside.

 

I see local associations working in two parts. They increase funding by expanding membership and certification programs locally, with local payment methods, tax benefits, and pricing that makes sense. And that same revenue gives them a budget to promote Drupal in their markets the right way.

 

Others want full clarity on how everything would work before starting. I understand that instinct. But waiting for full clarity means waiting forever. We need to start somewhere and evolve.

 

There was also a comment during the board meeting about diversity of countries and companies on the board. I want to add something to that. Even if we achieve diversity of origin, that alone doesn't guarantee diversity of perspective. If someone lives in Latin America but their clients are all in the US or EU, their vision will still be shaped by those markets. Real diversity means having people who serve their local markets, who understand what it means to run a business where the economic reality is fundamentally different. That's what the Federation would bring.

DrupalCon Latin America

During the board meeting, I brought up DrupalCon Latin America. We asked for the Drupal Association's help reaching prospective sponsors. Dries told us to find a couple of possible dates and consult with him directly. That's not a confirmation, but it's a door that wasn't open before. We're going to walk through it. If you're interested in sponsoring, speaking, or helping organize, reach out to me.

What I'm Taking Home

DrupalCon Chicago gave me energy and clarity. The product is moving. Drupal CMS 2.1, Canvas, the Context Control Center, the marketplace, site templates. The AI work is real and impressive.

 

Dries framing it as "AI amplifies expertise, it doesn't replace it" is exactly right.

 

But the conversations about the base of the pyramid, the markets we're ignoring, and the funding model that could change everything... those are still happening in BoFs and hallways, not on the main stage.

 

I didn't come to Chicago to wait. Rotterdam is next, and I hope by then the Federation is moving, the little guy has a voice in our marketing, and DrupalCon Latin America is on the calendar.

Subject of IXP Graduates from Initiative to Program: Companies Can Start Using It Now! We're Still Too Expensive, and We Should Talk About It The Blueprint for Affordable Drupal Projects Why I Do Not Trust Independent AI Agents Without Strict Supervision Author Carlos Ospina Abstract A retrospective on DrupalCon Chicago 2026 covering the Driesnote AI demos, the push for the International Federation, Drupal for the little guy, the IXP Initiative, the AI community debate, and the path toward DrupalCon Latin America. Tags Drupal Drupal Planet Drupalcon DrupalCon Chicago AI Drupal Federation IXP Initiative Drupal CMS Rating Select ratingGive My DrupalCon Chicago Retrospective 1/5Give My DrupalCon Chicago Retrospective 2/5Give My DrupalCon Chicago Retrospective 3/5Give My DrupalCon Chicago Retrospective 4/5Give My DrupalCon Chicago Retrospective 5/5Cancel rating No votes yet Leave this field blank Add new comment

Matt Glaman: How Drupal's chained fast backend keeps APCu cache consistent across your web servers

Drupal Planet -

Drupal's cache.backend.chainedfast makes your site faster without any configuration. All you need is to have APCu on your server. It shows up in the bootstrap, config, and discovery cache bins, and most developers never think about it or even know it is being leveraged.

The chained-fast backend combines two backends: a fast, inconsistent backend (APCu, local to each web server process) and a consistent backend (the database, which is shared across all servers). APCu alone is dangerous in a multi-server environment because each server has its own copy of the data; invalidations on one server don't propagate to others. The chained backend solves this with a last-write timestamp.

Drupal blog: Not just a starting point. A head start. Drupal's new Site Templates are built for your world.

Drupal Planet -

Drupal powers websites for governments, universities, major media organisations, and global brands - but historically it's demanded specialist knowledge just to get started. Last year's release of Drupal CMS changed that, putting Drupal's power within reach of the marketers, content teams, and site builders who actually run websites day to day.

Last week at DrupalCon Chicago, that vision took another huge step forward with the pilot launch of the Drupal Site Template Marketplace at marketplace.drupal.org.

Ready-made starting points, built the right way

The marketplace launches with an initial set of purpose-built site templates covering the use cases where Drupal has always excelled: nonprofits, higher education, healthcare, government, events, SaaS, and more, with more templates to follow as the programme grows.

Each template is a complete, working starting point. Not a design skin, but a fully configured site with real content models, editorial workflows, and Drupal's full architecture underneath. Install one inside DrupalCMS and you have a professional, sector-appropriate website that's ready to customise, not a blank slate dressed up nicely.

Free and premium options are available.

Why this is different from a WordPress theme

This distinction matters, and it's worth being direct about it.

Theme marketplaces, the kind WordPress is known for, offer visual overlays. They change how a site looks. They don't change how it works. That's fine for simple sites, but organisations that need real editorial workflows, structured content, access controls, multilingual support, or compliance requirements quickly find that a theme doesn't help. They're building the architecture from scratch regardless of how they started.

A Drupal site template includes that architecture from day one. The content models, the configuration, the editorial structure, all of it is already there, built to production standards, ready to extend.

That means the ceiling is genuinely different. Other tools can generate something that looks right. Drupal templates give you something that actually works, at scale, with a team, under real operational conditions.

Built for the sectors that need it most

Each template is designed around a specific use case, which means the features that matter for that sector are already configured and ready.

A nonprofit template arrives with the tools a nonprofit actually needs. A healthcare template is built around the trust and clarity that patients expect. A government template starts from the accessibility and security standards that aren't optional in the public sector.

Drupal's sector expertise, applied earlier in the process, so organisations can spend their time on what's specific to them, not on rebuilding foundations that have already been solved.

Expert support, built in

Every template in the marketplace connects you directly to the team that built it. If you need help customising, extending, or getting the most out of your starting point, the expertise is right there.

This is just the beginning

The marketplace is launching as a pilot, a deliberate decision to get the foundations right before scaling. The initial templates have been built to a high bar by agencies with deep Drupal expertise, and the programme will expand as more makers come on board.

It's an early but meaningful moment. The vision: a rich catalogue of sector-specific, production-ready starting points that make Drupal accessible to any organisation, is now becoming real.

Browse the current templates at marketplace.drupal.org.

File attachments:  SITE TEMPLATE SOCIAL CARD.png

DDEV Blog: DDEV March 2026: Maintainership and AI, DrupalCon, New TUI, coder.ddev.com, and 77% of Goal

Drupal Planet -

Just under the deadline for the March newsletter!

I spent the last week at DrupalCon Chicago, seeing lots of old friends and having lots of discussions about the impact of AI on open-source developers everywhere.

Scaling Maintainership for DDEV (and everywhere)

I'm noticing that because of AI it's getting easier for our lovely community to contribute to DDEV. But I'm also seeing that our PR queue is getting longer, and Stas and I are feeling more pressure from it, because we sure don't like to frustrate contributors. In many cases, we have been getting good quality and nontrivial contributions, and contributions that have been prioritized. But they may not be exactly the things that we were hoping to put our own energy toward. And a couple of them are difficult to review because they touch low-level areas.

And I even notice that I am tempted to create too many new PRs because it's easy. On the train back from Chicago (30 hours) I couldn't help myself and did two new diagnostic commands for DDEV (using Claude Code). It's all well and good, but that's two more PRs that I have to study carefully, manually test on multiple platforms, and that Stas has to look at and test.

We'd love to have your comments and feedback about this cycle. Here are some thoughts that came up in various conversations:

  • We need to keep trying to turn contributors into maintainers. AI doesn't really do that. It helps people create things, or figure out how to scratch an itch, but it doesn't typically help with overall maintenance activities. If we can get more community members to build their skills in reviewing other PRs (both looking at code and manually testing) and giving their feedback about issues and priorities, maybe that's a good path.
  • We probably need to add a little more conversation to contributions before people spend time on them. I opened an issue for discussion about changing to requiring an issue (and conversation) before PR creation. I'd love your comments.
  • Guarding against burnout is critical for our project, especially for Stas and me. We want to be smart about this and properly manage all of our resources for the long term.

If you're interested in contributing more deeply and moving toward a maintainer role, the contributor training sessions are a good way to get started. And join us for conversations and community support in Discord and the issue queue.

What's New
  • coder.ddev.com Launched → Free, experimental cloud-based DDEV workspaces powered by Coder. Start a Drupal contribution environment in under 30 seconds with full VS Code, Xdebug, and CLI support. Read the announcement↗. Some folks used this for contributions at the DrupalCon Chicago Contribution Day. I've been using it on the train on the way home.
  • New TUI Dashboard → DDEV now includes an interactive terminal dashboard for managing projects, checking service status, and running common commands without leaving the terminal. Watch a Two-minute Screenshare. Inspired by community member Olivier Dobberkau's ddev-mngr add-on.
  • git worktree Contributor Training → Our March 26 session covered using git worktree with DDEV to run multiple versions of the same project simultaneously. Watch the recording and read the post↗
DrupalCon Chicago

DrupalCon Chicago was a highlight of the month. Birds-of-a-Feather (BoF) sessions are informal, attendee-organized meetups at DrupalCon where people with a common interest gather to talk — no slides required. I led several DDEV BoFs, including Git Worktrees and DDEV, DDEV Office Hours, What's New in DDEV, New ddev share features, Xdebug in DDEV, and Using coder.ddev.com (DDEV in the Cloud).

If you attended and have thoughts (or are just interested) join us to discuss in Discord.

Florida Drupal Camp

Florida Drupalcamp in February was also a good time — see the git worktree session recording was well-received. Thanks to everyone who came out and shared their DDEV experiences.

Governance

The DDEV board and advisory group met on March 4, 2026. See all the details and recording.

The next meeting is May 6, 2026 at 8:00 AM US Mountain / 10:00 AM US Eastern / 16:00 CEST. Add to Google CalendarDiscussion and details

Community Highlights
  • ddev-drupal-code-qualityUltraBob published a DDEV add-on for Drupal code quality tooling. View on GitHub↗
  • ddev-joomla → René Kreijveld published a DDEV add-on for Joomla development. View on GitHub↗. He also has a PR going for explicit Joomla support in DDEV core.
  • ddev-drupal-contrib → The ddev-drupal-contrib add-on continues to be a go-to for Drupal contrib module development. View on GitHub↗
Interviews and Articles About Stas

Two pieces this month featuring DDEV maintainer Stas Zhuk:

  • TheDropTimes Interview → "The Work Behind the Workflow: Stas Zhuk and the Future of DDEV" — an interview covering Stas's work on DDEV and where things are headed. Read on TheDropTimes↗
  • Dev.to Feature → "The Future of DDEV: Stas Zhuk Is Pushing It in the Right Direction" — a community perspective on Stas's contributions. Read on Dev.to↗
Community Tutorials from Around the Web
  • Symlink Your Way to Faster Drupal Contrib Module Development → A practical technique for speeding up module development workflows with DDEV. Read on Medium↗
  • DDEV, Laravel, and a Go API: The Sidecar Approach → Russell Jones explains how to get DDEV, Laravel, and a Go API service talking to each other. Read on Dev.to↗
  • Deploy Laravel to Coolify Without the Pain → How to use DDEV with Coolify for Laravel deployments. Read on Medium↗
  • Local Development with DDEV → A tutorial covering DDEV setup and daily use. Read more↗
  • Getting Started with DDEV → Peter Benoit's overview of DDEV for local development. Read more↗
Upcoming Training

Join us for upcoming training sessions for contributors and users.

Join Zoom Meeting — Meeting ID: 731 569 2237 — Passcode: 12345

Sponsorship Update

Sponsorship is at 77% of goal — thank you to everyone who has contributed!

February 2026: ~$8,422/month (70% of goal)

March 2026: ~$9,294/month (77% of goal) - Great progress, thank you!

If DDEV has helped your team, consider sponsoring. Whether you're an individual developer, an agency, or an organization, your contribution makes a difference. → Become a sponsor↗

Contact us to discuss sponsorship options that work for your organization.

Stay in the Loop—Follow Us and Join the Conversation

Compiled and edited with assistance from Claude Code.

Talking Drupal: Talking Drupal #546 - DrupalCon Chicago

Drupal Planet -

Live from DrupalCon Chicago, Nic Laflin is joined by Tim Plunkett, Steve Wirt, Martin Anderson-Clutz, and John Picozzi to discuss the event's tone, Dries Notes and key themes including Drupal Canvas, Drupal AI, and new site templates/marketplace progress and more.

For show notes visit: https://www.talkingDrupal.com/546

Topics
  • Reconnecting With Community
  • Must See Sessions
  • Vibe And Starshot
  • Attendance And Venue
  • Community Party Returns
  • Dries Note and AI Debate
  • Roadmap And Templates
  • Recipes And Exports
  • AI In Engineering Workflows
  • Keynote Style Takeaways
  • Dries Note Takeaways
  • Canvas Content Templates
  • View Modes Roadmap
  • Translation Plans Explained
  • Gala Highlights
  • Commemorative Tokens
  • Future Excitement Roundtable
  • DrupalCon Orlando Tease
  • Wrap Up and Contacts
Guests

Martin Anderson-Clutz - mandclu.com mandclu

John Picozzi - epam.com johnpicozzi

Tim Plunkett - timplunkett

Hosts

Nic Laflin - nLighteneddevelopment.com nicxvan

Steve Wirt - civicactions.com Swirt

Dripyard Premium Drupal Themes: Dripyard’s DrupalCon Chicago Wrapup

Drupal Planet -

In my portion of the “Drupal CMS Spotlights” keynote, I made the case that in my 19+ years of being involved in the Drupal community, now is the most exciting time in Drupal’s history.

I showed up to DrupalCon very anxious, because we had one training, three sessions, one booth session, and an extra “appearance” beyond that. Phew! In addition, Andy, Adam G-H, and I had only just wrapped up the work on Drupal CMS that allowed for paid site templates in the installer.

Drupal innovation & getting sh** done

With all of the work being done on 1) Drupal CMS, 2) Drupal Canvas, and 3) Drupal AI, it really feels like the pace of innovation has increased significantly from just two years ago. It’s exciting, but oftentimes it's also a bit overwhelming!

Jacob Rockowitz: Drupal (AI) Playground: Building a Module

Drupal Planet -

Falling in the playground

Using the metaphor of a playground for my AI Drupal development environment now feels completely fitting, based on my experience building a module using AI. Good playgrounds have a variety of structures that challenge kids of different ages and confidence levels, helping them develop their physical and social skills.

For example, most kids don't just run into a playground and immediately climb to the top of the monkey bars as their first move; yes, some daredevils will go straight there, and foolish ones will cry for help if they get stuck. My specific playground experience with AI was learning how to fall, get up, and try again. My obstacle was building a module using Claude Code. Similar to kids trying their first climb on the monkey bars, they expect to reach the top effortlessly, but as they climb, they face reality, their hands get sweaty, and they look down.

Unrealistic expectations

I had glorious expectations for my experience building a fairly complex module with Claude Code. I assumed that a fully documented module specification plan would guide Claude in creating a working solution.

Personally, I am not very skilled at writing requirements, specifications, and documentation. At best, I excel at writing self-documenting code, which is somewhat of a cop-out. For me, having a complete plan in place before starting implementation feels like a refreshing change. Creating better plans for AI coding agents will help me become a better mentor to humans.

Prompting a comprehensive plan

I wrote my module specification using Claude Chat. In my previous post about experimenting with agent skills, I shared an example module...Read More

Dries Buytaert: Drupal 12 switches to Argon2id

Drupal Planet -

Drupal 12 will hash passwords with Argon2id by default. It moves every Drupal site to what is now best practice for password storage, recommended by OWASP and aligned with NIST guidance.

Drupal is often used for security-sensitive and large-scale sites, so these kinds of changes matter.

Early versions of Drupal stored passwords as simple MD5 hashes, which is extremely weak by today's standards. Drupal 7 introduced a modified version of the phpass library using SHA-512 with multiple iterations and a salt, and Drupal 10 switched to bcrypt. Each jump was a response to attackers getting faster hardware, and this change continues that pattern.

When I first looked at this change, I wanted to understand what Argon2id actually does differently from bcrypt.

Its key advantage is that it is "memory hard". Each Argon2id hash requires far more memory to compute than a bcrypt hash, and the amount is configurable.

Modern GPUs can run many bcrypt computations in parallel because each one uses very little RAM. GPUs have a lot of total memory, but it is shared across thousands of parallel computations. As a result, Argon2id limits how many hash computations can run in parallel, making it harder and more expensive to scale attacks.

The best security upgrades are the ones nobody has to think about. Once a site upgrades to Drupal 12, existing passwords will automatically be rehashed to Argon2id the next time each user logs in. And in the unlikely event that Argon2id is not available in a particular PHP installation, Drupal will fall back to bcrypt for compatibility.

Many site owners never think about password hashing, so Drupal's defaults become their security policy. The people who benefit most from this change may never know it happened. It's why being "secure by default" matters so much.

Thanks to everyone who helped make this happen.

DDEV Blog: Contributor Training: `git worktree` for Multiple DDEV Projects

Drupal Planet -

git worktree lets you check out multiple branches of the same repository into separate directories—all sharing one .git directory. Combined with DDEV, this gives you multiple running versions of the same project without duplicate clones.

There are many ways to use this, but some common patterns:

  • Keep directories named after the branch they contain.
  • Work on a hotfix and a feature branch without them interfering with each other.
  • Set up Claude Code to work on two features at once in two distinct directories.

Here's our March 26, 2026 Contributor Training on using git worktree with DDEV:

The slides are available at rfay.github.io/git-worktree-ddev.

See also the presentation at Florida Drupal Camp.

The Problem: Multiple Versions of a Project

When you need to work on several branches of a project simultaneously—say, a feature branch and a hotfix branch—the naive approach is to clone the repository twice:

git clone git@github.com:ddev/d11simple fancy-feature-1 git clone git@github.com:ddev/d11simple fancy-feature-2

This works, but each clone is a full redundant copy, and sharing objects or refs between them is awkward.

DDEV Project Names and Directories

By default, DDEV names a project after the directory it lives in. When you remove the name: key from .ddev/config.yaml, every checkout of a project gets the name of its parent directory automatically.

You can make this the global default:

ddev config global --omit-project-name-by-default

With that in place, fancy-feature-1/ becomes https://fancy-feature-1.ddev.site and fancy-feature-2/ becomes https://fancy-feature-2.ddev.site—no manual naming is required.

Using git worktree

git worktree solves the duplicate-clone problem. All worktrees share one .git directory:

# In ~/workspace/D11SIMPLE: git clone git@github.com:ddev/d11simple cd d11simple git worktree add ../fancy-feature-1 git worktree add ../fancy-feature-2

Without a branch argument, git worktree add creates a new branch named after the directory. To check out an existing branch instead:

git worktree add ../fancy-feature-1 origin/fancy-feature-1

The resulting layout:

D11SIMPLE/ ├── d11simple # primary clone (has .git/) ├── fancy-feature-1 # worktree checkout └── fancy-feature-2 # worktree checkout Setting Up the Database and Files

Export database and files from your primary project once, then import into each worktree:

# From ~/workspace/D11SIMPLE — create a shared tarball directory mkdir .tarballs # Export from the primary clone cd d11simple ddev export-db --file=../.tarballs/db.sql.gz # Adjust the path below for your CMS; web/sites/default/files is Drupal tar -C web/sites/default/files -czf ../.tarballs/files.tgz . # Import into a worktree cd ../fancy-feature-1 ddev start ddev import-db --file=../.tarballs/db.sql.gz ddev import-files --source=../.tarballs/files.tgz Key git worktree Commands git worktree add <path> # Usually a relative path git worktree list # Show all worktrees git worktree remove <name> # Remove a worktree Summary
  • Remove name: from .ddev/config.yaml so each worktree uses its directory name as the project name
  • Consider ddev config global --omit-project-name-by-default to make this behavior the default for all projects
  • git worktree add <path> creates a new checkout sharing the same .git
  • Import a database snapshot and files tarball into each worktree
  • Each worktree gets its own DDEV project URL automatically
Join us for future trainings
  • Sign up for the DDEV Newsletter to be informed about future trainings.
  • Let us know your tips and tricks in Discord or here in the comments.

Claude Code was used to draft and review this blog.

#! code: Drupal 11: Building A "Load More" Feature For Paginating Nodes Using HTMX

Drupal Planet -

Following on from my last article, an introduction to HTMX in Drupal, I wanted to start looking at examples of HTMX being used to power interactivity in Drupal in different ways.

I thought a good place to start this off would be to look at using HTMX in a simple controller. By creating a route to a controller we can render content and then inject HTMX attributes to perform actions with the same controller.

In this article I will put together a controller action to load some pages of content to display them as a list. An element containing HTMX attributes will be used to make a request back to the same controller action and generate more items in the list. These new items will be appended to the existing list along with another element containing HTMX attributes that we can use to request more items.

The HTMX element will act like a "load more" button, which will load more and more content as long as there is content to load.

All of the code contained in this article can be found in the Drupal HTMX examples project on GitHub, but here we will go through what the code does and what actions it performs to generate content.   

First, let's create the route to the controller.

The Route

The route we create here just links the path requested with the controller class. As we are only using a single action in this example we don't need to provide a second route for the HTMX request.

Read more

Community Working Group posts: April Sides Wins the 2026 Aaron Winborn Award

Drupal Planet -

At DrupalCon Chicago 2026, the Drupal Community Working Group was honored to announce April Sides as the recipient of the 2026 Aaron Winborn Award. Named in memory of longtime contributor Aaron Winborn, this award recognizes individuals who embody kindness, integrity, and a deep, above-and-beyond commitment to the Drupal community.

About April Sides

April Sides truly embodies the spirit of the Aaron Winborn Award through the care, consistency, and intention she brings to everything she does in the Drupal community. She has been a driving force behind initiatives like A11yTalks and Drupal Camp Asheville, while also contributing to programs like MOSA and serving on the CWG Community Health Team to foster a more welcoming and supportive space for all. As a speaker, trainer, organizer, and volunteer at nearly every camp she attends, April shows up again and again for this community. Her work is grounded in accessibility, inclusion, and genuine care for people, and her impact is felt not just in what she builds but in how she supports and uplifts everyone around her.

Heartfelt Nominations

April is not just a stellar professional. They are a habitual contributor. Serving their local Drupal community and now serving on a non-profit board over Drupal events, April is an inspiration. When I think of April, I remember how they brighten the room, with humble fashion sense, making the multitudes of duties seem easy.

April Sides deserves the Aaron Winborn Award because she consistently shows up for the Drupal community with care, integrity, and a deep sense of responsibility for the people in it. April does the kind of work that often goes unnoticed, not because it isn’t important, but because it’s rooted in trust, discretion, and kindness. She makes space for people when they need it most and does so without expectation of recognition. Over the years, I’ve seen April take on some of the hardest and emotionally demanding roles in our community, including event leadership, community health work, and serving as a code of conduct contact. These roles require empathy, patience, and fairness, and April approaches them in a way that makes people feel heard and supported. When situations are complicated or uncomfortable, she listens, she helps, and she follows through. April’s commitment goes beyond maintaining community spaces. She actively works to make them better. April leads with kindness and integrity, and her quiet, consistent dedication has made the Drupal community a safer, more welcoming place for so many of us.

April is such a great person and cares so much about the community. She's an organizer of the second best DrupalCamp in the world (which is no small feat). I believe that camp would not exist without her hard work.

Award Creation

Special thank you to Annertech and CSGov in Czechia for creating and delivering the award this year.

Take a look at how the award was made.

About the Aaron Winborn Award

The award is named after a long-time Drupal contributor who lost his battle with ALS in 2015. This award recognizes an individual who, like Aaron, demonstrates personal integrity, kindness, and an above-and-beyond commitment to the Drupal project and community.

Previous winners of the award are  Cathy Theys, Gabór Hojtsy, Nikki Stevens, Kevin Thull, Leslie Glynn, Baddý Breidert, AmyJune Hineline, Angie Byron, Randy Fay, Mike Anello, and Kristen Pol. Current CWG Conflict Resolution Team members, along with previous winners, selected the winner based on nominations submitted by Drupal community members.

Nominations for next year's award will open in early 2027.

File attachments:  April_Sides_AWA.png

DrupalCon News & Updates: Your Drupal CMS Track at DrupalCon Europe Rotterdam 2026

Drupal Planet -

The Drupal CMS track is back at DrupalCon Europe! Whether you are a site builder, a contributor, an agency leader, or someone just getting started with Drupal CMS, this is the place to share your story, learn from others, and help shape the future of Drupal CMS together.

From Barcelona to Rotterdam

What began as a mini-track at DrupalCon Barcelona 2024 has quickly grown into one of the most popular tracks at DrupalCon Europe. In Vienna 2025, the track showcased the journey toward Drupal CMS 1.0 — and the community responded with enthusiasm, filling sessions and sparking conversations across the event.

 

Image

          Foto by PD Johnson

Now, with Drupal CMS continuing to mature and gain adoption, DrupalCon Rotterdam 2026 is the perfect stage to highlight real-world experiences, new features, and the road ahead.

What We Are Looking For

We are interested in hearing from the innovators who are driving Drupal CMS development as well as organisations adopting Drupal CMS on topics such as:

  • ​Amplify first impressions, onboarding, and quick wins for those getting started.
  • ​Refine the conversation around site building, recipes, and extending functionality.
  • ​Reframe the experience of moving from other platforms or upgrading from classic Drupal.
  • ​Showcase how to get involved and why your contributions make an impact.
  • ​Share case studies and lessons learned from real-world projects in production.
  • ​Define the vision, roadmap, and community direction for the future.
Submit Your Session Proposal

Submit your session proposal today! Visit the DrupalCon Rotterdam 2026 website to submit your proposal. Whether it is a talk, a panel, or a hands-on workshop, we want to hear from you.

Meet the Track Team

The Drupal CMS track is organized by a dedicated group of community members. This year's track team includes:

  • Jeremy Chinquist
  • Vladimir Roudakov
  • Dan Lemon

Check out all tracks and track team members here. Have questions about the track? Reach out to us on Drupal Slack or e-mail Kuoni. 

DrupalCon Europe Rotterdam 2026 is shaping up to be an incredible event. The Drupal CMS track is your opportunity to contribute to the conversation, share what you have built, and connect with the community. We look forward to seeing you in Rotterdam!

 

Dries Buytaert: State of Drupal presentation (March 2026)

Drupal Planet -

This year, Drupal turned 25. DrupalCon Chicago felt like the right place to mark that milestone. My keynote was part celebration and part wake-up call. I talked about Drupal's foundations, how AI is putting pressure on them, and why I believe we can rebuild them stronger than before.

If you missed the keynote, you can watch the video below or download my slides (32.6 MB).

Site templates and the marketplace

About a year ago at DrupalCon Atlanta, I introduced the idea of site templates and a marketplace to go with them. By DrupalCon Vienna, we had one site template, but no marketplace.

In Chicago, I showed eleven site templates available in a basic marketplace at marketplace.drupal.org. All eleven can be installed directly from the Drupal CMS installer.

AI for site building

For more than 20 years, Drupal's ecosystem has rested on a stable triangle: the platform itself, digital agencies who bring Drupal into the real world, and the community that builds and maintains it. That triangle has proven remarkably resilient through many waves of new technologies.

But what happens when AI disrupts all three sides at the same time? In my keynote, I showed how we are responding.

I started off by showing a demo of a workflow I think will become common for Drupal agencies. You spend 15 minutes prototyping a website with AI, then convert it to a Drupal site with the help of AI and a skilled developer in a matter of hours.

AI gets you to a prototype fast. Drupal gives it the foundations that last.

Organizations will always need real workflows, permissions, security, scalability, integrations, compliance, and governance. Drupal is a great platform for this.

The demo worked because Drupal CMS ships with Drupal Canvas, which includes both CLI tools and AI skills. But the real magic comes from Drupal's foundations: the APIs, building blocks, and architecture we have developed over 25 years. This is the accidental AI advantage I talked about before. Drupal really is the best CMS for AI.

AI for content management

At DrupalCon Vienna, I introduced the Context Control Center as a rough prototype. Since then, we have added many features. It is now nearly production-ready.

The idea is straightforward: AI agents need good context to help manage tasks in Drupal. With the Context Control Center, teams define their brand voice, target audiences, key messages, product details, and editorial guidelines in one place. Then every AI agent on the site draws from this single source of truth. The result is that you create knowledge once, and scale it to all the pages and content on your website.

In my keynote, I showed two demos of the Context Control Center in action. First, Drupal's AI agents turn a simple marketing brief into a complete, on-brand page using Drupal Canvas, consulting the Context Control Center along the way. It followed brand rules, asked clarifying questions, generated structured data for search, and added cross-links.

Second, I showed a proof of concept for dynamic contexts, where the Context Control Center pulls in real-time data from Google Analytics to help improve content performance after publication.

Saying no to AI slop

AI is lowering the barrier to contribute to Open Source projects like Drupal. On paper, that sounds great. More contributors, more patches, more momentum.

But it can also be a real challenge. The volume of contributions is going up while the quality is going down. More patches are landing on a small group of maintainers, and reviewing low-quality code wastes their time.

If you're using AI to contribute, you are responsible for what you submit: don't submit code you don't understand. Our quality standards matter, and we will uphold them.

Drupal Growth Initiative

Having a great product is not enough. We also need to tell a great story. As we approach an important readiness milestone by DrupalCon Rotterdam this fall, the Drupal Association is ready to take marketing to the next level.

We are launching a Drupal Growth Initiative organized across three tracks:

  • Enterprise Drupal growth
  • Drupal CMS adoption
  • AI leadership
Our craft always evolves

In my keynote, I also told the stories of two community members who embraced AI in a meaningful way.

Aidan Foster, who has been running Foster Interactive for 17 years, chose to go all in on the Drupal AI Initiative instead of staying on the sidelines. Together with his team, he is rebuilding the foundations of his agency to leverage AI and prepare for what is next.

And Jürgen Haas, a longtime contributor and creator of the ECA module, used AI to move at the speed of a team and make Drupal's ECA module much easier to use. In both cases, AI amplifies expertise. It does not replace it.

The world is being flooded with AI-generated average. Average is cheap now, but expertise remains hard-earned and valuable. This community has spent 25 years building it, and that is not something AI can replicate.

AI is the storm, and AI is the way through the storm. I said that first in Vienna. Six months later, I believe it more than ever. Not as a slogan, but as something I have watched happen. We need more people like Aidan and Jürgen. If you want to get involved, join us on Drupal Slack or attend DrupalCon Rotterdam this fall.

Pages

Subscribe to www.hazelbecker.com aggregator - Drupal feeds