The Primary Web Dockerfile
A Dockerfile for a Drupal dev environment including Apache, PHP, and XDebug, with some variation by environment.
Working with the Drupal content management system, either with UI configuration or with code.
A Dockerfile for a Drupal dev environment including Apache, PHP, and XDebug, with some variation by environment.
Caches are an important tool in Drupal to keep page loads as efficient as possible, without risking showing old inaccurate information.
Drupal's entity_usage module is useful for tracking how entities relate to each other.
Sometimes you want to pull an Xhibit meme and put content in your content. There's a module that helps.
You might want to change meta tags for SEO purposes. Here's how to do that with Drupal theme preprocessors.
A JavaScript solution for pagination having less options on smaller screens.
Details elements help organize content in a page, but some users need to expand them all at once to skim the page. Here's a Drupal module to do that.
I made a module to make it easier to change the heading level on the label for blocks.
Beginning a series on my Drupal development setup, including Docker containerized deploys, this provides an overview of the environments.
Links can be coded to open in new tabs/windows. Here's why to usually not do that, what the exceptions are, and how to do that accessibly.