Skip to main content
[2023-07-06]

Using DDEV snapshots to speed up GitHub Actions workflows

#drupal #ddev #github

My projects all use DDEV for local development. Regarding end-to-end testing, as part of my continuous integration process, I also use DDEV! This way, my scripts for running Cypress are the same locally and in my CI.

[2013-06-11]

Custom WordPress Widget CSS Classes

#github #plugin #wordpress
One thing that I has always bothered about WordPress widgets is the lack of ability to define custom widget CSS classes for each widget - it is kind of ugly using the stock widget IDs when you have four text widgets.