SlideShare a Scribd company logo
1 of 64
What to do when things go wrong.
                     (because it will)
.. with
CODE!
.. and
Freddie Mercury!
Damien McKenna
    Lead Drupal Architect
      @DamienMcKenna
  drupal.org/user/108450
“Freddie Mercury”
    Farrokh Bulsara
           Lead vocals
                Queen
Drupal, Day 1
Building with Drupal
• Starting off..
• Lots of trepidation
• Infamous learning curve
• Lots of reading – books, blogs, tutorials..
• Lots of screencasts!
Building with Drupal
• Add Views & other modules
• Add a little theming
• Go a long way!
Building more with Drupal
• Start feeling comfortable
• Add some more modules
• Build lots of sites!
o/
“We Are The Champions”
“News of the World” (1977)
                         • Click to edit Master text styles
                             – Second level
                             – Third level
                                 • Fourth level
                                     – Fifth level
Continuing on..
• Install a module




• Awesome!
But then..
Notice: Undefined index: option in
theme_select_or_other_none() (line 249
of
/sites/all/modules/contrib/select_or_other/
select_or_other.module).



• Whaaa?
Eek!
• Line 249:




• Whaaaaaaaaaaaaaaaa?
That moment..
“Going Slightly Mad”
“Innuendo” (1977)
                       • Click to edit Master text styles
                          – Second level
                          – Third level
                              • Fourth level
                                  – Fifth level
Drupalburp, noun;
• A bug.
• A small bug.
• It’s still a bug.
• There are lots of them.
Step 1: Search issue queue
     • Click to edit Master text styles
       – Second level
       – Third level
          • Fourth level
              – Fifth level
Step 1: Results
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Step 1: Review
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Step 2: Create a new issue!
     • Click to edit Master text styles
        – Second level
        – Third level
           • Fourth level
               – Fifth level
Step 2: Create a new issue..
      • Click to edit Master text styles
        – Second level
        – Third level
           • Fourth level
               – Fifth level
Step 2: Issue created!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Time to debug!
Development Tips
1. drupal_set_message()
Whaaaa?
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Development Tips
1. drupal_set_message()
2. debug()
debug() output
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Development Tips
1. drupal_set_message()
2. debug()
3. Devel module
4. dpm()
dpm()
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
dpm() output
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
dpm() output awesomesauce!
     • Click to edit Master text styles
       – Second level
       – Third level
          • Fourth level
              – Fifth level
Reviewing the error
• “Undefined index”
• Means that an array element doesn’t exist.
• I can fix that!
Original code
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
The fix
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
It works!
• Time to share the joy!
Get the code
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Getting the code
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Clone it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Fix it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Diff it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Diff it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Patch it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Name it!
• Patch naming: project name & issue number.
• [project]-n[issue]-[comment#].patch
• [project]-n[issue]-[comment#]-
  [message].patch
  – drupal-n1067120-145-d7.patch
  – metatag-n1820374.patch
  – views-n1809862-7.patch
Upload it!
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
And then..
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Wait.
• Maintainers can take time to respond.
• People live busy lives.
  – Drupal 8’s “development babies” list :-)
• Other modules or core work may take a
  higher priority.
• Don’t give up if little or no response.
Development Tips
1. drupal_set_message()
2. debug()
3. Devel module
4. dpm()
5. Track your patches!
PATCHES.txt
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Development Tips
1. drupal_set_message()
2. debug()
3. Devel module
4. dpm()
5. Track your patches!
6. kpr() and exit()
kpr()
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Development Tips
1. drupal_set_message()
2. debug()
3. Devel module
4. dpm()
5. Track your patches!
6. kpr() and exit()
7. xdebug – hardcore debugging!
  •   .. and IDE debugger or MacGDBp
MacGDBp
• Click to edit Master text styles
  – Second level
  – Third level
     • Fourth level
         – Fifth level
Development Tips
1. drupal_set_message()
2. debug()
3. Devel module
4. dpm()
5. Track your patches!
6. kpr() and exit()
7. xdebug – hardcore debugging!
  •   .. and IDE debugger or MacGDBp
8. Let modules die!
Redundant: see redundant
“Who Wants to Live Forever?”
“A Kind of Magic” (1986)
                           • Click to edit Master text styles
                              – Second level
                              – Third level
                                  • Fourth level
                                      – Fifth level
Abandon obsolete modules
• Focus effort on fewer solutions.
• More focus effort = better modules.
• How many gallery systems do we need?
What’s next?
Contribute
• You depend upon Drupal for your future.
• Drupal’s future depends upon you!
Investments
• Invest minimum of 10% of income for
  retirement
• Invest 10% of your week to Drupal
Time it
• 10% of 40 hour week
• 4 hours per week
• Friday evening!
Companies can do more
• Have a large team?
• Dedicated team contributor
• Organize code sprints
• & fly in experts
Why?
• Learn more
• Make your sites better
• Make Drupal better
• Everyone benefits!
More info
• Novice issues
• Examine code of small
  modules you use
                            • Click to edit Master text styles
• Poke around with dpm()
                               – Second level
  & kpr()
                               – Third level
• Read issue queues                • Fourth level
                                       – Fifth level
• Contribute!
• http://webchick.net/emb
  race-the-chaos
Drupal’s future is up to us!
“The Show Must Go On”
“Innuendo” (1977)
                        • Click to edit Master text styles
                           – Second level
                           – Third level
                               • Fourth level
                                   – Fifth level
Thank you
Mediacurrent helps organizations architect custom websites by
leveraging our proven processes and deep expertise in Drupal.



       @mediacurrent               mediacurrent.com

More Related Content

Similar to What to do when things go wrong with Drupal

Well Planned is Half Done: Planning Projects in the Digitization World
Well Planned is Half Done: Planning Projects in the Digitization WorldWell Planned is Half Done: Planning Projects in the Digitization World
Well Planned is Half Done: Planning Projects in the Digitization WorldFlorida State University
 
New Developments in the BREACH attack
New Developments in the BREACH attackNew Developments in the BREACH attack
New Developments in the BREACH attackE Hacking
 
Project one world in india annela
Project one world in india annelaProject one world in india annela
Project one world in india annelaElli Kalju
 
MongoDB and MongoMK Source Event
MongoDB and MongoMK Source EventMongoDB and MongoMK Source Event
MongoDB and MongoMK Source EventYuval Ararat
 
Anderson montria mobile_presentationtemplate
Anderson montria mobile_presentationtemplateAnderson montria mobile_presentationtemplate
Anderson montria mobile_presentationtemplatemontria
 
Anderson montria mobile_presentation
Anderson montria mobile_presentationAnderson montria mobile_presentation
Anderson montria mobile_presentationmontria
 
Anderson montria mobile_presentation
Anderson montria mobile_presentationAnderson montria mobile_presentation
Anderson montria mobile_presentationmontria
 
Level Design Course Intro and Assingnts
Level Design Course Intro and AssingntsLevel Design Course Intro and Assingnts
Level Design Course Intro and AssingntsPetri Lankoski
 
Decorator Design Pattern
Decorator Design PatternDecorator Design Pattern
Decorator Design PatternAdeel Riaz
 
Power Assembly - TLs JNC2014
Power Assembly - TLs JNC2014Power Assembly - TLs JNC2014
Power Assembly - TLs JNC2014AIESEC in India
 
7 ways of reducing tpm cost
7 ways of reducing tpm cost 7 ways of reducing tpm cost
7 ways of reducing tpm cost TradeInsight
 
Bypassing malware detection mechanisms in online banking
Bypassing malware detection mechanisms in online bankingBypassing malware detection mechanisms in online banking
Bypassing malware detection mechanisms in online bankingJakub Kałużny
 
Keep Calm and Migrate: How to survive a digital content migration
Keep Calm and Migrate: How to survive a digital content migrationKeep Calm and Migrate: How to survive a digital content migration
Keep Calm and Migrate: How to survive a digital content migrationFlorida State University
 
Geek Sync | Successfully Migrating Existing Databases to Azure SQL Database
Geek Sync | Successfully Migrating Existing Databases to Azure SQL DatabaseGeek Sync | Successfully Migrating Existing Databases to Azure SQL Database
Geek Sync | Successfully Migrating Existing Databases to Azure SQL DatabaseIDERA Software
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim userKana Natsuno
 
Information Audit and Card Sorting Exercise in One
Information Audit and Card Sorting Exercise in OneInformation Audit and Card Sorting Exercise in One
Information Audit and Card Sorting Exercise in OneSarah Burns
 

Similar to What to do when things go wrong with Drupal (20)

Well Planned is Half Done: Planning Projects in the Digitization World
Well Planned is Half Done: Planning Projects in the Digitization WorldWell Planned is Half Done: Planning Projects in the Digitization World
Well Planned is Half Done: Planning Projects in the Digitization World
 
DiscoveringDH_ManagingDigitalProjects
DiscoveringDH_ManagingDigitalProjectsDiscoveringDH_ManagingDigitalProjects
DiscoveringDH_ManagingDigitalProjects
 
New Developments in the BREACH attack
New Developments in the BREACH attackNew Developments in the BREACH attack
New Developments in the BREACH attack
 
Tutorial 2
Tutorial 2Tutorial 2
Tutorial 2
 
Project one world in india annela
Project one world in india annelaProject one world in india annela
Project one world in india annela
 
MongoDB and MongoMK Source Event
MongoDB and MongoMK Source EventMongoDB and MongoMK Source Event
MongoDB and MongoMK Source Event
 
Anderson montria mobile_presentationtemplate
Anderson montria mobile_presentationtemplateAnderson montria mobile_presentationtemplate
Anderson montria mobile_presentationtemplate
 
Anderson montria mobile_presentation
Anderson montria mobile_presentationAnderson montria mobile_presentation
Anderson montria mobile_presentation
 
Anderson montria mobile_presentation
Anderson montria mobile_presentationAnderson montria mobile_presentation
Anderson montria mobile_presentation
 
Level Design Course Intro and Assingnts
Level Design Course Intro and AssingntsLevel Design Course Intro and Assingnts
Level Design Course Intro and Assingnts
 
Tutorial 1
Tutorial 1Tutorial 1
Tutorial 1
 
Decorator Design Pattern
Decorator Design PatternDecorator Design Pattern
Decorator Design Pattern
 
Power Assembly - TLs JNC2014
Power Assembly - TLs JNC2014Power Assembly - TLs JNC2014
Power Assembly - TLs JNC2014
 
7 ways of reducing tpm cost
7 ways of reducing tpm cost 7 ways of reducing tpm cost
7 ways of reducing tpm cost
 
Bypassing malware detection mechanisms in online banking
Bypassing malware detection mechanisms in online bankingBypassing malware detection mechanisms in online banking
Bypassing malware detection mechanisms in online banking
 
Keep Calm and Migrate: How to survive a digital content migration
Keep Calm and Migrate: How to survive a digital content migrationKeep Calm and Migrate: How to survive a digital content migration
Keep Calm and Migrate: How to survive a digital content migration
 
Geek Sync | Successfully Migrating Existing Databases to Azure SQL Database
Geek Sync | Successfully Migrating Existing Databases to Azure SQL DatabaseGeek Sync | Successfully Migrating Existing Databases to Azure SQL Database
Geek Sync | Successfully Migrating Existing Databases to Azure SQL Database
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim user
 
Information Audit and Card Sorting Exercise in One
Information Audit and Card Sorting Exercise in OneInformation Audit and Card Sorting Exercise in One
Information Audit and Card Sorting Exercise in One
 
Brand Contact
Brand ContactBrand Contact
Brand Contact
 

More from DrupalcampAtlanta2012

More from DrupalcampAtlanta2012 (9)

Getting Started with Drupal Services with Randall Kent @ DrupalCamp Atlanta 2012
Getting Started with Drupal Services with Randall Kent @ DrupalCamp Atlanta 2012Getting Started with Drupal Services with Randall Kent @ DrupalCamp Atlanta 2012
Getting Started with Drupal Services with Randall Kent @ DrupalCamp Atlanta 2012
 
Designing for Content Management Systems
Designing for Content Management SystemsDesigning for Content Management Systems
Designing for Content Management Systems
 
Advanced theming
Advanced themingAdvanced theming
Advanced theming
 
Drupalcamp armedia phonegap_oct2012_print
Drupalcamp armedia phonegap_oct2012_printDrupalcamp armedia phonegap_oct2012_print
Drupalcamp armedia phonegap_oct2012_print
 
Getting started with Drush
Getting started with DrushGetting started with Drush
Getting started with Drush
 
Talking to Web Services
Talking to Web ServicesTalking to Web Services
Talking to Web Services
 
Drupal + HTML5 + CSS3 + JS = Rich Internet Application
Drupal + HTML5 + CSS3 + JS = Rich Internet ApplicationDrupal + HTML5 + CSS3 + JS = Rich Internet Application
Drupal + HTML5 + CSS3 + JS = Rich Internet Application
 
Drupal Rules!
Drupal Rules!Drupal Rules!
Drupal Rules!
 
Dig into the omega theme
Dig into the omega themeDig into the omega theme
Dig into the omega theme
 

Recently uploaded

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Recently uploaded (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

What to do when things go wrong with Drupal