Why You Should Use the WordPress HTTP Functions to Make API Requests
Sometimes your WordPress site needs to talk to other services around the web. This almost exclusively happens using the HTTP protocol. A common example is when your WordPress installation contacts… Read more
WP-CLI Packages: Supercharge Your WordPress Development
WP-CLI packages take the increased efficiency of the command line even further by extending it with new or modified commands. In this article, we’ll show you how to install packages,… Read more
Our Struggles to Stay Healthy While Working From Home Part 2
This is article 2 of 2 in the series “Our Struggles to Stay Healthy While Working From Home” It’s been just over a year since we posted about our struggles… 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
Let’s Encrypt HTTPS + Linode NodeBalancer
Frankly, Let’s Encrypt is possibly the best thing since sliced bread, letting you get a free SSL/TLS certificate with open source tools and an API to create and auto-renew said… Read more
Our Struggles to Stay Healthy While Working From Home
This is article 1 of 2 in the series “Our Struggles to Stay Healthy While Working From Home” Recently in a Slack chat we discussed how we try and stay… Read more
How Our Team Pushes Each Other to be Better Developers
Since I started working at Delicious Brains, it seems we have been hiring pretty much constantly. Prospective new hires go through a few weeks trial where they work on our… Read more
Online Conferences for WordPress Devs in 2024
Conferences offer a blend of targeted education and networking opportunities, a combination that can advance your skills and career. They can be expensive to attend, though. Between the ticket prices,… Read more
HTTP/2, HTTPS, Let’s Encrypt and WordPress
TL;DR — HTTP/2 is awesome, but requires HTTPS, which is hard to setup. Let’s Encrypt and WordPress can make HTTPS setup simple and help achieve a faster web sooner. My… Read more
Minimizing DNS Propagation Issues With a Reverse Proxy
Migrating servers is a complex process that involves many moving parts. One of the most challenging aspects of server migration is dealing with DNS propagation. When you update your DNS… Read more
Set Up Visual Studio Code and xDebug as the Ultimate Editor for WordPress Development
Visual Studio Code is a free, open source code editor that is lightweight like Sublime Text, but offers many of the same features as bigger IDEs like PhpStorm or WebStorm.… Read more
Security Releases Regarding the Use of unserialize() in Delicious Brains Plugins
We were recently contacted by Wordfence and Patchstack regarding PHP Object Injection vulnerabilities related to the use of unserialize() in Better Search Replace and WP Migrate, respectively. An additional internal… Read more
Remotely Back Up Your WordPress Database and Media With WP Migrate CLI
Keeping regular backups of your WordPress installs is one of the most important things you should do after you launch a site. If you search for the term “backup” in… Read more
Delicious Brains In Berlin: Our Fifth Annual Company Retreat
Back in June, our team got together for our fifth annual retreat. After a couple years of not basing retreats around a conference, the team decided to give the conference-based… Read more
How to Decrease Your Site Testing Time: Automated Acceptance Testing for WooCommerce
We’ve written before about how we are using automated acceptance testing to test our WordPress plugins which has decreased manual testing time and helped catch bugs before they are released.… Read more
2018 Year in Review: Our Most Productive Yet
This has been the most focused and productive year for Delicious Brains, Inc., yet. We shipped a bunch of new features for our existing products and built two new products.… Read more
Delicious Brains In Jamaica: Our Fourth Annual Company Retreat
Back in May, our team met up for our fourth annual company retreat. This time around we had decided on somewhere hot (for May) and Jamaica ended up receiving the… Read more
The Surprising Benefits of Speaking at a Technical Conference
Now, this is a story all about how My life got flipped-turned upside down And I’d like to take a minute Just sit right there I’ll tell you how I… Read more
Using Devilbox for Local WordPress Development in Docker
For some time now I’ve been wanting to move all of my local development sites over to Docker instead of running them natively on my machine or running them in… Read more
SQL Query Optimization for Faster WordPress Sites
A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more
Create Your Own SSL Certificate Authority for Local HTTPS Development
In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as… Read more
Delicious Brain Bytes: DE{CODE} Sessions on Demand and WordPress 6.8
In this issue of Delicious Brain Bytes, we look into the sessions now available from DE{CODE} 2025, discuss the release of ACF 6.4 and WordPress 6.8, and much more! DE{CODE}… Read more
Where to Start With Headless WordPress
Headless WordPress separates the content management system part of WordPress from the frontend presentation layer. Decoupling the front and back ends of your site allows you to leverage the power… Read more
SQL Query Optimization for Faster WordPress Sites
A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more