danieliser
// Archive

Author: <span>Daniel Iser</span>

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 Webpack based toolkit), you may find you want to stop using relative paths and start treating your code like proper packages. This is handled by resolvers typically, but in this scenario, to get all of the tooling speaking&hellip;

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 SVN usage. Since most of us use Git via Github or similar to manage the actual code and day to day changes, we must use SVN from time to time to get a release out to the public.&hellip;

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 games over time can lead to a lack of disk space as most gamers know. With titles like Microsoft Flight Simulator (140GB+) &amp; Call of Duty (80GB+), this becomes even more of an issue sooner. If your lucky&hellip;

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 for doing machine learning tasks using the GPU's. In a recent Windows Insider update, along with new drivers from Nvidia, support for running GPU based tasks with Tensorflow pretty simple. You can follow the documentation , or watch&hellip;

React Flow Example Resources

I didn't find much listed outside of the documented examples so during my hunt for things I noted all the cool examples I found in the wild below. You can find recent examples here . Node Shapes https://codesandbox.io/s/react-flow-node-shapes-k47gz This project shows how you can create different shaped nodes such as circles, squares &amp; triangles. Node&hellip;

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 running under WSL2. So this guide serves as a quick TL:DR that worked for me and was repeatable. I will say that I have given my user password-less sudo access, which you can read about in my guide&hellip;

Migrating Ecommerce Sites without Data Loss

This is a short checklist for quickly migrating a live ecommerce site (specifically WordPress) without losing or duplicating data in the process. Set up new server. Install clean copy of WordPress Set up test domain. (Optional) Set up SSL on the new server. Install WP Migrate DB Pro. Clone old site to new server: Migration&hellip;

Importing & Exporting WSL Linux Distros

I regularly find myself working in WSL terminals, and often for completely different needs. This led me to find the following ways to clone and restore clean images very quickly anytime the need arises. How to export a WSL distro image How to import WSL distro image How to remove an existing WSL distro Reset&hellip;

Practical Guide to GDPR compliance for WordPress plugin & theme developers.

Last updated: 05/14/2018 4:00 am EST. You are likely here because you have a WordPress plugin that manages user data in some way and your users are SCREAMING about GDPR Compliance (as they should be). This is currently the only guide to GDPR compliance for WordPress plugins until the WP Codex is updated. This will help&hellip;