Whenever I run into people who’ve not seen me in person since before the pandemic, they are surprised at how different I look today. Personally, I don’t see it, until I go looking for photos of myself before 2020, and then look at more recent photos. The differences are quite remarkable. For some context, here’s […]
One of the most common complaints I hear from long term WordPress developers boils down to the fact that to develop blocks for the WordPress Block Editor, you need to set up the JavaScript development environment (Node.js + npm + @wordpress/scripts) in order to start building blocks. This is not entirely true, as it is […]
It’s been just over 2 years since I last worked on building/upgrading a computer, in what was then my new office workstation. One of the main reasons for this is that I now have a company-sponsored MacBook Pro, and so my office and home computers are mostly used for gaming, or if I’m tinkering with […]
Since 2016, I have tried to write either a year-in-review and/or goal-setting post, or a combination of the two. The idea behind these process is to try and set achievable goals for me for the year ahead, and then look at how close I’ve come to achieving them. Last year I set some very specific […]
I’ve been building PCs for as long as I’ve been into computers (early nineties) and they still baffle me. Yesterday I installed a new graphics card on my office workstation, and the PC didn’t POST the first time. So I power cycle it, and it POSTs, but throws some “safe mode” BIOS error. So I […]
I’ve been toying with the idea of doing weekly development live streams for some time now. Fortunately, my work on the WordPress training team regularly requires me to do some R&D work on new topics, which are the perfect subjects for live streams. So if you want to watch me fumble my way through WordPress […]
I’ve been using Apache as my default local development web server since I started writing PHP code back in 2006. Back then, Nginx was barely 2 years old, and every web server was running Apache, so it just made sense. Over the years I’ve come to prefer Nginx on my web servers, but I still […]
As part of my sponsored work for the WordPress Training Team, I’m hosting weekly “Let’s Code” Online Workshops for Learn WordPress. Each week I cover a WordPress development concept. I’m sharing them here as well so that if anyone has questions they can ask me here (in the comments) directly. Watch this video on WordPress.tv […]
I’ve had a couple of folks either reach out to me or ask on Twitter if it’s easy to convert a shortcode into a block. The irony is that during my trial at Automattic, that’s exactly what I created, a tutorial on taking an existing shortcode plugin and adding it as a block. I am […]