Blog
How to fix permission-denied issues when executing homebrew commands
I tried to update ddev to the latest version, using…
The Indispensable Man by Saxon White Kessinger
Sometime when you’re feeling important;Sometime when your ego’s in bloom;Sometime…
How to add the logged-in user’s roles as classes in the body element in WordPress
To add the user roles to the body of your…
Drupal 10, a quick overview
Drupal 10 is the latest version of the popular open-source…
How to approach problem solving with 5 easy steps
Problem solving is an essential skill in many aspects of…
Salesforce and WordPress Integration using 2 free plugins
In this post, you will learn how to integrate WordPress…
How to step debug PHP code with Xdebug and PhpStorm on a DDEV setup
What is debugging? Per wikipedia: “In computer programming and software…
How to redirect from www to non-www URL using Cloudflare for free
After doing a quick SEO audit to this website, I…
Git commands to replace a branch with another branch
git branch -m my_feature_branch my_feature_branch_new_name # Rename my_feature_branch git checkout…
Drupal 8+ media module does not create the default bundles (Media Types) after installation
When the media module that is part of the the…