#drupaldev search results

Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal. Use hook_theme() + controller to inject templates with tight control. 🔗 bit.ly/4nEqzcN #Drupal #Twig #DrupalDev #CMS

thedroptimes's tweet image. Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal.
Use hook_theme() + controller to inject templates with tight control.
🔗 bit.ly/4nEqzcN 

#Drupal #Twig #DrupalDev #CMS

🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10 bit.ly/4oCk1ft

thedroptimes's tweet image. 🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10
bit.ly/4oCk1ft

Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise. 💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter. Summary 👉 bit.ly/4lUg2bS #Drupal #DrupalPlanet #DrupalDev #Modules

thedroptimes's tweet image. Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise.

💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter.

Summary 👉 bit.ly/4lUg2bS 

#Drupal #DrupalPlanet #DrupalDev #Modules

The Drupal Deprecation Dashboard now includes Drupal 12 readiness data, hosted on docs.acquia.com. Most disruptive deprecations deferred to Drupal 13—simplifying upgrades from 11.2. 🔗 bit.ly/4olWHlp #Drupal12 #DrupalDev #Deprecation #Acquia

thedroptimes's tweet image. The Drupal Deprecation Dashboard now includes Drupal 12 readiness data, hosted on docs.acquia.com.

Most disruptive deprecations deferred to Drupal 13—simplifying upgrades from 11.2.

🔗 bit.ly/4olWHlp 

#Drupal12 #DrupalDev #Deprecation #Acquia

Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all. Multilingual, group signups, locked dates, and more 🧩 Full story → bit.ly/3V7Sl4S #Drupal #OpenSource #DrupalDev #EventManagement

thedroptimes's tweet image. Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all.

Multilingual, group signups, locked dates, and more 🧩
Full story →
bit.ly/3V7Sl4S 
#Drupal #OpenSource #DrupalDev #EventManagement

Launching your store on Drupal? 💻 Get the free eBook: “Drupal Commerce – A Complete Guide” Everything you need to build, scale, and convert better. 📥 Download here: drupalpartners.com/ebook/drupal-c… #DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

Innopplinc's tweet image. Launching your store on Drupal? 💻

Get the free eBook: “Drupal Commerce – A Complete Guide”

Everything you need to build, scale, and convert better.

📥 Download here: drupalpartners.com/ebook/drupal-c…

#DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

🗺️ New Mapsemble module brings real-time, interactive maps to #Drupal—no custom code needed! Render any Drupal entity on a map with full theming support. Check it out: bit.ly/4iz5RHX #DrupalDev #OpenSource via @nuez_io

thedroptimes's tweet image. 🗺️ New Mapsemble module brings real-time, interactive maps to #Drupal—no custom code needed! 
Render any Drupal entity on a map with full theming support.
Check it out: bit.ly/4iz5RHX 
#DrupalDev #OpenSource via @nuez_io

🖥️ Want to run #DDEV inside a VM? Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup. 🔗 bit.ly/4ePh1rR #DrupalDev #Docker #VMware #WebDev

thedroptimes's tweet image. 🖥️ Want to run #DDEV inside a VM?
Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup.
🔗 bit.ly/4ePh1rR 
#DrupalDev #Docker #VMware #WebDev

Explore streamlined PHP attribute usage for custom plugins with examples defining attributes and implementing the manager, ensuring efficient development in our latest blog. Read more 🔗qed42.com/insights/explo… #Drupal #DrupalDev

qed42's tweet image. Explore streamlined PHP attribute usage for custom plugins with examples defining attributes and implementing the manager, ensuring efficient development in our latest blog. 

Read more 🔗qed42.com/insights/explo…

#Drupal #DrupalDev

🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images. The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth. bit.ly/45b28Nx #WebPerformance #DrupalDev

thedroptimes's tweet image. 🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images.

The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth.

bit.ly/45b28Nx 

#WebPerformance #DrupalDev

Want to render Views or Webform blocks in code? Christian Sanders @ComputerMinds shows how to use createInstance() + build() with correct IDs. bit.ly/4myUTE6 #DrupalDev #PluginAPI #DrupalViews #Webform


🚀 Setting up local #Drupal11 dev just got easier! John Picozzi @johnpicozzi shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend. 🛠️ Real commands, quick results, and dev-friendly features. bit.ly/4m7JMCt #DrupalDev #DDEV #OpenSource #WebDev

thedroptimes's tweet image. 🚀 Setting up local #Drupal11 dev just got easier!
John Picozzi @johnpicozzi  shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend.
🛠️ Real commands, quick results, and dev-friendly features.

bit.ly/4m7JMCt 
#DrupalDev #DDEV #OpenSource #WebDev

Just published a big article on Modern tools for Drupal development – PhpStorm, DDEV, PHPStan, etc. Check it out: iamdroid.net/blog/dev-tools If you're looking for a skilled Drupal dev to join your team, feel free to reach out! #Drupal #DrupalDev #OpenToWork

i_amdroid's tweet image. Just published a big article on Modern tools for Drupal development – PhpStorm, DDEV, PHPStan, etc.
Check it out: iamdroid.net/blog/dev-tools

If you're looking for a skilled Drupal dev to join your team, feel free to reach out!

#Drupal #DrupalDev #OpenToWork

Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running. 🔧📦🐳 bit.ly/4l6MoAj #DDEV #DrupalDev #PHP81 #Docker

thedroptimes's tweet image. Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running.
🔧📦🐳
bit.ly/4l6MoAj 
#DDEV #DrupalDev #PHP81 #Docker

📚 Tired of broken pagination in grouped #Drupal Views? Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs. 🔗 bit.ly/4e55HXY #DrupalViews #DrupalDev #CMSFixes #Pagination

thedroptimes's tweet image. 📚 Tired of broken pagination in grouped #Drupal Views?
Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs.
🔗 bit.ly/4e55HXY 
#DrupalViews #DrupalDev #CMSFixes #Pagination

🧩 New MCP Client module lets #Drupal connect to platforms like Slack, Figma & OpenAI—no Zapier needed! Powered by MCP v2, this prototype unlocks seamless integration & automation across tools. 🔗 bit.ly/4cwF51e #DrupalDev #OpenSource #Automation #WebIntegration

thedroptimes's tweet image. 🧩 New MCP Client module lets #Drupal connect to platforms like Slack, Figma & OpenAI—no Zapier needed!
Powered by MCP v2, this prototype unlocks seamless integration & automation across tools.
🔗 bit.ly/4cwF51e 
#DrupalDev #OpenSource #Automation #WebIntegration

🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42 shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide. 🔗 bit.ly/4nw9j9Y #AI #DrupalDev #NoCode #OpenAI

thedroptimes's tweet image. 🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42  shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide.
🔗 bit.ly/4nw9j9Y 
#AI #DrupalDev #NoCode #OpenAI

🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits. WSL2 users also benefit from a cleaner setup via ddev-wsl2. Story by @randyfay, via @ddevHQ bit.ly/4mfWjUz #DDEV #DrupalDev #WebSecurity #WSL2

thedroptimes's tweet image. 🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits.
WSL2 users also benefit from a cleaner setup via ddev-wsl2.
Story by @randyfay, via @ddevHQ 
bit.ly/4mfWjUz 
#DDEV #DrupalDev #WebSecurity #WSL2

Launching your store on Drupal? 💻 Get the free eBook: “Drupal Commerce – A Complete Guide” Everything you need to build, scale, and convert better. 📥 Download here: drupalpartners.com/ebook/drupal-c… #DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

DrupalPartners's tweet image. Launching your store on Drupal? 💻

Get the free eBook: “Drupal Commerce – A Complete Guide”

Everything you need to build, scale, and convert better.

📥 Download here: drupalpartners.com/ebook/drupal-c…

#DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

The Drupal Deprecation Dashboard now includes Drupal 12 readiness data, hosted on docs.acquia.com. Most disruptive deprecations deferred to Drupal 13—simplifying upgrades from 11.2. 🔗 bit.ly/4olWHlp #Drupal12 #DrupalDev #Deprecation #Acquia

thedroptimes's tweet image. The Drupal Deprecation Dashboard now includes Drupal 12 readiness data, hosted on docs.acquia.com.

Most disruptive deprecations deferred to Drupal 13—simplifying upgrades from 11.2.

🔗 bit.ly/4olWHlp 

#Drupal12 #DrupalDev #Deprecation #Acquia

Legacy Search API habits can silently ruin your Drupal AI vector search. Discover what we learned — and how to avoid costly mistakes. #Drupal #DrupalDev #AI #VectorSearch agoradesign.at/blog/legacy-pr…


Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal. Use hook_theme() + controller to inject templates with tight control. 🔗 bit.ly/4nEqzcN #Drupal #Twig #DrupalDev #CMS

thedroptimes's tweet image. Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal.
Use hook_theme() + controller to inject templates with tight control.
🔗 bit.ly/4nEqzcN 

#Drupal #Twig #DrupalDev #CMS

Want to render Views or Webform blocks in code? Christian Sanders @ComputerMinds shows how to use createInstance() + build() with correct IDs. bit.ly/4myUTE6 #DrupalDev #PluginAPI #DrupalViews #Webform


Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all. Multilingual, group signups, locked dates, and more 🧩 Full story → bit.ly/3V7Sl4S #Drupal #OpenSource #DrupalDev #EventManagement

thedroptimes's tweet image. Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all.

Multilingual, group signups, locked dates, and more 🧩
Full story →
bit.ly/3V7Sl4S 
#Drupal #OpenSource #DrupalDev #EventManagement

Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise. 💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter. Summary 👉 bit.ly/4lUg2bS #Drupal #DrupalPlanet #DrupalDev #Modules

thedroptimes's tweet image. Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise.

💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter.

Summary 👉 bit.ly/4lUg2bS 

#Drupal #DrupalPlanet #DrupalDev #Modules

🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10 bit.ly/4oCk1ft

thedroptimes's tweet image. 🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10
bit.ly/4oCk1ft

🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits. WSL2 users also benefit from a cleaner setup via ddev-wsl2. Story by @randyfay, via @ddevHQ bit.ly/4mfWjUz #DDEV #DrupalDev #WebSecurity #WSL2

thedroptimes's tweet image. 🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits.
WSL2 users also benefit from a cleaner setup via ddev-wsl2.
Story by @randyfay, via @ddevHQ 
bit.ly/4mfWjUz 
#DDEV #DrupalDev #WebSecurity #WSL2

🚀 Setting up local #Drupal11 dev just got easier! John Picozzi @johnpicozzi shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend. 🛠️ Real commands, quick results, and dev-friendly features. bit.ly/4m7JMCt #DrupalDev #DDEV #OpenSource #WebDev

thedroptimes's tweet image. 🚀 Setting up local #Drupal11 dev just got easier!
John Picozzi @johnpicozzi  shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend.
🛠️ Real commands, quick results, and dev-friendly features.

bit.ly/4m7JMCt 
#DrupalDev #DDEV #OpenSource #WebDev

🖥️ Want to run #DDEV inside a VM? Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup. 🔗 bit.ly/4ePh1rR #DrupalDev #Docker #VMware #WebDev

thedroptimes's tweet image. 🖥️ Want to run #DDEV inside a VM?
Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup.
🔗 bit.ly/4ePh1rR 
#DrupalDev #Docker #VMware #WebDev

🤖 DrupalX AI just got smarter! Jay Callicott @drupalninja refactored the project to align with the official #Drupal AI module. A new Groq API sub-module now enables easy UI-based config—no more manual setup. 🔗 bit.ly/407uOnq #DrupalAI #DrupalDev #OpenSource #Groq

thedroptimes's tweet image. 🤖 DrupalX AI just got smarter!

Jay Callicott @drupalninja  refactored the project to align with the official #Drupal AI module. A new Groq API sub-module now enables easy UI-based config—no more manual setup.

🔗  bit.ly/407uOnq 

#DrupalAI #DrupalDev #OpenSource #Groq

🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42 shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide. 🔗 bit.ly/4nw9j9Y #AI #DrupalDev #NoCode #OpenAI

thedroptimes's tweet image. 🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42  shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide.
🔗 bit.ly/4nw9j9Y 
#AI #DrupalDev #NoCode #OpenAI

Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running. 🔧📦🐳 bit.ly/4l6MoAj #DDEV #DrupalDev #PHP81 #Docker

thedroptimes's tweet image. Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running.
🔧📦🐳
bit.ly/4l6MoAj 
#DDEV #DrupalDev #PHP81 #Docker

🛠️ Can Claude Code streamline #Drupal module development? Find out July 4 in an online session with Alejandro Madrigal @alemadlei . He’ll demo real use cases with Mercury Editor, SDC, and selector hooks. 🔗 bit.ly/4kfnzBb #DrupalDev #AItools #OpenSource #ClaudeCode

thedroptimes's tweet image. 🛠️ Can Claude Code streamline #Drupal module development? Find out July 4 in an online session with Alejandro Madrigal @alemadlei . He’ll demo real use cases with Mercury Editor, SDC, and selector hooks.

🔗 bit.ly/4kfnzBb 
#DrupalDev #AItools #OpenSource #ClaudeCode

🎭 Walsh Bay Arts Precinct goes live with a new #Drupal site by @previousnext! Highlights include Artifax integration, secure NSW Gov CRM forms, and flexible components via Layout Builder. More from TDT 👉 bit.ly/43NNQBA #DrupalDev #GovTech #ArtsTech #WebDesign

thedroptimes's tweet image. 🎭 Walsh Bay Arts Precinct goes live with a new #Drupal site by @previousnext!
Highlights include Artifax integration, secure NSW Gov CRM forms, and flexible components via Layout Builder.
More from TDT 👉 bit.ly/43NNQBA 
#DrupalDev #GovTech #ArtsTech #WebDesign

📚 Tired of broken pagination in grouped #Drupal Views? Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs. 🔗 bit.ly/4e55HXY #DrupalViews #DrupalDev #CMSFixes #Pagination

thedroptimes's tweet image. 📚 Tired of broken pagination in grouped #Drupal Views?
Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs.
🔗 bit.ly/4e55HXY 
#DrupalViews #DrupalDev #CMSFixes #Pagination

Launching your store on Drupal? 💻 Get the free eBook: “Drupal Commerce – A Complete Guide” Everything you need to build, scale, and convert better. 📥 Download here: drupalpartners.com/ebook/drupal-c… #DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

DrupalPartners's tweet image. Launching your store on Drupal? 💻

Get the free eBook: “Drupal Commerce – A Complete Guide”

Everything you need to build, scale, and convert better.

📥 Download here: drupalpartners.com/ebook/drupal-c…

#DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

Launching your store on Drupal? 💻 Get the free eBook: “Drupal Commerce – A Complete Guide” Everything you need to build, scale, and convert better. 📥 Download here: drupalpartners.com/ebook/drupal-c… #DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

Innopplinc's tweet image. Launching your store on Drupal? 💻

Get the free eBook: “Drupal Commerce – A Complete Guide”

Everything you need to build, scale, and convert better.

📥 Download here: drupalpartners.com/ebook/drupal-c…

#DrupalCommerce #ecommerce #DrupalDev #FreeGuide #OpenSource

📘 New on api.drupal.org: Docs now flag supported vs unsupported #Drupal versions! Built by @gaborhojtsy during @Acquia ’s 48Create hackathon with Fran Garcia-Linares. Easier docs, smarter SEO, and fewer outdated pages. 🔗 bit.ly/4kduifD #DrupalDev #API

thedroptimes's tweet image. 📘 New on api.drupal.org: Docs now flag supported vs unsupported #Drupal versions! Built by @gaborhojtsy  during @Acquia ’s 48Create hackathon with Fran Garcia-Linares. Easier docs, smarter SEO, and fewer outdated pages.

🔗 bit.ly/4kduifD 

#DrupalDev #API

🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images. The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth. bit.ly/45b28Nx #WebPerformance #DrupalDev

thedroptimes's tweet image. 🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images.

The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth.

bit.ly/45b28Nx 

#WebPerformance #DrupalDev

Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal. Use hook_theme() + controller to inject templates with tight control. 🔗 bit.ly/4nEqzcN #Drupal #Twig #DrupalDev #CMS

thedroptimes's tweet image. Jeff Greenberg (@impliedintellect) shares a block-free way to render unmanaged files in Drupal.
Use hook_theme() + controller to inject templates with tight control.
🔗 bit.ly/4nEqzcN 

#Drupal #Twig #DrupalDev #CMS

Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise. 💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter. Summary 👉 bit.ly/4lUg2bS #Drupal #DrupalPlanet #DrupalDev #Modules

thedroptimes's tweet image. Not all Drupal entity changes are meaningful—timestamps & CKEditor quirks create noise.

💡 Pawel Ginalski shows how the Diff module helps devs detect real changes & reduce revision clutter.

Summary 👉 bit.ly/4lUg2bS 

#Drupal #DrupalPlanet #DrupalDev #Modules

🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10 bit.ly/4oCk1ft

thedroptimes's tweet image. 🛠️ Jo Fitzgerald’s tutorial dives into building custom #Drupal plugins with modern PHP attributes in 10.2—covering interfaces, base classes, plugin managers & real-world examples. A must-read for devs embracing the new approach! #DrupalDev #Drupal10
bit.ly/4oCk1ft

🗺️ New Mapsemble module brings real-time, interactive maps to #Drupal—no custom code needed! Render any Drupal entity on a map with full theming support. Check it out: bit.ly/4iz5RHX #DrupalDev #OpenSource via @nuez_io

thedroptimes's tweet image. 🗺️ New Mapsemble module brings real-time, interactive maps to #Drupal—no custom code needed! 
Render any Drupal entity on a map with full theming support.
Check it out: bit.ly/4iz5RHX 
#DrupalDev #OpenSource via @nuez_io

🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images. The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth. bit.ly/45b28Nx #WebPerformance #DrupalDev

thedroptimes's tweet image. 🔧 Arcoch IT lists basic techniques for scaling high-traffic #Drupal sites—like enabling core caching, using CDNs, and optimizing images.

The overview touches on Redis, AdvAgg, and DB Maintenance but lacks technical depth.

bit.ly/45b28Nx 

#WebPerformance #DrupalDev

Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running. 🔧📦🐳 bit.ly/4l6MoAj #DDEV #DrupalDev #PHP81 #Docker

thedroptimes's tweet image. Still on PHP 8.1? 🐘 Bill Seremetis of @annertech shows how to downgrade Terminus in DDEV using a custom Dockerfile. Add tools like fzf too—all while keeping your legacy stack running.
🔧📦🐳
bit.ly/4l6MoAj 
#DDEV #DrupalDev #PHP81 #Docker

🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits. WSL2 users also benefit from a cleaner setup via ddev-wsl2. Story by @randyfay, via @ddevHQ bit.ly/4mfWjUz #DDEV #DrupalDev #WebSecurity #WSL2

thedroptimes's tweet image. 🔐 DDEV v1.24.7 boosts security with a new ddev-hostname binary, applying least privilege principles for safer hostname edits.
WSL2 users also benefit from a cleaner setup via ddev-wsl2.
Story by @randyfay, via @ddevHQ 
bit.ly/4mfWjUz 
#DDEV #DrupalDev #WebSecurity #WSL2

🚀 Setting up local #Drupal11 dev just got easier! John Picozzi @johnpicozzi shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend. 🛠️ Real commands, quick results, and dev-friendly features. bit.ly/4m7JMCt #DrupalDev #DDEV #OpenSource #WebDev

thedroptimes's tweet image. 🚀 Setting up local #Drupal11 dev just got easier!
John Picozzi @johnpicozzi  shares a fast, CLI-based workflow using DDEV + Colima as a Docker backend.
🛠️ Real commands, quick results, and dev-friendly features.

bit.ly/4m7JMCt 
#DrupalDev #DDEV #OpenSource #WebDev

🖥️ Want to run #DDEV inside a VM? Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup. 🔗 bit.ly/4ePh1rR #DrupalDev #Docker #VMware #WebDev

thedroptimes's tweet image. 🖥️ Want to run #DDEV inside a VM?
Stas Zhuk shows how to set up nested virtualization with VMware Workstation Pro—now free for personal use! Covers Windows & Linux configs, VMX tweaks, and Docker+DDEV setup.
🔗 bit.ly/4ePh1rR 
#DrupalDev #Docker #VMware #WebDev

🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42 shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide. 🔗 bit.ly/4nw9j9Y #AI #DrupalDev #NoCode #OpenAI

thedroptimes's tweet image. 🧠 Build smart workflows in #Drupal11—no code needed! Akhil Babu of @QED42  shows how to use AI Agents 1.1 to auto-tag content, manage vocabularies, and add a chatbot to your site. A practical, admin-friendly guide.
🔗 bit.ly/4nw9j9Y 
#AI #DrupalDev #NoCode #OpenAI

Automate your #Drupal deployments like a pro! 🛠️ Dhiraj Kumar shows how to streamline post-install tasks using Composer scripts—from .htaccess rewrites to shell execution based on environment variables. Boost consistency and efficiency: bit.ly/43HLiVX #DrupalDev

thedroptimes's tweet image. Automate your #Drupal deployments like a pro! 🛠️ Dhiraj Kumar shows how to streamline post-install tasks using Composer scripts—from .htaccess rewrites to shell execution based on environment variables. Boost consistency and efficiency: bit.ly/43HLiVX  #DrupalDev

🧩 New MCP Client module lets #Drupal connect to platforms like Slack, Figma & OpenAI—no Zapier needed! Powered by MCP v2, this prototype unlocks seamless integration & automation across tools. 🔗 bit.ly/4cwF51e #DrupalDev #OpenSource #Automation #WebIntegration

thedroptimes's tweet image. 🧩 New MCP Client module lets #Drupal connect to platforms like Slack, Figma & OpenAI—no Zapier needed!
Powered by MCP v2, this prototype unlocks seamless integration & automation across tools.
🔗 bit.ly/4cwF51e 
#DrupalDev #OpenSource #Automation #WebIntegration

📘 New on api.drupal.org: Docs now flag supported vs unsupported #Drupal versions! Built by @gaborhojtsy during @Acquia ’s 48Create hackathon with Fran Garcia-Linares. Easier docs, smarter SEO, and fewer outdated pages. 🔗 bit.ly/4kduifD #DrupalDev #API

thedroptimes's tweet image. 📘 New on api.drupal.org: Docs now flag supported vs unsupported #Drupal versions! Built by @gaborhojtsy  during @Acquia ’s 48Create hackathon with Fran Garcia-Linares. Easier docs, smarter SEO, and fewer outdated pages.

🔗 bit.ly/4kduifD 

#DrupalDev #API

📚 Tired of broken pagination in grouped #Drupal Views? Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs. 🔗 bit.ly/4e55HXY #DrupalViews #DrupalDev #CMSFixes #Pagination

thedroptimes's tweet image. 📚 Tired of broken pagination in grouped #Drupal Views?
Pawel Ginalski’s new module fixes it by paginating whole groups—ideal for news, events, or catalogs.
🔗 bit.ly/4e55HXY 
#DrupalViews #DrupalDev #CMSFixes #Pagination

Just published a big article on Modern tools for Drupal development – PhpStorm, DDEV, PHPStan, etc. Check it out: iamdroid.net/blog/dev-tools If you're looking for a skilled Drupal dev to join your team, feel free to reach out! #Drupal #DrupalDev #OpenToWork

i_amdroid's tweet image. Just published a big article on Modern tools for Drupal development – PhpStorm, DDEV, PHPStan, etc.
Check it out: iamdroid.net/blog/dev-tools

If you're looking for a skilled Drupal dev to join your team, feel free to reach out!

#Drupal #DrupalDev #OpenToWork

🎭 Walsh Bay Arts Precinct goes live with a new #Drupal site by @previousnext! Highlights include Artifax integration, secure NSW Gov CRM forms, and flexible components via Layout Builder. More from TDT 👉 bit.ly/43NNQBA #DrupalDev #GovTech #ArtsTech #WebDesign

thedroptimes's tweet image. 🎭 Walsh Bay Arts Precinct goes live with a new #Drupal site by @previousnext!
Highlights include Artifax integration, secure NSW Gov CRM forms, and flexible components via Layout Builder.
More from TDT 👉 bit.ly/43NNQBA 
#DrupalDev #GovTech #ArtsTech #WebDesign

🛠️ Can Claude Code streamline #Drupal module development? Find out July 4 in an online session with Alejandro Madrigal @alemadlei . He’ll demo real use cases with Mercury Editor, SDC, and selector hooks. 🔗 bit.ly/4kfnzBb #DrupalDev #AItools #OpenSource #ClaudeCode

thedroptimes's tweet image. 🛠️ Can Claude Code streamline #Drupal module development? Find out July 4 in an online session with Alejandro Madrigal @alemadlei . He’ll demo real use cases with Mercury Editor, SDC, and selector hooks.

🔗 bit.ly/4kfnzBb 
#DrupalDev #AItools #OpenSource #ClaudeCode

🤖 DrupalX AI just got smarter! Jay Callicott @drupalninja refactored the project to align with the official #Drupal AI module. A new Groq API sub-module now enables easy UI-based config—no more manual setup. 🔗 bit.ly/407uOnq #DrupalAI #DrupalDev #OpenSource #Groq

thedroptimes's tweet image. 🤖 DrupalX AI just got smarter!

Jay Callicott @drupalninja  refactored the project to align with the official #Drupal AI module. A new Groq API sub-module now enables easy UI-based config—no more manual setup.

🔗  bit.ly/407uOnq 

#DrupalAI #DrupalDev #OpenSource #Groq

Explore streamlined PHP attribute usage for custom plugins with examples defining attributes and implementing the manager, ensuring efficient development in our latest blog. Read more 🔗qed42.com/insights/explo… #Drupal #DrupalDev

qed42's tweet image. Explore streamlined PHP attribute usage for custom plugins with examples defining attributes and implementing the manager, ensuring efficient development in our latest blog. 

Read more 🔗qed42.com/insights/explo…

#Drupal #DrupalDev

Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all. Multilingual, group signups, locked dates, and more 🧩 Full story → bit.ly/3V7Sl4S #Drupal #OpenSource #DrupalDev #EventManagement

thedroptimes's tweet image. Liip upgraded the Recurring Events module for the Swiss design museum—then shared the code with us all.

Multilingual, group signups, locked dates, and more 🧩
Full story →
bit.ly/3V7Sl4S 
#Drupal #OpenSource #DrupalDev #EventManagement

Loading...

Something went wrong.


Something went wrong.


United States Trends