Data
2025
Telecom data pipeline at national scale
Mobile network operator, Pakistan
Ingestion and transformation pipelines for a national mobile operator, handling hundreds of gigabytes of streaming files every day.
We rebuilt the file-parsing stage in Rust to convert roughly 170 GB of streaming XML into CSV for downstream analytics, applied ASN.1 decoding for accurate record handling, and put partition management, deduplication and retention policies across the storage layer. Root-cause tooling was added so file-level errors are traced rather than guessed at.
- Rust
- ASN.1
- ETL
- Linux
- Shell automation
Web
2021–2024
Real-time communications platform
Software company, United Kingdom
A Laravel and Node platform with live call handling, recording and automatic transcription.
Event-driven architecture using Socket.io and Pusher for live updates, PBX integration for call handling, recordings stored to AWS S3, and Deepgram used to transcribe them back into the database as searchable text. Feature flags were driven through custom Laravel commands so releases could be switched on per client.
- Laravel
- Node.js
- Socket.io
- Pusher
- AWS S3
- Redis
- MariaDB
Web
2023–2024
Vehicle marketplace
Automotive marketplace, Canada
A WordPress marketplace with custom plugins, custom tables and a heavily extended admin.
Custom plugins for listing and business logic, bespoke database tables where the default schema did not fit, custom admin screens for the operations team, and transient caching plus asset bundling to bring page performance back under control.
- WordPress
- PHP
- MySQL
- Bootstrap
- Grunt
Enterprise
2021+
Healthcare services platform
Healthcare provider, United States
Spring Boot microservices behind an Angular single-page application, on Oracle.
RESTful services built with Spring Boot and deployed to a private cloud platform, with SOAP bridging for legacy systems. Oracle schema design covering one-to-many and many-to-many relationships, complex PL/SQL through Hibernate native queries, and interceptors logging request and response payloads for debugging.
- Java 8
- Spring Boot
- Hibernate
- Oracle
- PL/SQL
- Angular
- Docker
Enterprise
2021–2022
Legacy system modernisation
Technology firm, United Arab Emirates
A legacy internal tool moved to Laravel and PostgreSQL, and migrated to AWS.
The existing system was documented before anything was changed. It was then rebuilt on Laravel against PostgreSQL, deployed behind Apache on AWS, and handed over with environment documentation, export functionality and deployment support through testing and UAT. Shopify store migration and API integration ran alongside.
- Laravel
- PostgreSQL
- AWS
- Apache
- Shopify API
- Bitbucket
Web
2020–2021
E-commerce builds
Technology agency, Pakistan
Laravel storefronts with queued background processing and mapping features.
Storefronts built on Laravel using custom middleware, form builders, cron jobs and queued workers to keep checkout responsive while heavy work ran in the background. Custom Google Maps integrations for location features, and REST services serving both web and mobile clients in XML and JSON.
- Laravel
- MySQL
- Vue.js
- Google Maps API
- Queues
- Cron