A Short Guide to Using Bun
Bun is an all-in-one JavaScript runtime and toolkit created with the explicit goals of serving as a drop-in replacement for Node.js, eliminating separate layers of tooling, and speeding up the… Read more
Examples of Refactoring PHP Code for Better Readability
Examples of Refactoring PHP Code for Better Readability Refactoring code is when you restructure existing code without changing its external behavior. Basically your aim is to make “bad” code better… Read more
Delicious Brain Bytes: Measuring Developer Productivity, New Releases, ACF Survey Results, and the State of WordPress Dev Tools
In this issue of Delicious Brain Bytes, we look into contentious methods for measuring productivity in software development, new releases from ACF, WP Migrate, WP Offload SES, and WP Offload… Read more
Catching Up on CSS Features
There’s a pretty good chance that CSS is one of the most consistently used tools in your kit. It’s highly familiar and often used, so much so that it’s easy… Read more
What MySQL 5.7 EOL Means for WordPress Developers
After eight years of general availability, no one can say MySQL 5.7 didn’t have a good run. MySQL 5.7 officially reaches its End of Life (EOL) in October 2023. The… Read more
Strategies for Handling Large WordPress Media Libraries in Dev and Staging Environments
Offloading your media files is a well-known tactic for speeding up your WordPress sites, but WP Offload Media can also greatly reduce the time it takes to replicate a new… Read more