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.
Recent Drupal database driver changes can cause configuration imports if you don’t update your config files. This post will explore the problem and give you the fix.
Sometimes the order of updates is quite critical. And while Drupal usually has a quite predictable order for those updates to run in, they don’t always land in the order you expect. This tutorial will help you to execute updates in the order you want.
Running multiple projects simultaneously is a common part of many developers’ lives. But what happens when those projects have drastically different requirements?
Silent failures during any automated process can be a real beast to troubleshoot (and identify). This post is all about a recent issue with composer patches and git.