The upgrade from Drupal 7 to Drupal 9 is a big one. This post is all about the considerations that you should be making and how to plan to start the process!
I’m constantly amazed by the lack of automation and code review I find on development teams. This article digs into what pieces should be included and why they are so critical.
There’s a lot of talk about how easy it is to update to Drupal 9! It IS easy, as long as you have your ducks in a row. Lining up your ducks may take a lot of time however…
Composer is a very powerful tool, but using it effectively requires some additional and non-trivial components to your project. Let’s dig into Composer and Continuous Integration!
How do you install Composer 2 if you can’t overwrite system binaries or run composer self-update? This article will cover continuous integration work arounds!
Sometimes being an early adopter can cause problems. This post will help you avoid issues if you’ve updated to Composer 2 but some of your projects still require Composer 1.
Sometimes when testing an application your cross contaminate test content with real data (or user contact information). This is bad! Let’s talk about how to avoid this type of situation.