I started using Drupal in the early 2010's and was pretty much solely Drupal by 2015. Over the years I've been very involved in the Drupal community. I'm regularly on Drupal Slack - and was on IRC back  in the IRC Days. User is NickDickinsonWilde there too.

From a code perspective, I've contributed probably a thousand or two commits.

Summary of Drupal community involvement:

  • 2020-2023: Session presented at multiple DrupalCons
  • 2019-2023: Planning/session team/volunteer organizer with various DrupalCons
  • 2017-2022: Sessions presented at various Drupal camps, summits and meetups as well as organization of meetups. Including BadCamp, PNWDS and local camps.

Below you can see my past presentations with further details (in progress of putting them into correct format to put here for older ones).

Presentations

Upgrading Your Code to Drupal 11

We'll explore the automated tools available as well as the manual steps necessary to get your project - whether a contrib module, a single custom module or a whole site upgraded to Drupal 11.

Regardless of if your site's dependencies are ready, you can and should make your site and custom modules ready and you can do that now.

Presented at Drupal GovCon 2024 - 2 weeks post Drupal 11 Release.

    Standardizing Sites with Drupal Scaffolding

    Learn how to use the Drupal Composer Scaffolding plugin - both customizing it in your site and creating new data sources for it to standardize and improve your site builds. Presented at DrupalCon 2023 Pittsburgh

      Debugging Drupal with Xdebug

      Xdebug is a PHP extension that can massively improve your debugging experience and speed – for both backend and frontend developers. Conversely, it can also drag down your php speed to a crawl, so you want to configure it to be a simple toggled – and only enable when you are using it. Xdebug works with most IDEs but I will be specifically showcasing usage with PHPStorm as that is what I use it with.