React JS schedules state updates, it doesn’t run them immediately. Here’s how to make sure your state is current when you are updating state based on previous state.
Implementing Headless WordPress With React JS
How to use Wordpress’s REST API to implement a headless CMS on a React JS site, including adding the URL and Alt text of the featured image to the REST API’s response.
WordPress – Why the hell isn’t my script loading?
Sometimes you have properly enqueued a script or style in the Wordpress way but the changes are just not showing up on your site. Here are a few reasons why that could happen.
Using Lambdas as Arguments to Aggregate Functions in Python
How we can get an aggregate value from Python built in functions in one line using lambda, or unnamed expressions.
Adding and Removing Lists Items in Python
Here are a bunch of methods to add, remove and change data in a Python list with code examples.
WooCommerce SEO on Product Category Pages
Improve your page ranking – how to add text to your WooCommerce category pages and make it display below the shop section.
Create a Quick and Dirty Custom Plugin for WordPress
Create your own custom Wordpress plugin quickly and easily from scratch to get coding with the minimum of fuss.
Custom WooCommerce Hooks in the Astra Theme
The Astra theme has its own custom WooCommerce hooks. Here’s how to use them!
Augmented Assignment Operators
Using the Augmented Assignment Operator to do a calculation on a variable and assign it back to itself, but more elegantly! More Productive Programming.
Get Data into a Google Sheet using a Web App
This post is the first in a series about getting data into a Google Sheet using a custom built WooCommerce webhook. Along the way, we’ll learn some smaller, really useful topics: The overall goal is to create a webhook that