Logistics / WooCommerce
Vehicle Shipment Quote Engine
Full-stack quoting platform for a USA-to-Africa logistics company. Replaced a brittle
CSV + functions.php system with a namespaced OOP plugin — 3 relational DB tables,
complete abstraction layer, and 15 AJAX endpoints with transient caching.
Integrates Gravity Forms, transport REST API, Google Maps Geocoding, Zapier,
and WooCommerce checkout injection.
↳ Quote turnaround cut from ~24-hour manual email cycles to under 30 seconds. 3 relational tables, 15 AJAX endpoints, 1-year quote persistence.
PHP 8WooCommerce
REST APIGoogle Maps
Gravity FormsZapier
Automation / E-Commerce
Luxury Watch Inventory Sync
Two-phase encrypted inventory sync engine for a luxury watch retailer.
Fetch phase authenticates via AES-256-CBC per-request signatures, paginates
the full catalogue, and upserts to a custom staging table with fingerprint-based
change detection. Push phase creates/updates WooCommerce products with image
sideloading, Yoast SEO injection, and a pricing tier gate preventing dangerous
underpricing on ultra-luxury pieces.
↳ Eliminated 100% of manual stock entry — ~2,000 SKUs kept in sync nightly with zero staff hours. Fingerprint diffing skips unchanged products, cutting sync writes by ~90%.
AES-256-CBCWooCommerce
WP-CronACFYoast
Integration / Healthcare
Healthcare Job Board Sync Engine
Dual-feed synchronisation engine for a US healthcare staffing company.
Merges OData REST and SOAP/XML ATS feeds into a single WordPress CPT
with zero duplicates — SOAP/XML transformation layer parsing
HTML-entity-encoded inner envelopes, DST-aware WP-Cron scheduling,
and incremental syncs between full wipe-and-reimport cycles.
↳ 2 incompatible ATS feeds merged into 1 CPT with zero duplicates, running unattended on a DST-aware nightly cron. Resolved a live CI Hub plugin conflict with no downtime.
PHPSOAP/XML
ODataWP-Cron
Custom DB
Education / WooCommerce
WooCommerce Subscriptions Pricing Engine
11-section Gravity Forms + WooCommerce Subscriptions per-seat pricing engine
for an education platform. Dynamic recurring pricing calculated from a
Gravity Forms enrolment field, overriding WC Subscriptions price across
cart, checkout, order line items, subscription creation, and renewal orders.
Custom recurring totals display with per-seat breakdown and period string.
↳ Per-seat recurring pricing overridden across 5 WooCommerce stages — cart, checkout, line items, subscription creation, and renewals. 11-section form, single source of truth.
WC SubscriptionsGravity Forms
PHPWooCommerce
Healthcare / Forms
Patient Intake Integration
TrueSight + Gravity Forms patient intake plugin with dynamic document uploads,
NPI field mapping, insurance image handling, conditional form sections,
and full API call logging. PHI-aware data handling across 2 live intake forms.
↳ Deployed across 2 live PHI-handling intake forms with zero data-loss incidents. Full API request/response logging for audit traceability.
Gravity FormsPHP
API LoggingNPI Mapping
LMS / Frontend
LearnDash Membership Dashboard
Custom membership dashboard on a Divi-based gated page — multiple shortcodes
rendering user-specific LearnDash course lists, progress states, and earned
certificates dynamically per logged-in user. Queries LearnDash user course
data and certificate post meta, rendering conditionally based on enrolment
status and completion.
↳ Replaced 4 separate member pages with 1 dynamic dashboard — course lists, progress, and certificates rendered per user.
LearnDashDivi
PHPWP Post Meta