Skip to content

02 / Shoaib Sharif

Two products, one standard

A fuller timeline is coming. What is here is verified: both projects were built solo, and one is live in production.

  1. 2026

    Freelance · Pakistan · remote

    Ahmad Traders details coming soon

    Solo Full-Stack Engineer

    ERP for a trading and distribution business: sales, stock, credit recovery, cash handover, plus an offline-first Android app for salesmen.

    • Built a Capacitor Android app that takes orders offline against an IndexedDB cache, queues them, and syncs with idempotent uploads.
    • Designed a role-guarded API and UI for admin, salesman, and warehouse users, with photo and GPS proof on every shop visit.
    • Laid out a P&L panel that runs from sales income through COGS, delivery, rent, electricity, salaries, and other costs down to net income.
    Laravel 13Vue 3PiniaMySQLCapacitorTailwind CSS 4
  2. 2026

    Freelance · Pakistan · remote

    Employee Book details coming soon

    Solo Full-Stack Engineer

    Expense and sales recording system for a field services business. Employees log entries with proof, the owner approves and tracks cash. Live in production.

    • Two-role system with middleware guards: employees enter, the admin manages approvals, rejections, and reasons.
    • Cash position tracked across cash in hand, bank deposits, and desk payments, with a two-sheet Excel export.
    • Deployed to Oracle Cloud through a GitHub Actions pipeline, and recovered a real data-loss incident from the MySQL binlog.
    Laravel 13BladeTailwind CSS 4MySQLCapacitorphpspreadsheetGitHub Actions