How I built a partner-specific EDI invoice workflow with FTP delivery, XML template generation, acknowledgement imports, and resend controls so invoice delivery was tracked instead of guessed at.
integrations
software-engineering
How I turned an expensive, failure-prone carrier tracking subscription flow into a predictable onboarding path with validation, concurrency safety, and explicit cost control.
api-design
integrations
reliability
software-engineering
How I introduced strict schema validation, normalization pipelines, and graceful degradation to protect our systems from inconsistent and drifting third-party logistics payloads (Project44, Ocean Insights, Shipsgo, etc.).
integrations
logistics
reliability
software-engineering
How I designed and built idempotent event processing so carrier retries, webhook replays, and historical backfills no longer create duplicate milestones or corrupt shipment timelines.
integrations
logistics
software-engineering
How I designed and shipped production-grade retry, proactive rate limiting, and intelligent fallback logic across multiple third-party logistics APIs (Project44, Ocean Insights, Shipsgo, Magaya). No more cascading failures.
integrations
logistics
reliability
software-engineering
Patterns to contain SOAP/XML quirks in REST/JSON services: dedicated adapters, normalized domain contracts, fault taxonomy, retry discipline, and testable boundaries. Drawn from logistics production integrations.
api-design
integrations
logistics
software-engineering
Reduced silent failures and manual reconciliation in a high-velocity air tracking pipeline by adding structured validation, idempotent processing, bounded retries, and better observability—without halting live traffic.
integrations
logistics
reliability
Repeatable operational triage for flaky carrier and platform integrations: fingerprinting, correlation timelines, safe replay tooling, schema validation, and failure taxonomy to make isolation faster and less person-dependent.
debugging
integrations
logistics
reliability
How I built a normalization layer that converts inconsistent tracking events from Project44, Ocean Insights, Shipsgo, and other carriers into clean, standardized milestones used across dashboards, alerts, and customer notifications.
integrations
logistics
software-engineering
How I turned messy shipment payloads from an upstream TMS into a normalized operational data model that downstream systems could query, trust, and build on.
backend
data-modeling
integrations
software-engineering