Drupal Commerce and module development
We've built over a dozen Drupal Commerce modules and contributed patches to many more across the contrib ecosystem. The maintained set covers payment gateways (Commerce Braintree), shipping carrier integrations (FedEx, UPS, USPS, ShipStation), tax services (TaxJar), and migration tooling (Commerce Migrate). All of these ship to Drupal.org as proper contrib projects with semver releases.
Ten-plus years of payment, shipping, and SaaS API work has produced practical experience with the harder parts of API integration: OAuth and OAuth 2.0 flows, refresh-token handling, webhook signature verification, idempotency keys, rate-limit backoff and retry semantics, credential rotation between sandbox and production, and the third-party SDK quirks that show up in long-running integrations. Patches go upstream when we identify them, so the module ecosystem stays current with provider API changes.