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
A collection of resources for WordPress Developers, written and curated by experts
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
This past year was a rollercoaster of a ride. Some high highs and low lows. We added team members and had to let some go. We saw dips in revenue… Read more
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
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
WordPress has come a long way towards its stated goal of democratizing publishing, powering roughly 43% of the websites on the web. However, that status makes it a prime target… Read more
You could just debug your PHP code using dump debugging functions such as error_log, print, and var_dump, and let’s be honest, we’ve all done it a lot! While helpful sometimes,… Read more
I recently built a command line daemon in PHP to emulate AWS SQSD for the purposes of testing in Mergebot. As it turns out, one of the benefits of building… Read more
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
I’ve been bugging core contributors and plugin authors about background processing for a year and half now. To the point where Krogsgard even made fun of me for it at… Read more
It’s been a little while since our last major release but we’re very excited to announce the release of WP Migrate DB Pro 1.3. This update brings a slew of… Read more
I’ve attended many conferences in my time and watched every single speaker with admiration, because just the thought of getting up and talking to an audience myself leaves me in… Read more
In my last article I described how I built a cloud app using Laravel Spark. Web Uptime is a website uptime and monitoring app that checks your website’s status every… Read more
Every time your code reaches out to an external API, you are introducing a point of failure that you do not control. Whether you are fetching a social feed, a… Read more
We are excited to announce the release of WP Offload Media 3.3! This release focuses on modernizing our codebase to support the latest server environments, expanding our global footprint with… Read more
In this issue of Delicious Brain Bytes, we explore the brand-new Gutenberg 22.3 features, look ahead to the WordPress® 7.0 release and its updated PHP requirements, discuss WP Engine’s strategic… Read more
In this issue of Delicious Brain Bytes, we look into WordPress 6.9, round up the latest industry surveys, figure out how to make Postgres much slower, and much more! WordPress… Read more
Many successful WordPress sites eventually hit an architectural bottleneck. As traffic scales, the web server struggles to handle the dual responsibilities of running the PHP application and serving a library… Read more
Relocating a WordPress website to a new domain is a frequent task for developers, but it often comes with the risk of broken links and lost content. Ensuring a seamless… Read more
Managing WordPress sites across different environments often requires moving data and files. A partial migration involves selectively transferring only specific components of your WordPress installation. Instead of cloning an entire… Read more
The staggering number of sites powered by WordPress speaks to its versatility, ease of use, and ecosystem. This widespread adoption introduces a paradox: its popularity makes it a frequent target… Read more
You’re not going to get far in WordPress development without solid technical skills. They’re foundational, allowing you to build, customize, and optimize digital experiences. However, they’re only going to take… Read more