Blog
Activating virtual environment for Python in Windows
These code snippets show how to activate and use a virtual environment with Python in a Windows cli.
Blog
What's the difference between X-Drupal-Cache and X-Drupal-Dynamic-Cache
The HTTP response headers X-Drupal-Cache and X-Drupal-Dynamic-Cache are used by Drupal to indicate the status of its caching layers for the page that was requested.
Blog
Types of configuration mapping fields in Drupal and when to use which
I was creating a tutorial on configuration entities when I stumbled upon a image field which I had specified as an integer instead of array. Therefore I thought it would be useful to provide you a table with all the types and when to use which.
Blog
What is tag-based caching in Drupal views
Tag-based caching enhances the performance of your website by allowing fine-grained invalidation of cached content.
Blog
What are Drupal Recipes
Drupal Recipes are a concept in Drupal 10 that replace the old distribution/install profile approach for sites.
Blog
Move from jQuery to ES6 in Drupal with ChatGPT [VIDEO]
Are you still relying on jQuery for your Drupal projects? It's time to make the leap to modern JavaScript with ES6! In this little tutorial, we'll walk you through the process of transitioning from jQuery to ES6 in a Drupal environment, all with the assistance of ChatGPT.
Blog
Logo design with generative AI guide (with prompt examples)
Logo design is a breeze in Midjourney, but you should know some things. This guide provides the best tips.
Blog
How to create a block with Drush in Drupal (9, 10, 11)
A drush script to generate a block plugin using Drush in Drupal 9 & 10.
Blog
The Midjourney video parameter explained
Use the --video parameter to create a short movie of your initial image grid being generated.
Blog
How to get anchor links working in Drupal 10 and CKEditor 5
A tutorial on how to get anchor links working in Drupal 10 and CKEditor 5.