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
Managing Custom Tables in WordPress
Once upon a time I tried to build a theme and plugin store into the WordPress dashboard. Kind of like iTunes for WordPress. I called it WP App Store. Long… Read more
Managing Your WordPress Site with Git and Composer Part 2 – Using Composer to Manage Themes and Plugins
This is article 1 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 we looked at how to store and manage your WordPress… Read more
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
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
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
Managing Your WordPress Site with Git and Composer Part 4 – Installing WordPress in a Subdirectory
This is article 3 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 of this series we looked at how to store and… Read more
Behind-the-Scenes: Replacing All of WP Migrate DB Pro’s jQuery with React
My latest task for WP Migrate DB Pro is creating a new user interface and rewriting all the JavaScript for the plugin and addons. It is no small feat, let… 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
Syncing WordPress Database Changes Between Environments: How We Handle Merging
Database synchronization is a problem that still gets raised almost every month in the local WordPress communities I’m part of – “if I am making changes to my local site,… 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
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
Creating a Custom Table with PHP in WordPress
Have you ever wondered what it takes to create a custom table in WordPress or why you would ever want or need to? WordPress comes with many different ways to… Read more
Optimizing Laravel Part 3: Improving Performance with Object Caching
This is article 3 of 4 in the series “Optimizing Laravel” In my last article we looked at what a database index is and how we can use database indexing… 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
Managing Your WordPress Site With Git and Composer
Managing WordPress with Git and Composer has some big advantages. In particular, it can give you version control and helps get new people up to speed quickly. But it’s not… 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
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
Backup Plugin Battle: Which is the Best WordPress Backup Plugin in 2022?
Backing up your site is a little like buying fire insurance. You never need it outside of a catastrophe, but not having it is just going to make the catastrophe… Read more
How We Built Full Composer Support For Our Premium WordPress Plugins
Composer is the dependency manager of choice for PHP. It allows you to declare a list of project dependencies and will install and update them directly from the command line,… Read more
Best Ways to Encrypt Passwords, Keys, & More with PHP in 2022
A few years ago I attended Laracon EU where Marcus Bointon gave a great talk on Crypto in PHP 7.2. I left the talk having a much greater appreciation for… Read more
WP Offload Media 2.5 Released: Improved WooCommerce Integration and New Tool for Already Offloaded Files
It’s been a busy few months since our last release. In that time we’ve been hiring, settling into a regular release cycle format, planning out the future roadmap for the… Read more