Building a SaaS app with Laravel Spark: Web Uptime
If you keep up with the Laravel community at all you’ll be aware that Taylor Otwell recently released his much anticipated SaaS scaffolding library called Spark. Spark is a library… Read more
A collection of resources for WordPress Developers, written and curated by experts
If you keep up with the Laravel community at all you’ll be aware that Taylor Otwell recently released his much anticipated SaaS scaffolding library called Spark. Spark is a library… Read more
User-generated content is the proverbial double-edged sword. While it’s a powerful engine for engagement, it’s also a significant technical liability. User uploads are often unpredictable, unoptimized, and can consume server… Read more
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
In this issue of Delicious Brain Bytes, we dive into the first beta release for WordPress 6.7, WordPress Accessibility Day, and much more! WordPress 6.7 Beta 1 Now Available for… Read more
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
In this issue of Delicious Brain Bytes, we look at the latest and greatest features in WordPress 6.5, how DE{CODE} 2024 surpassed previous attendance records, how ACF made documentation easier… Read more
A few months ago I bought an Apple Cinema display to use with my Macbook Pro. My plan was to use both screens, my Cinema display as my primary screen… Read more
Imagine a world where your IDE or code editor detected problems before you even ran the code. Imagine if whole categories of errors could be automatically identified and easily eliminated… Read more
WP Migrate DB Pro 2.0 was probably our most significant update to date, and we were pretty excited to get it released to our customers. After four bugfix releases to… Read more
We’re very excited to announce the release of WP Migrate DB Pro 1.5 and the all-new Multisite Tools addon. We’ve already cheated a little by giving you a video preview… Read more
Hey there, my name’s Jonathan. 👋 I’m the new Developer Educator at Delicious Brains. When I joined Delicious Brains in March, I had no idea what my first writing task… Read more
In the first of hopefully many plugin releases this year, the WP Offload Media team has been working hard on some big integrations and improvements. Today we’re pleased to announce… Read more
There are many options when it comes to sending out email newsletters for your WordPress site. You can choose from dozens of plugins or dedicated services like Mailchimp or Drip.… Read more
We’ve put a lot of work into these releases and are happy to be sharing them with you finally. For a brief list of the changes, see the Media Files addon changelog or the CLI… Read more
Recently I have been doing more animation work here at Delicious Brains Inc and finally decided to experiment with Airbnb’s rave-reviewed, Lottie framework. Lottie is a React Native, Android and… Read more
This is article 2 of 4 in the series “Optimizing Laravel” In my last article we looked at some simple commands and some basic code tweaks we could use to… Read more
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 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
I’ve been a fan of Advanced Custom Fields (ACF) for a long time now. It’s used on almost every site I’ve built or worked on for the last few years.… Read more
This week on the blog we’re going to talk about something I’m a big fan of: testing. Don’t fall asleep juuuust yet. If you’re like me, during development, you probably… Read more
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
How many programming languages do you regularly work with? But you probably have your favorites. Myself, I’ve built my career on PHP and JavaScript. I’m always looking to learn something… Read more
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
Just about every WordPress website should be served over HTTPS instead of HTTP, for reasons of both security and SEO. HTTP content isn’t encrypted, leaving your site vulnerable, and Google… Read more