I’m an Enterprise Engineer for WordPress VIP. I’ve been with Automattic/VIP since 2015, and enjoy it every day!
On this site I mostly post WordPress and web technology related things, with a mix of whatever else is on my mind.
Blarg Posts
-
Use Backticks for code in Google Docs
by
Zach Brogan, you are my new best friend! I _strongly_ prefer to write in Markdown, and when doing things in Google Docs, despite it having a “markdown” option, code blocks never worked. This is where the “Backtick” Chrome extension comes in to save the day. It just works, and converts all my backticked words and […]
-
Quick Tip: Bash CLI params
by
While working on a bash script, I stumbled upon what I think may be the cleanest and simplest way to add CLI params to a bash script so far: This lets you use short (-V), long (–version), space separated (–user john), and equal separated (–user=john) arguments. It’s not perfect, but for a quick bash script […]
-
iOS Reminders to Habitica To Do’s via IFTTT
by
After digging around for a while trying to see how I could link up iOS’s Reminders with Habitica‘s To Do’s to help keep me organized, I finally found an easy way through IFTTT. This works easily because Habitica offers a wonderful API๐ฅ Specifically we’re looking at the “Create a new task belonging to the user” […]
-
Quick Tip: Get Size of Revisions in WordPress
by
One thing that you might not think of when watching the size of a large WordPress site grow, is unnecessary data in the database. With the introduction of the block editor years ago, there has been a large increase in the number of revisions a post makes when being edited. This can create a lot […]
-
Cool WordPress Plugins: Embed Extended
by
If you saw my last post, you may have noticed some cool embeds. These are coming from the Embed Extended plugin. This plugin takes OpenGraph data and treats it more like oEmbed data for WordPress. It works great with the block editor as well!