Skip to content

Portfolio

Selected work

Production systems, open-source tools, and LLM integrations — each one with the problem it was built against.

Selected

2025 · Creator & Designer

This Portfolio (v2)

The result

A Laravel 13 app with a typed admin panel, RAG-powered AI chat grounded in posts/projects, Tailwind v4 dark design system, OG image generator, and full SEO surface — so the site evolves without a rewrite.

2026 · Creator & Lead Engineer

Tundra — Self-hosted Server Management Platform

The result

Tundra ships a single Rust binary that replaces the panel — declarative site config, native PHP-FPM and Node pool management, Caddy + automatic TLS, and a typed REST/CLI surface. Operators get reproducible builds, one-command deploys, and a real diff before any production change. No license fee, no agent footprint, no language runtime to maintain.

2023 · Creator & Maintainer

EasyCommerce FakerPress

The result

One WP-CLI command seeds 500 products, orders, customers, reviews, coupons across 14 generators with locale-aware data. 131 Playwright E2E tests pin every generator and cleanup mode wipes test data before launch.

2022 · Creator & Maintainer

Author Profile Blocks

The result

A focused block library that adds author bio, social links, and recent-posts blocks usable in any Gutenberg theme — no shortcode, no theme lock-in, full block editor controls.

2023 · Creator & Maintainer

WP PostgreSQL Database

The result

A drop-in wpdb replacement that translates WP's SQL surface to PostgreSQL — plugins keep working unchanged, ops gets a single Postgres instance, and dialect quirks live in one place instead of every query.

Everything else

2026 · Sole Developer — architecture, PHP backend, React settings UI, Google Sheets API integration, Apps Script, Action Scheduler pipeline, and WordPress.org release workflow.

StoreSheet – WooCommerce Google Sheets Sync

A fully bidirectional sync plugin that writes WooCommerce events to Google Sheets within minutes and propagates manual Sheets edits back to WooCommerce in real time via HMAC-signed Apps Script webhooks — with no infinite loops, configurable conflict resolution, and a chunked Action Scheduler backfill that never times out.

2023 · Creator

Sitemon

A single Go binary, single-file SQLite, sub-1MB memory footprint. Slack, email, or webhook alerts, configurable cadence, and zero runtime dependencies. Drop it on a VPS and forget it.

2021 · Creator & Maintainer

Swift Menu Duplicator

One-click menu duplication preserves the full tree, custom CSS classes, attributes, and assigned locations. Useful for staged redesigns, locale forks, and quick rollback.

2022 · Creator

WP-CLI Magic Login

A WP-CLI command that mints one-time, time-boxed passwordless login URLs for any user. No credential sharing, automatic expiry, audit log entry per use.

2022 · Creator & Maintainer

Warranty Cart

A drop-in cart UX that offers warranties at checkout, attaches them to order line items, and ties PayPal/Stripe payouts to claim approvals — so the store captures both the upsell and the claim flow.

2024 · Contributor (Software Engineer, weDevs)

WooCommerce Conversion Tracking

One plugin fires standardised events (purchase, add-to-cart, initiate-checkout) to all five networks with a single consent gate, deduplication, and a unified debug log. Saves five plugins' worth of config and conflict surface.

2025 · Creator & Maintainer

EasyCommerce Email Tester

A developer tool that dry-renders every email with seeded data, lets you override the recipient, and surfaces unresolved placeholders before they ship. Replaces a \"send a test order\" loop with a one-click preview.