Engineering notes, product thinking, and lessons from the freelance trenches.

Why I Built a Simple Invoicing Tool for Freelancers
Apr 19, 2026 6 min read

We Built CartRecovr: An Abandoned Cart Recovery Plugin for WooCommerce

CartRecovr captures abandoned WooCommerce carts and sends automated recovery emails with one-click cart restore. Free on...

WordPress WooCommerce PHP
Apr 14, 2026 4 min read

Building DevToolbox: 7 Browser-Based Developer Utilities That Never Touch a Server

I built a free collection of developer tools — JSON formatter, JWT decoder, regex tester, and more — that run entirely...

JavaScript Developer Tools Privacy
Apr 3, 2026 3 min read

Building a Zero-Knowledge Password Strength Checker

I built a password tool that never sees your password. Here is how client-side entropy calculation, k-anonymity breach checks,...

Security JavaScript Privacy
Apr 3, 2026 3 min read

Why I Chose Flat-File Over WordPress for This Blog

After years of building WordPress sites for clients, I went the opposite direction for my own blog. Here is the reasoning, the...

PHP Architecture WordPress