IntiGo
IntiGo is Tunisia's leading last-mile e-commerce delivery platform, moving more than 10 million parcels across all 24 governorates. I joined as a full-stack engineer on a permanent contract and integrated into the codebase fast — shipping production work in my first week and owning critical infrastructure within two.
Owning the backup strategy with Databasus
One of my first big responsibilities was making sure IntiGo's data could never be lost. I designed and deployed a complete automated database backup strategy built on Databasus, running on GoDaddy cloud servers behind an Nginx reverse proxy.
Crucially, I wired the whole thing to real-time alerting: every backup — success or failure — pushes an instant notification to a dedicated Slack channel and by email, so the ops team always has full visibility. What used to be a fragile manual process became a hands-off, observable system.
A Shopify app that pushes orders straight into our system
Merchant partners on Shopify needed a frictionless way to hand their orders to IntiGo for delivery. I built a Shopify integration app that sends new orders directly into our system the moment they are placed — no manual export, no copy-paste.
From inside their Shopify Admin, merchants can push orders and track shipment status natively, so the handoff between their store and our delivery network is completely automated.
A WooCommerce plugin for the same goal
Many of our partners run on WordPress / WooCommerce instead of Shopify. To serve them, I developed a custom PHP plugin that connects their WooCommerce store directly to IntiGo’s delivery API.
The plugin forwards every new order to our system automatically — giving WooCommerce merchants the exact same zero-friction order handoff that Shopify merchants get.
The mobile app for end customers — track your parcel
After the integrations were live, I started building the end-customer experience: a React Native mobile app (with a Next.js web companion) powered by a FastAPI backend, so the people actually receiving parcels can track them in real time.
Final clients can follow their delivery across all 24 governorates, see status updates, and manage their parcels from their phone. I also set up GitHub Actions CI/CD to automatically build, sign, and ship the app to the Google Play Store.
Keeping the core running
Alongside the new work, I maintained and debugged the legacy systems built on Django and PostgreSQL that power IntiGo's day-to-day operations — making sure the platform processing 10M+ parcels stayed stable while we modernized around it.