-
When should WordPress Devs learn Version Control?
Brian and Mark dig into version control tools like Git for WordPress sites – When do you need it? What does it do? Why do developers seem to love it so much?
-
WordPress Studio Review
WordPress.com released their new local development tool- and there’s been a lot of misconceptions lets clear those up, talk about some of the underlying technology, and compare it to the elephant in the room: LocalWP.
-
Using Block Variations with the Block Bindings API
Let’s dig into the new Block Bindings API in WordPress 6.5 – with a focus on how to offer a “no-code” experience for your users with Block Variations.
-
Rebuilding my website with Ollie – LIVE
A one hour livestream as I work through building my own personal blog (this very website) using the Ollie block theme.
-
Aurooba on JS Essentials for WP Devs
Aurooba joins me to talk about her free course: JavaScript Essentials for WP Devs.
-
Block Bindings API & ACF Preview
On this livestream, I dig into the new Block Bindings API coming in WordPress 6.5 and see how nicely it plays with Advanced Custom Fields.
-
How the block editor handles CSS (Block Styles Manager Ep 5)
Registering block styles, inline block styles, tree-shaking, the “Styles Engine” – how does the block editor actually load CSS and is this tool going to be good for performance? Plus a quick update on the Block Styles Manager user interface.
-
Using Core Data and Sharing Context across WordPress Blocks
Extending WordPress blocks to talk to each other means using the WordPress Core Data packages, and hidden block features like “context”. With tools like useSelect and useDispatch, we’ll add a button to a core block that inserts new blocks into it’s parent block.
-
WP REST API and Postman – Using Application Passwords
What are Application Passwords in WordPress and how can I use them? Let’s dig into the WP REST API and how you can make authenticated API calls from tools like Postman (and any other code base) by using core WordPress’s Application Passwords feature.
-
Block Styles Manager for WordPress – Episode 2
Episode 2 of my YouTube Build in Public series building a block styles manager for the WordPress block editor.