Skip to main content
[2023-04-25]

Are you ready for Drupal 11 in 2024?

#drupal

Drupal 11? Yes! Drupal 11 is going to release on August 2024 or December 2024. That's only a year and a half away when writing this blog post. So, when should we start preparing modules and sites for Drupal 11? Now! Preparing for the next major version of Drupal should not be a mad dash but a consistent process.

[2023-04-04]

Creating fields programmatically and not through field configuration

#drupal

Drupal is great for its content (data) modeling capabilities with its entity and field system. Not only is this system robust, but it is also completely manageable from a user interface! When fields are created through the user interface, they are managed through configuration.

[2023-03-28]

Adding backward compatibility to Rector rules

#drupal #rector #drupal-rector

Rector is a PHP tool that automates refactoring your code to take advantage of the latest language-level features in PHP or automated usages of deprecated code when upgrading your dependencies.

[2023-02-14]

Debugging your render cacheable metadata in Drupal

#drupal #caching #cacheable metadata

One of Drupal's greatest features, and often mysterious underworking to many site builders and developers, are its caching layers especially render caching. We have all been there before: we have no idea why it's not quite working, so we press "Cache rebuild" (or more infamously, "Flush all caches" of the pre-Drupal 8 eras), and like magic, things are displaying properly.