Understanding WordPress GUIDs: What They Are, and Why Change Them
The WordPress GUID is a unique identifier for individual posts, pages, media, and practically any other custom post type. As such, it’s a key element in rendering your WordPress content… Read more
The State of HTML Email in WordPress in 2022
One question that I’ve been asked a few times while working on WP Offload SES is how it handles HTML email. By default, WordPress sends out all emails as plain… Read more
The Ultimate Overview of the WordPress Block Editor (Gutenberg) for Developers in 2022
I’ve been loosely following the noise and #wpdrama surrounding Gutenberg for as long as it has been around and honestly for the most part I’ve had negative feelings around it… Read more
Reviewing Craft Nitro & DevKinsta for WordPress Local Development
One of the cool things about my job as Developer Educator at Delicious Brains is that sometimes I get to try out new things that I might otherwise never discover.… Read more
Vue vs React: Which is the Best JavaScript Framework in 2021?
React or Vue.js, which JavaScript framework should you choose? React powers WordPress’ new editor while Vue.js is a popular framework in the Laravel community. In this post we’ll go over… Read more
VS Code Wins Best PHP IDE/Editor for WordPress Development in 2021
When building software or websites, you’ll need to use an integrated development environment (IDE), a code editor or if you’re really brave, a text editor. They each offer different benefits… Read more
How We Use PhpStorm for WordPress Development
Many of the Delicious Brains team use PhpStorm, the PHP IDE from JetBrains, as their go-to code editor, development environment, and all-round PHP best friend. Some on the team swear… Read more
Valet vs VVV vs Chassis: A Comparison Guide to CLI-Based Local WordPress Development Environments
In my last article, I reviewed the best WordPress development environment apps out there. But that’s not all of it, there are a number of great options available as well… Read more
Set Up Visual Studio Code and xDebug as the Ultimate Editor for WordPress Development
If you keep up with the many text editors and developer tools available, you may have heard of Microsoft’s Visual Studio Code. VS Code is a free, open source code… Read more
The Ultimate Developer’s Guide to the WordPress Database
Here at Delicious Brains we eat, drink and sleep databases. However, we believe that any developer working with WordPress should have some level of knowledge about the database that sits… Read more
Vagrant vs Docker: Which is better for WordPress development?
Before Docker came on the scene Vagrant was the go-to solution for creating development environments that can be configured independently of your machine and shared with a team. There are… Read more
WordPress, JavaScript and PHP Conferences to Add to Your Calendar in 2020
Whether you’re hoping to speak at a conference, looking to network or just there to learn, attending a conference can be beneficial to you and your career in a number… Read more
WP Offload SES 1.3 Released: Search, View, and Resend Sent Emails
Today, we’re introducing a bunch of features for WP Offload SES. It’s no secret that WP Offload SES has been light on features since its launch. That’s the main reason… Read more
PHP Scoper: How to Avoid Namespace Issues in your Composer Dependencies
Composer. If you’ve worked with PHP for any period of time you’ve likely heard of or used Composer. We’ve written about it whole bunch on the blog before, and it’s… Read more
WP Offload Media 2.2 Released: Offload Existing Media Items in the Background & More
It is with immense pleasure that we’d like to announce the release of WP Offload Media 2.2! 🎉 This release brings the much-requested background offloading of existing Media Library items.… Read more
How Much Money Do WordPress Developers Make? That and More Insights on the Life of a WordPress Developer in Our First-Ever Industry Report
As a web developer, there’s always that curiosity about what your peers are up to. Where are they from? How much do they make? Do they work remotely? Over the… Read more
How We Improved Composer Support For Our Premium Plugins Again
Composer is my go-to method of managing free plugins in WordPress sites. However, managing premium plugins is a little more tricky. Last year we introduced full Composer support for our… Read more
WP Offload Media 2.1 Released: Google Cloud Storage Now Supported
You asked for it, and we’ve delivered! Today we’re very happy to announce the release of WP Offload Media 2.1 with support for Google Cloud Storage! Happily using WP Offload… Read more
WP Offload SES: Announcing A New WordPress Plugin For Amazon SES
If you’ve been following along on the blog, you might have been aware of the new plugin we’ve been working on. The long-awaited release day is finally upon us. Whether… Read more
Blog Comments Are Dead. Or Are They?
Blog post comments are dead. Or wait, they’re back. They’re definitely a pain. But also maybe they’re worth it? The debate about blog post comments and whether they’re worth it… Read more
WP Migrate DB Pro 1.9 Released: New Backups Tab and Refactored PHP
A mere eleven-or-so weeks after the release of the Theme & Plugin Files addon, WP Migrate DB Pro version 1.9 is out the door! We’ve added a brand new backups… Read more
Vue vs React: 2018 Edition
Just over a year ago I wrote a 🔥-y piece comparing Vue.js vs React. Today, the argument about these two JavaScript frameworks is as alive as ever, but over the… Read more
Improve Page Load Time For Your WordPress Site with WP Offload S3: A Case Study
One of the great things about working at Delicious Brains is working on products that I use and love outside of work. I was a WP Migrate DB Pro customer… Read more
Build a WordPress Plugin with Vue 2
It’s been a while since we’ve played with Vue JS on this blog, so why don’t we take a beginner-focused look at how one might go about building a simple… Read more