Mohamed Thawfeeq
Tailoring Software
To Your Workflows
I build custom ERP ecosystems designed around
I study business operations from the ground up to architect bespoke enterprise platforms—translating manual processes in logistics, materials procurement, workforce timesheets, and treasury clearings into unified digital tools.
Fitting Software to Business Workflows
Mohamed Thawfeeq M
ERP Systems Architect
& Full-Stack Developer
I don't force businesses to adapt to off-the-shelf software. I build custom, scalable ERP solutions designed specifically around their existing operational workflows.
Having successfully designed and built a comprehensive custom ERP suite for my client, Alafoo, my process begins by auditing local, real-world procedures—whether that is managing garage mechanical tasks, coordinating materials requisition notes (MRN), logging biometric employee shifts, or clearing post-dated treasury cheques. I translate these workflows into clean, secure backends and high-performance, responsive frontends.
Workflow Translation
Taking your real-world logistical and operational procedures and translating them directly into database validations and API routing.
Ecosystem Synchronization
Connecting separate modules (procurement, timesheets, assets, banking) through API proxy controllers and socket connections.
Technical Expertise
Backend & Databases
- Node.js
- Express.js
- MongoDB & Mongoose
- REST API Architecture
- Authentication (JWT, Roles-Based)
Frontend & Mobile
- React & React 19
- React Native (Cross-Platform Mobile)
- Electron (Desktop Apps)
- HTML5 & Vanilla CSS3
- Tailwind CSS
Operations & Real-time
- Socket.io (Real-time Messaging)
- LocalStorage & State Persistence
- Chart-kit (Charting)
- Git & Version Control
- Process Management (PM2, Scripts)
Custom Workflow Implementations
Garage & Fleet Management ERP
A mission-critical fleet operations database system that automates mechanical job sheets, inventory allocation, and biometric details.
Materials Procurement System
An enterprise procurement ledger managing Material Requisition Notes (MRN), automated Purchase Orders (PO), and budget allocation logs.
Workforce & Attendance ERP
An internal enterprise tool recording daily employee timesheets, holiday schedules, leave requests, and asset custody handovers.
Ahala Logistics Mobile App
A React Native companion tool for drivers and operators to submit location checkpoints, container levels, and upload delivery assets.
Treasury & Cheque Management Ledger
A secure internal financial tool to record clearance statuses of incoming/outgoing banking checks, LPOs, and corporate bank connections.
Ecosystem Integration Blueprint
Materials Procurement System
Ecosystem Node: Materials & Inventory Core- MRN workflow validation rules checking budget caps
- Logs incoming vendor invoices to track item price history
- Calculates inventory transfers between multiple sites
{
"event": "invoice_clearance",
"source": "StockProxyBridge",
"data": {
"mrn_id": "MRN-2026-902",
"cleared_by_finance": true,
"invoice_amount": 42000
}
}
Treasury Cheque Tracker
Ecosystem Node: Fintech Billing Clearance- Validates incoming cheque statuses (Cleared, Pending)
- Cross-checks amounts against LPOs to block double pay
- Records tamper-proof chronology logs for auditing
{
"event": "clearance_approved",
"source": "invoiceController",
"data": {
"lpo_number": "LPO-8042",
"payout_released": true,
"timestamp": "2026-07-14"
}
}
Central Fleet Operations ERP
Ecosystem Node: Central Core Routing Node- Compiles active garage mechanical job sheets
- Syncs inventory levels via `stockProxyController`
- Auto-reverses stock on pending changes
{
"event": "driver_checkpoint",
"source": "BackgroundLocationService",
"data": {
"driver_id": "DRV-102",
"gps_coordinates": [25.2048, 55.2708],
"odometer_log_km": 142500
}
}
Ahala Logistics Mobile App
Ecosystem Node: Telemetry Endpoint- Background GPS coordinates telemetry checks
- AI Fraud Detection: Dispatches warning emails on siphoning logs
- Biometric TouchID/FaceID gatekeeping security
{
"event": "shift_completed",
"source": "BiometricGate",
"data": {
"employee_id": "EMP-409",
"hours_worked": 8.5,
"hardware_returned": true
}
}
Workforce & Attendance ERP
Ecosystem Node: Resource Verification Endpoint- Calculates overtime shifts and holiday entries
- Unified request stream for leave requests
- Registry tracking hardware asset custody handovers
Start a Collaboration
Let's talk about your next system!
Whether you need a custom React portal, a React Native mobile tool, or an entire ERP architecture, I'm here to build it.