Understanding the Key Components of a Data Pipeline
A data pipeline is a series of processes that move data from one place to another. Understanding the key components and terminology of a data pipeline is important for anyone who wants to build and manage one effectively. This article explores the main components of a data pipeline and the key terms you need to know.
Getting module aliases working with @wordpress/scripts, Webpack, Typescript & ESLint
When working on a larger plugin, theme or other project using the @wordpress/scripts library (or likely any…
Working with WordPress.org SVN Cheat Sheet
After years of building and releasing plugins on the WordPress.org repository you learn a few things about…
Sync Steam Game Library to NAS using PowerShell
Steam or similar platforms make installing many games quick and easy, but maintaining a large library of…
Machine Learning with WSL2, Cuda GPU Acceleration & Docker
Before October 2020 you either struggled through setting up tools on Windows natively or dual-booted to linux…
React Flow Example Resources
I didn’t find much listed outside of the documented examples so during my hunt for things I…
Setup Minikube on WSL2 for Windows 10
Working as of 04/23/2021 After following a few guides (linked below) I wasn’t able to get Minikube…
Migrating Ecommerce Sites without Data Loss
This is a short checklist for quickly migrating a live ecommerce site (specifically WordPress) without losing or…
Importing & Exporting WSL Linux Distros
I regularly find myself working in WSL terminals, and often for completely different needs. This led me…
Practical Guide to GDPR compliance for WordPress plugin & theme developers.
You are likely here because you have a WordPress plugin that manages user data in some way…